.tblheaderrowbluefade {
	background-image: url(../img/headerbluefade.gif);
	background-repeat: repeat-x;
	height: 12px;
}
.tblblueheader {
	background-color: #000066;
}
.dottedlinevert {
	background-image: url(../img/dotted_line_vert.gif);
	background-repeat: repeat-y;
	width: 1px;

}
.mainheader {
	font-family: Verdana;
	font-size: 110%;
	font-weight: bold;
	color: #B02C30;
	padding-top: 15px;
	padding-bottom: 10px;




}
.bodytext {
	font-family: verdana;
	font-size: 70%;
	text-align: justify;
	color: #555555;
}

.largerbodytext {
	font-family: verdana;
	font-size: 80%;
	text-align: justify;
	color: #555555;
}

.dottedlinehorz {
	background-image: url(../img/dotted_line_horz.gif);
	background-repeat: repeat-x;
	height: 1px;
}
a.one:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; color: #000066}
a.one:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; color: #000066}
a.one:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; color: #000066; text-decoration: underline;}

a.redlink:link {  color: #000066}
a.redlink:visited {  color: #000066}
a.redlink:hover {  color: #B02C30; text-decoration: underline;}

.bodytextlargebold {
	font-family: Verdana;
	font-size: 80%;
	font-weight: bold;
}
.bodytextblue {
	font-family: Verdana;
	font-size: 70%;
	font-weight: bold;
	color: #000066;
}
.bltarrowred {
	list-style-position: outside;
	list-style-image: url(../img/arrowred.gif);
	margin-top: 7px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 7px;
}
.tblbackgroundred {
	background-color: #B02C30;
}
.tblbackgroundwhite {
	background-color: #ffffff;
}
.tblbackgroundadmin {
	/*background-color: #336D99;*/
	background-color: #cccccc;
}
.smalltext1 {
	font-family: verdana;
	font-size: 60%;
}
.smalltext2 {
	font-family: verdana;
	font-size: 60%;
	color: #666666;
}
.smalltext3 {
	font-family: verdana;
	font-size: 60%;
	color: #999999;
}
.bodytextwhite {
	font-family: verdana;
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
}
.warn {
	font-family: verdana;
	font-size: 60%;
	font-weight: bold;
	color: #ff1111;
}
.linehorizontal {
	background-image: url(../img/single_pixel_grey.gif);
	background-repeat: repeat-x;
}
.linevertical {
	background-image: url(../img/single_pixel_grey.gif);
	background-repeat: repeat-y;
}
.bodytextbluelarge {
	font-family: verdana;
	font-size: 90%;
	color: #000066;
	font-weight: bold;

}
.tblgrey {
	background-color: #F4F4F4;
}
.tblbackgroundgreen {
	background-color: #009966;
}
.adminforms {
	font-family: verdana;
	font-size: 75%;
	color: #333333;
	border: thin solid #009966;
}

Input, Select, textarea {
	font-size: 70%;
	font-family: Verdana, Arial, sans-serif;
	background-color: white;
	color: #333333;
	border: thin solid #BFD4E2;
	border-width: 1 1 1 1; 
}
.CheckBox,.formImage {
	font-size : 65%;
	font-family:Verdana, Arial, sans-serif;
	color: #666666;
	background-color: transparent;
	border : thin solid Black;
	border-width : 0 0 0 0;
}