BODY {
	background-color : #FFFFCC;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : White;
	font-weight : normal;
}

h3 {
	font-size: 22px;
	font-weight : bold;
	margin-left : 10mm;
}

 
TD {
	COLOR: White;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size : 12px;
}


A {
	font-variant : normal;
	font-weight : bold;
	color : #330066;
	font-size : 12;
}

A:HOVER {
	color : #660000;
	font-stretch : wider;
}
HR {

}

UL {
	font-weight : bolder;
	font-size : 18px;
	color: #FFFFAA;
}

LI {
	font-weight : normal;
	font-size : 12px;
	color: White;
	list-style : square outside;
}

H4 {
	font-variant : normal;
	font-weight : bold;
	color : Black;
	font-size : 12;
}

#navigator {background-color: #7ea8cf;
border: 0px #666666 solid;
margin-top: 1px;
width: auto;
margin-left: 37.5%;
margin-right: 37.5%;
text-align: left;
padding: 0px;}

.Menu {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.Menu a {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	display: block;
	background-image : url("btnA.gif");
	background-repeat : no-repeat;
	margin-top : 2px;
	margin-bottom : 2px;
	padding : 10px 0px 10px 0px;
}

.Menu a:hover {
	background-image : url("btnAhover.gif");
}

.Menu a:active {
	background-image : url("btnAhover.gif");
}