@charset "utf-8";
body {
	background-color: #0000A2;
	background-image: url(images/bg-3.jpg);
	background-repeat: no-repeat;
}
.MenuBox {
	border: 1px solid #000000;
}
.MenuBox2 {
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
}
.Nav {
	font-size: 14px;
	font-weight: bold;
}
a.Nav {
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}
a.Nav:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
}
a.Nav:hover {
	font-size: 14px;
	font-weight: bold;
	color:#990000;
	text-decoration:underline;	
}
a.Nav:active {
	font-size: 14px;
	font-weight: bold;
	color:#990000;
	text-decoration:underline;	
}
a 
{
	font-size: 12px;
	color: #064993;
}
a:visited {color: #064993;}
a:hover {color: #990000; text-decoration:none;}
a:active {color: #990000;}h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
}
.footer {
	font-size: 10px;
	color:#FFFFFF;
}
a.footer {
	font-size: 10px;
	color:#FFFFFF;
	text-decoration:none;
}
a.footer:visited {
	font-size: 10px;
	color:#FFFFFF;
	text-decoration:none;
}
a.footer:hover {
	font-size: 10px;
	color:#0066FF;
	text-decoration:underline;	
}
a.footer:active {
	font-size: 10px;
	color:#0066FF;
	text-decoration:underline;
}
h1 {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	margin: 2px;
	padding: 2px;
}