@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

.bodyText {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.bodyTextblack {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.bodyTitle {
	font-family: Tahoma;
	font-size: 15px;
	color: #990000;
	font-weight: bold;
}
.bodyTitleYellow {
	font-family: Tahoma;
	font-size: 15px;
	color: #990000;
	font-weight: bold;
}
body  a, a:link, a:active, a:visited {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
body  a:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
ul {
	list-style-type: square;
	list-style-position: inside;
}
