/* CSS Document */
body { 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
 
}

body, td, input, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:link{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-size:9px
}

adark:link{
	text-decoration:none;
	color:#999999;
		font-weight:bold;
	font-size:10px
}

a:visited{
	text-decoration:none;
	color:#000000;
		font-weight:bold;
	font-size:10px
}

a:hover{
	text-decoration:none;
	color:#999999;
		font-weight:bold;
	font-size:10px
}

a:active{
	text-decoration:none;
	color:#999999;
		font-weight:bold;
	font-size:10px
}
