a:link {color: #0000FF;}
a:visited {color: #660099;}
a:hover {color: #FF9900;}
a:active {color: #FFCC00;}

body {background-color: #FFFFFF;}

.maintext {color: #000000  ;
		font-family: "Times New Roman", Times, serif;
		font-size: 18px;
		text-align:left;
}

.titles
 {
 color: #000000;
	font-size: 28px; 
	font-family: "Times New Roman", Times, serif ;
	font-weight: bold;
	text-align:center;  
}

.small {font-size: small;font-family: "Times New Roman", Times, serif ;}













.h_mnu_01{
	width: 100%;
    font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	float:right;
}

.h_mnu_01 ul{
	margin: 0px;
	padding: 0px;
	float: center;
	width:735px;
	background-color: #FFCC00 ;
	
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	border-top-color: #FBD297;
	border-right-color: #FBD297;
	border-bottom-color: #FBD297;
	border-left-color: #FBD297;
}

.h_mnu_01 ul li{
display: inline;
}

.h_mnu_01 ul li a{
	float: center;
	color: #666666  ;
	padding: 15px 25px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FBD297;
}

.h_mnu_01 ul li a:visited{
color: #666666;
}

.h_mnu_01 ul li a:hover, .h_mnu_01 ul li .selected{
	color: #CCCCCC;
 
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FFCC00;
}

