/* -------------------------non link styles ------------------------*/

.textheader {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.text {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.mainnavtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
/* ------ header height ----*/
.headertopheight {
	height: 0px;
}

.headerbottomheight {
	height: 25px;
}


/* ------------------------- link styles ------------------------*/
/* --- footer links ---*/
a.bluelink:link {
	font-family: Tahoma;
	font-size: 10px;
	color: #3376AB;
	text-decoration: none;
}
a.bluelink:visited {
	font-family: Tahoma;
	font-size: 10px;
	color: #3376AB;
	text-decoration: none;
}
a.bluelink:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #669900;
	text-decoration: none;
}
a.bluelink:active {
	font-family: Tahoma;
	font-size: 10px;
	color: #669900;
	text-decoration: none;
}
/* --- general links ---*/
a:link {
	color: #669900;
}
a:visited {
	color: #666600;
}
a:hover {
	color: #003399;
}
a:active {
	color: #FF9900;
}
/*---width and such---*/
.subnavwidth {
	width: 0px;
}

.mainnavheight {
	width: 0px;
}
.footerwidth {
	width: 0px;
}
.contentwidth {
	width: 100%;
}
.formfield {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	height: 19px;
	border-color: #ACC1D1;
	border-width: 1px;
	border-style: solid;
}
.formfield2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	border-color: #ACC1D1;
	border-width: 1px;
	border-style: solid;
}

DIV.hide {
	visibility: visible;
}
.shadowhide {
	width: 0px;
}
DIV.noprint {
	display: none;
}
