/* CSS Document */
body{
	font-family:Arial;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img{
	border:none;
	padding:0 0 0 0 ;
	margin:0 0 0 0;}
a 
{
	text-decoration: none;
	color:#000000;
}
a:link {
		text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color:#CC0000;
}
a:active {
	color: #FFFF66;
}