BODY{
	color: Black;
	background-color:White;
	background-image: url(http://www.academymayer.com/images/background8smaller.gif);
}
.col1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-variant : normal;
	letter-spacing : 1px;
	font-weight : bold;
	color : Maroon;
}
A.col1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-variant : normal;
	letter-spacing : 1px;
	font-weight : bold;
	color : #0000CD;
	text-decoration: none;
}
A {
	color: #0000CD;
	text-decoration: none;
	font-weight : bold;
}
A:HOVER {
	color: #FF3300;
	text-decoration : underline;
}
TD{
	font-family : Times New Roman, Times, serif;
	font-size : small;
	font-style : normal;
	font-variant : normal;
	font-weight : lighter;
	text-align : center;
}
EM{
	font-weight : bold;
	color: Navy;
	font-style : normal;
	font-family : inherit;
	font-stretch : wider;
}
.red{
	color: Red;
}
.required{
	color: Maroon;
}
H1{
	font-family : Arial, Helvetica, sans-serif;
}
.footer{
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	text-align : left;
}
.indent{
	text-indent : .5in;
}
H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-align : center;
	color : Red;
	letter-spacing : 1px;
	font-size : 80%;
}
.center{
	text-align: center
}
UL {
	text-align : left;
	list-style-type : square;
}
.hidden
{
    DISPLAY: none
}
.visible
{
	VISIBILITY: visible;
}
