			body{
				background: url(img/back.png) repeat-x;
				background-color: #00005f;
				font-size: 14px;
				font-family: Arial;
				margin: 0px;
			}
			.menua{
				border-top: 1px solid #999999;
				color: #666666;
				line-height: 46px;
				padding-left: 28px;
				font-size: 14px;				
				font-weight: bold;
			}
			.menua:hover{
				background-color: #ffffff;
				color: #000000;
			}
			.midtitle{
				font-size: 14px;
				font-weight: bold;
				color: #666666;
			}
			.bigtitle{
				font-size: 22px;
				font-weight: bold;
				color: #999999;
				font-style: italic;
			}

A:link {
	color: #0000FF; 
}
A:active {
	color: #FF0000; 
}
A:hover {
	color: #FF0000; 
	text-decoration: none; 
}
A:visited {
	color: #006600; 
}
.body {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
}
.body-bold {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold; 
}
.body-white {
	color: #FFFFFF; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold; 
}
.body-required {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	color: red; 
}
.h1 {
	color: #595959; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 16px; 
}
.h2 {
	color: #595959;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px; 
}
.small {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px; 
}
.mid {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px; 
}
