@charset "UTF-8";
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
	background-color: #FFFFFF;
	margin:0 auto;
	padding: 0px;
}
a:link {
	text-decoration: underline;
	color: #333333;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
.header {
	font-size: 14px;
	font-weight: bold;
	color: #b46428;
	text-transform: uppercase;
}
.text_orange {
	color: #b46428;
}
.list {
	line-height: 18px;
	list-style-position: inside;
	list-style-type: circle;
}
.disclaimer {
	font-size: 10px;
	line-height: 11px;
}
.disclaimer a:link {
	color: #B06227;
	text-decoration: underline;
}
.disclaimer a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
.disclaimer a:active {
	text-decoration: underline;
}
a:hover {
	color: #9cc8a5;
	text-decoration: underline;
}
.submenu {
	font-size: 11px;
	line-height: 13px;
}
.section_menu {
	font-size: 11px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
}
.section_menu a:link {
	color: #333333;
	text-decoration: none;
}
.casestudycaption {
	font-size: 11px;
	line-height: 20px;
}
.section_menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.section_menu a:visited {
	text-decoration: none;
}
.section_menu a:active {
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.section_menu_white {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}
.faq {
	line-height: 20px;
	font-weight: bold;
}
.submenu_insection {
	font-weight: bold;
	color: #B46428;
	font-size: 11px;
	line-height: 13px;
}
.submenu_header {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}
.header_subhead {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
.formbox
{
    border:1px solid #666666;
    width:510px;
    height:600px;
    margin: 0 auto;
    padding: 0px;
    margin-bottom:20px;
    background-color:#EEEEEE;
    font:12px Arial, Helvetica, sans-serif;
}    
.formBody
{
    background-color:#EEEEEE;
    margin: 0 auto;  
    padding: 0px;               
}
.dtView
{    
    margin:0px;
    margin-top:0px;    
}

.contactFormControl
{
   border: 1px solid #dddddd;
   width: 230px;
   margin: 0 auto;
   padding: 10px 10px 0px 10px;
   margin-bottom: 20px;
   background-color: #FFFFFF;
   font: 12px Arial, Helvetica, sans-serif;
}   
.smallFormBody
{
    background-color:#FFFFFF;
    margin: 0 auto;  
    padding: 0px;               
}
.contactHeader
{
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 12pt;
}
.contactFormControl table
{
    color: #666666;
    border-collapse: collapse;    
}
.contactFormControl td
{
    padding-bottom: 10px;
    vertical-align: top;
}

.chartlabels {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	line-height: 12px;
}

