@charset "iso-8859-1";
BODY {
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	font-family : Arial, "MS Sans Serif";
	background-image : url("../Images/bg2.jpg");
	background-repeat : repeat-y;
	background-color : White;
}

h2 {font-size: 14pt;
	color : #000064;
	text-align: center;
	margin-top : 0px;
	margin-bottom : 0px;
}

.hilite {
	color : #000064;
	font-family : Arial, "MS Sans Serif";
	font-weight : bold;
}

.tablehilite {
    color: white;
	font-family: Arial, "MS Sans Serif";
	font-weight: bold;
	text-align: center;
	background-color: #000064;
}

.menu {
	font-family : Emblem;
	color: white;
}

.copy {
	font-family : Arial, "MS Sans Serif";
	font-size: 8pt;
	text-align: center;
}
    
.adminmenu {
    color: cyan;
}