/*
Colors:
----------------
Blue  = #264d66
Tan   = #B3976F
*/

.normal_page, html, body {
margin-left:0;
margin-top:0;
margin-right:5px;
background-color: white;
border-width: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 9pt; 
color: black;
}

.main_table {
    width: 100%;
    border: 0;
    padding-top:0;
    padding-left:0;
    padding-right:0;
    padding-bottom:0;
}

.left_panel {
    width: 150px;
    border-right: 1px solid black;
    vertical-align: top;
    padding-top:0;
    padding-left:1em;
    padding-right:1em;
    padding-bottom:0;    
}

.middle_panel {
    vertical-align: top;
    border: 0;
    padding-top:0;
    padding-left:1em;
    padding-right:1em;
    padding-bottom:0;
}

.right_panel 
{
    vertical-align: top;
    width: 200px;
    border-left: 1px solid black;
    padding-top:0;
    padding-left:1em;
    padding-right:1em;
    padding-bottom:0;    
}

H1 {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12pt; 
    font-weight: bold; 
}
H2 {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11pt; 
    font-weight: bold; 
    font-style: italic;
}

H3 {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt; 
    font-weight: bold; 
}

.text_normal {
    font-size: 9pt; 
}

.text_large {
    font-size: 11pt; 
}

.text_small {
    font-size: 8pt; 
}

.text_very_small {
    font-size: 7pt; 
}

.text_bold {
    font-weight: bold;
}

.text_italics {
    font-style: italic;
}

.text_bold_italics {
    font-weight: bold; 
    font-style: italic;
}

.text_white {
    color: white;
}

.text_dkblue {
    color: #264d66;
}

.text_tan {
    color: #B3976F;
}

.text_quote {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 9pt; 
    font-style: italic;  
}

.text_quote_big {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt; 
    font-style: italic;
    font-weight: bold;
}

.text_quote_small {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt; 
    font-style: italic;  
}

.text_print {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
}

.text_footer {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    background-color: #B3976F;
    color: black;
    padding-top:2px;
    padding-left:0;
    padding-right:0;
    padding-bottom:3px; 
}

.text_footer a:link{
    color: black;
}

.text_footer a:visited{
    color: black;
}

.text_copyright {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 1pt;
    background-color: #264d66;
    color: white;
    padding-top:2px;
    padding-left:0;
    padding-right:0;
    padding-bottom:3px;    
}

.text_copyright a:link{
    color: white;
}

.text_copyright a:visited{
    color: white;
}

.right_border {
    border-right: 1px solid black;
}

.left_border { 
    border-left: 1px solid black; 
}

.tan_bg {
    background: #B3976F;
}
    
.blue_bg {
    background: #264d66;
}

a:link{
    color: blue;
}

a:visited{
    color: purple;
}

.service_list {
    width: 20%;
    font-size: 7pt;    
    vertical-align: top;
    padding-top:0;
    padding-left:1em;
    padding-right:1em;
    padding-bottom:0;    
}