@charset "UTF-8";


body {

	font: 100%  Verdana, Arial, Helvetica, sans-serif;

	font-size:12px;

	line-height:150%;

	background: #0e1544;

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000066;

}


A:link {

	text-decoration:underline;

	color:Blue;

	font-weight:normal

}


A:visited {

	text-decoration:none;

	color:Blue;

	font-weight:normal	

}


A:hover {

	text-decoration:underline;

	color:blue;

	font-weight:normal	


}


.MENU A:link {

	text-decoration:none;

	color:#eeeeee;

	font-weight:bold;

	font-size:11px;

}


.MENU A:visited {

	text-decoration:none;

	color:#eeeeee;

	font-weight:bold;

	font-size:11px;

}



.MENU A:hover {

	text-decoration:none;

	color:#ead025;

	font-weight:Bold;

	font-size:11px;

}


.MENU A:active {

	text-decoration:none;

	color:#ead025;

	font-weight:Bold;

	font-size:11px;

}


.MENU2 A:link {

	text-decoration:none;

	color:#eeeeee;

	font-weight:Bold;

	font-size:10px;

}


.MENU2 A:visited {

	text-decoration:none;

	color:#eeeeee;

	font-weight:Bold;

	font-size:10px;

}


.MENU2 A:hover {

	text-decoration:none;

	color:#ead025;

	font-weight:Bold;

	font-size:10px;	

}


.MENU2 A:active {

	text-decoration:none;

	color:#eeeeee;

	font-weight:Bold;

	font-size:10px;

}


.MENU3 A:link {

	text-decoration:none;

	color:#000066;

	font-weight:Bold;

	font-size:10px;

}


.MENU3 A:visited {

	text-decoration:none;

	color:#000066;

	font-weight:normal;

	font-size:10px;

}

.MENU3 A:hover {

	text-decoration:none;

	color:Blue;

	font-weight:Bold;

	font-size:10px;	

}

.footer {

	text-decoration:none;

	color:#000066;

	font-weight:normal;

	font-size:10px;


	line-height:125%;

}