/* CSS Document */
body,td,th {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000031;
	line-height: 1.2;
	background-color: #D6C7AD;
}
body {
	background-image: url(images/tan_striped_square.gif);
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663366;
}
a:hover {
	text-decoration: none;
	color: #00CC00;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.sp_blue
{
	background-color:#000033;  /*blue background*/
	color:#E1E1FF;
	text-decoration: none;    /*no underline*/
	font-size:16px;
	}
.dktan /*officers table*/
{
	background-color: #AE8C5E; /*dark tan background*/
	text-decoration: none;     /*no underline*/
}
.lttan /*officers table*/
{
	background-color: #C7B394; /*lt tan background*/
	text-decoration: none;    /*no underline*/
}
.style1 {font-size:18px
			color:#000033}
.style3 {font-size: 9px}            /* bottom nav bar */

