.mainnav {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #D0430B;
	text-decoration: none;
}
a:hover.mainnav {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.topback {
	background-image:url(../images/topback.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #C00000;
	text-decoration: none;
}
.topback2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #C00000;
	text-decoration: none;
}
.blacktext {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	letter-spacing: 1px;
	text-align: justify;
}
.browntext {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #A42A00;
	text-decoration: none;
}
.orangetext {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #DA3800;
	text-decoration: none;
}
.bluetext {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #00599A;
	text-decoration: none;
}
.linktext {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #DA3800;
	text-decoration: underline;
}
a:hover.linktext {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #00599A;
	text-decoration: underline;
}
.dotverline {
	background-image: url(../images/dotver.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
.button {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #FF3300;
}

.textbox {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 1px dotted #3A84B9;
}
.textarea {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 1px dotted #3A84B9;
	height: auto;
	overflow: auto;
}
