/* 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: #2f4157;
  	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: #999999;}
A:visited {text-decoration: underline; color: #999999;}
A:active {text-decoration: underline; color: #999999;}
A:hover {text-decoration: underline; color: #000000;}

A.nav:link {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 12px; letter-spacing: 1px; line-height: 18pt;}
A.nav:visited {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 12px; letter-spacing: 1px; line-height: 18pt;}
A.nav:active {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 12px; letter-spacing: 1px; line-height: 18pt;}
A.nav:hover {text-decoration: underline; color: #FFFFFF; font-weight: bold; font-size: 12px; letter-spacing: 1px; line-height: 18pt;}

A.button:link {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 12px;}
A.button:visited {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 12px;}
A.button:active {text-decoration: none; color: #FFFFFF; font-weight: bold; font-size: 12px;}
A.button:hover {text-decoration: underline; color: #FF9933; font-weight: bold; font-size: 12px;}

.header {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.tophead {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	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: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.subhead {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
}

.smalltext {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
.good {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 5px;
}




/* tables */

.maintable {
	border: 1px #FFFFFF solid;
	background-color: white;
}

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

table.navbar {
	border-width: 0px 1px 0px 0px;
	border-style: none solid none none;
	border-color: #717171;
}