body {
	background-color: #eeedea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.BluelineTop {
	background-color: #004080;
	height: 10px;
}
.TopNav {
	background-color: #b9b5a8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #9c9784;
	border-right-color: #9c9784;
	border-bottom-color: #9c9784;
	border-left-color: #9c9784;
}.SideNav {
	background-color: #e4e2dd;
	width: 150px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #aaa595;
	border-left-color: #aaa595;
}
.distab {
	background-color: #e6e4df;
	width: 75%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #aaa595;
	border-bottom-color: #aaa595;
	font-size: 12px;
	color: #000000;
	text-align: center;
}

.SpacerVert {
	width: 5px;
}
/* fonteral text */
.font { font-size : 14px; }
.fontmed { font-size : 13px; }
.fontsmall { font-size : 12px; }
.font,.fontmed,.fontsmall { color : #000000; }
a.font,a.fontmed,a.fontsmall { color: #000000; text-decoration: none; }
a.font:hover,a.fontmed:hover,a.fontsmall:hover	{ color: #000000; text-decoration: underline; }
a.font:active,a.fontmed:active,a.fontsmall:active	{ color: #000000; text-decoration: none; }

/*OLD CSS*/
.bodyfont		{ font-family: Arial, Helvetica, sans-serif; font-weight: none; font-size: 12px; color : #000000; }
a.bodyfont 	{ font-family: Arial, Helvetica, sans-serif; text-decoration: none; color : #000000; }
a.bodyfont:hover{ font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color : #000000; }

.navfont		{ font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color : #000000; }
a.navfont 	{ font-family: Arial, Helvetica, sans-serif; text-decoration: none; color : #000000; }
a.navfont:hover{ font-family: Arial, Helvetica, sans-serif; text-decoration: none; color : #6e6958; }

.header {
	color: #000000; font-size: 14px; font-weight : bold;
}

/* Body table spacers */
td.row1	{
	color: #000000;
	height: 10px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #aca899;
}
td.row2	{ color: #000000;}
td.row3	{ color: #000000;}

/* Links to download */
.forumlink		{ font-weight: bold; font-size: 14px; color : #000000; }
a.forumlink 	{ text-decoration: none; color : #000000; }
a.forumlink:hover{ text-decoration: underline; color : #6e6958; }

.bottomtan {
	background-color: #b9b5a8;
	height: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9c9784;
}
.bottomblue {
	background-color: #004080;
	height: 20px;
	color: #ffffff;
	font-size: 12px;
}
.copywrite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.stateon {
  FILTER: alpha(Opacity=90);
  -moz-opacity:.90;
  opacity:.90;
}
.stateoff {
}