BODY {
	color : Black;
	font-family : Garamond, Arial, "Times New Roman", sans-serif;
	font-size : 14pt;
	text-align : left;
	background-color : #EEE8AA;
}

FORM:INPUT{
	font-family : Garamond, Arial, "Times New Roman";
	font-size : 12pt;
	background-color : Blue;
	color : #FFCC00;
}
TABLE{
	font-family : Garamond, Arial, "Times New Roman";
	font-size : 14pt;
}
TD{
	font : bold 14pt Garamond, Arial, "Times New Roman";
	}
A:LINK{
	color : #000099;
}
A:VISITED{
	color : #000099;
}
A:HOVER {
	color : #990000;
}
.BORDER{
	border : thin outset #996633;
	border-right-style : groove;
	width : 561px;
	height : 157px;
}
.BOLD{
	font-weight : bold;
	font-family : Garamond, Arial, "Times New Roman";
	font-size : 20pt;
}
.NAV{
	text-align : left;
	text-decoration : none;
	font : 120% Garamond, Arial, "Times New Roman";
	background-color : #000099;
	width : 90%;
	color : White;
	
}
.HUGE{
	font : Bold 48pt Garamond, Arial, "Times New Roman";
}
.BUTTON{
	border-top : outset Black;
	border-bottom : inset #D3D3D3;
	border-left : solid White;
	border-right : groove Black;
	color : White;
	background : #CCCC66;
	font-weight : bold;
}