/* CSS definition file containing sitestyle stylesheets */

BODY {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	background: #999999;
  	margin: 5px;
  	padding: 5px;
  	border: 5px;
  	left: 5px;
  	top: 5px;
}

P { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; color: #000000; font-size: 12px; font-weight: normal; font-style: normal;}
li { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; color: #000000; font-size: 12px; font-weight: normal; font-style: normal;}

A:link {text-decoration: underline; color: #1660AD;}
A:visited {text-decoration: underline; color: #1660AD;}
A:active {text-decoration: underline; color: #1660AD;}
A:hover {text-decoration: underline; color: #000000;}

A.nav:link {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 10px;}
A.nav:visited {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 10px;}
A.nav:active {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 10px;}
A.nav:hover {text-decoration: underline; color: #FFCC00; font-weight: bold; font-size: 10px;}

.header {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.nm {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.normaltext {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.footer {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.smalltext {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.boldnav {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.news {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}






/* tables */

.maintable {
	border: 1px #000000 solid;
	background-color: white;
	width: 968px;
}

.smalltable {
	border: 1px #666666 solid;
	background-color: #D2BCB0;
	width: 210px;
}