a:link, a:visited {
	color: #0099cc;
	text-decoration: none;
	font-size: 11px;
}

a:hover {
	color: #389291;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;

}

form, td {
	font-size: 11px;
	color: #000000;
}

hr {
	color: #CCCCCC;
	filter: Alpha(Opacity=60,FinishOpacity=0,Style=2);
	height: 0.5px;
	width: 100%;
}



body {
	background-color: #FFFFFF;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}


table 	{
	margin: 0px auto;
	padding: 0px;
	border-bottom-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	right: -1px;
	clip: rect(auto,-1px,auto,auto);
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #999999;
}