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_main {
	height:30px;
}

.menu_main a {
	display:block;
	float:left;
	height:25px;
	width:125px;
	color: #FFFFFF;
	font-size:10px;
	text-decoration:none;
	font-weight: bold;
	padding-top:12px;
	text-align:center;
	background: #626D71;
}

.menu_main a:hover, .menu_main a.slctd {
	background: #CCCCCC;
	color: #000000;  
	height:25px;
}

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

.menu_main2 {
	height:30px;
}

.menu_main2 a {
	display:block;
	float:left;
	height:20px;
	width:150px;
	color: #FFFFFF;
	font-size:10px;
	text-decoration:none;
	font-weight: bold;
	padding-top:9px;
	text-align:center;
	background: #626D71;
}

.menu_main2 a:hover{
	background: #CCCCCC;
	color: #000000;  
	height:20px;
}

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