/* CSS Document */
.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #880f08;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #20201b;
	font-size: 12px;

}
.navtext:link {
	color: #880f08;
}
.smalltext {
	font-size: 10px;
	color: #20201b;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;


}
.smalltext:link {
	color: #880f08;
	text-decoration: none;
}
.boldnavtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #20201b;
	text-decoration: none;
}
.boldnavtext:link {
	color: #20201b;

}
a:link {
	color: #880f08;
}

a:visited {
	color: #cb423a;
}
a:active {
	color: #880f08;
}
a:hover {
	color: #bebb9d;
	text-decoration: underline
}

.boldnavtext:visited {

	color: #434340;
}
.boldnavtext:active {


	color: #20201b;
}
.boldnevtext:hover {


	color: #616152;
	text-decoration: underline
}
.navtext:visited {

	color: #cb423a;
}
.navtext:active {


	color: #880f08;
}
.navtext:hover {


	color: #bebb9d;
	text-decoration: underline;
}
.smalltext:visited {

	color: #cb423a;
	text-decoration: none;
}
.smalltext:active {


	color: #880f08;
	text-decoration: none;
}
.smalltext:hover {


	color: #bebb9d;
	text-decoration: underline;
}
.italictext {
	font-family: Arial, Helvetica, sans-serif;
	color: #20201b;
	font-size: 12px;
	font-style: italic;

}
.header {
	font-family: Arial, Helvetica, sans-serif;
	color: 880f08;
	font-size: 14px;
	font-weight: bold;

}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #880f08;
	font-size: 12px;
	font-weight: bold;

}
.boldtextcolor 
{ font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  font-style: normal; 
  font-weight: bold; 
  font-variant: normal; 
  color: #880f08;}
 
hr.dash 
{border: none 0; 
 border-top: 1px dashed #bebb9d;
 border-bottom: 1px dashed #CCCCCC;
 width: 100%;
 height: 1px;
 text-align: left;}

.textblack 
{font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #20201b;}


.mainpad 
{ padding: 5px;} 

.nav_header {
	font-size: 12px;
	font-weight: bold;
	color: #20201b;
	text-decoration: none;
}

.nav_header a:link {

	font-size: 12px;
	font-weight: bold;
	color: #880f08;
	text-decoration: none;

}

.nav_header a:visited {

	font-size: 12px;
	font-weight: bold;
	color: #cb423a;
	text-decoration: none;

}

.nav_header a:hover {

	font-size: 12px;
	font-weight: bold;
	color: #bebb9d;
	text-decoration: underline;

}

.nav_header a:active {

	font-size: 12px;
	font-weight: bold;
	color: #880f08;
	text-decoration: none;

}

.nav_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #880f08;
}

.nav_footer a:link {

	font-size: 9px;
	font-weight: bold;
	color: #880f08;
	text-decoration: none;

}

.nav_footer a:visited {

	font-size: 9px;
	font-weight: bold;
	color: #cb423a;
	text-decoration: none;

}

.nav_footer a:hover {

	font-size: 9px;
	font-weight: bold;
	color: #bebb9d;
	text-decoration: underline;

}

.nav_footer a:active {

	font-size: 9px;
	font-weight: bold;
	color: #880f08;
	text-decoration: none;

}

/* Forms */
span.formtext	{
		display: block;
		float: left;
		width: 150px;
		padding-right: 6px;
		text-align: right;
		}
.spacer	{
		margin-left: 110px;
		padding-bottom: 10px;
		}
fieldset	{
		padding: 10px;
		}
legend	{
		color: #000000;
		}
