/* CSS Document */
body {
background-image:url(images/swirl_bgd-gray2.gif);
	background-repeat: repeat-x;	
	background-color: #333333;
	}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.error {
	color:#FF3333;
	}
a:link {
	color: #99CC00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #99CC00;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #99CC00;
}
hr {
	border-top:1px dotted #999999;
	border-bottom:0px;
}