/* CSS Document */
html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);} 
*{font-size:12px;
color:#333333;}
.menuin {
	background-color: #51B83A;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	cursor:hand;
}
.menuout {
	font-size: 13px;
	color: #000000;
	background-color: #E3F5DF;
	cursor:hand;
}
a:link,a:visited,a:active{
	font-size:12px;
	color: #333333;
	text-decoration: none;
}
a:hover{
	font-size:12px;
	color: #FF0000;
	text-decoration: none;
}
