@charset "UTF-8";

body {

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

	font-size:12px;
	
	line-height:150%;

	background: #000000;

	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: #000000;

}



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;

}

.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;	

}

.MENU3 A:link {

	text-decoration:none;

	color:#000000;

	font-weight:Bold;

	font-size:10px;

}

.MENU3 A:visited {

	text-decoration:none;

	color:#000000;

	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:#000000;

	font-weight:normal;

	font-size:10px;
	
	line-height:125%;

}
