body
{
background-image: url(images/BG_main.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
p		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff;  }
td		{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff;  }
a {
	color: #FF0000;
	text-decoration:none;
	border-bottom: 0px solid #990000;
	outline: none;
	}
a:link {
	color: #FF0000;
	text-decoration:none;
	border-bottom: 0px solid #990000;
	}
a:visited {
	color: #FF0000;
	text-decoration:none;
	border-bottom: 0px solid #990000;
	}
a:hover {
	color: #FF0000;
	text-decoration:none;
	border-bottom: 0px solid #FF0000;
	}
a:active {
	color: #FF0000;
	text-decoration:none;
	border-bottom: 0px solid #990000;
	outline: none;
	}


