﻿body 
{
	font-family:Trebuchet MS,Arial;
	color:Black;
	font-size:medium;
}
.headnav
{

	font-family:Trebuchet MS,Arial;
	color:Maroon;
	font-size:small;

}
.footnav
{
	font-family: Trebuchet MS,Arial;
	color: Maroon;
	font-size: smaller;
	text-align: center;
}

.smallerbold
{
	font-family: Trebuchet MS,Arial;
	color: Maroon;
	font-size: smaller;
	font-weight:bold;
	
}
.smallerboldblack
{
	font-family: Trebuchet MS,Arial;
	color: Black;
	font-size: smaller;
	font-weight:bold;
}
.smallernotbold
{
	font-family: Trebuchet MS,Arial;
	color: Maroon;
	font-size: smaller;
	text-align: left;
	font-weight:normal;
}
.centerclass
{
	text-align: center;
}
