/* CSS Document */
body{
	font-family: Arial,sans-serif;
	background: #ffffff;
 
}
html{
scrollbar-arrow-color:#DC0100; 
scrollbar-track-color:#DC0100; 
scrollbar-face-color:#2D5A9D; 
scrollbar-highlight-color:#DC0100; 
scrollbar-3dlight-color:#DC0100; 
scrollbar-darkshadow-color:DC0100; 
scrollbar-shadow-color:#2D5A9D;
}

a:link{
	color: #2D5A9D;
	text-decoration: underline;
}
a:visited{
	color: #2D5A9D;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
	color: #DC0100;
}


.button {
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
	background-color:#AF3214;
	border-width:1px;
	border-color:#cccccc;
	border-style:outset;
	background: #AF3214;
}
input {
	color: #000000;
	font: normal 7.5pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	background: #F8E7D3;
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
	border-top:#000000 solid 1px;
	border-bottom:#000000 solid 1px;


}
.input2 {
	border: 0px none #AF3214;
	
}
textarea {
	color: #000000;
	font: normal 7.5pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	background: #F8E7D3;
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
	border-top:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
	background-color: #F8E7D3;
}
select {
	color: #000000;
	font: normal 7.5pt Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	background: #F8E7D3;
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
	border-top:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
	background-color: #F8E7D3;
  }

h1{
 font: bold 120% Arial, sans-serif;
 color: #660000;
 margin: 0px;
 padding: 0px;
}

.feature{
	padding: 10px 4px 10px 10px;
	font-size: 100%;
	
}
.alt_1 { 
	BACKGROUND-COLOR: #E7E7E7;
	}
	
.alt_2 { 
    BACKGROUND-COLOR: #ffffff;
}

.main_table { 
	BORDER-RIGHT: #AF3214 1px solid; BORDER-TOP: #AF3214 1px solid; BORDER-LEFT: #AF3214 1px solid; BORDER-BOTTOM: #AF3214 1px solid;
	BACKGROUND-COLOR: #ffffff
}


hr.dashed {
    width: 98%;
    margin-top: 0;
	margin-bottom: 0;
    height: 1px;
    border-top: 1px dashed #000000;
    border-bottom: 0px dashed #000000;
    background-color: white;
    }
.hand {cursor:hand;}



.nav_top {
  font-family:verdana;
  font-size:11px;
  color:#2D5A9D;
  padding-bottom:6px;

}

.nav_top a:visited{
font-family:verdana;
  font-size:11px;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}

.nav_top a:link{
font-family:verdana;
  font-size:11px;
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
}
.nav_top a:hover{
font-family:verdana;
  font-size:11px;
	text-decoration: none;
	color: #213D63;
	font-weight:bold;

}

.nav_bot {
  font-family:verdana;
  font-size:11px;
  color:#ffffff;
  padding-top:5px;

}

.nav_bot a:visited{
font-family:verdana;
  font-size:11px;
	color: #ffffff;
	text-decoration: none;
}

.nav_bot a:link{
font-family:verdana;
  font-size:11px;
	color: #ffffff;
	text-decoration: none;
}
.nav_bot a:hover{
font-family:verdana;
  font-size:11px;
	text-decoration: none;
	color: #213D63;
}




h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	color: #111111;
	text-decoration: underline;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #660000;
}


.page_content {
text-decoration: none; 
color: #000000;
background-color:#FFFFFF;
font-size:12px;  
font-family: Arial,sans-serif;
font-weight:none;
padding-right:50px;
padding-left:50px;
padding-top:30px;
padding-bottom:30px
}




