body         {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	background-color:#58769E;
	font-style: normal;
}
input        { font-family: Verdana; font-size: 9px }
textarea     { font-family: Verdana; font-size: 9px }

a:link { color: #000000;  text-decoration: none; font-family:Verdana; font-size:10px }

a:visited { color: #000000;	text-decoration: none; font-family:Verdana; font-size:10px }

a:hover { color: #999999; text-decoration: none; font-family:Verdana; font-size:10px}

a:active { color: #999999; text-decoration: none; font-family:Verdana; font-size:10px }

.menu_area {
	height:30px;
}

.menu_area a {
	display:block;
	float:left;
	height:30px;
	width:90px;
	background-color:#CCCCCC;
	color:#000000;  
	font-size:10px;
	text-decoration:none;
	font-weight: bold;
	padding-top:15px;
	text-align:center;
}

.menu_area a:hover, .menu_area a.slctd {
	background:#CCCCCC;
	color:#3C5985;    
	height:30px;
}

.menu_end {
	width:5px;
	height:30px;
	float:left;
	background:#0066FF;
}


