/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 11px;
color: #666666;
}

table {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 11px;
color: #666666;
} 

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 11px;
/*color: #333333;*/
color: #a52c19;
padding-top:5px;
padding-bottom:5px;
border-bottom:1px solid #333333;
border-top:1px solid #333333;
width:100%;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 11px;
color: #666666;
text-decoration: none;
} 

h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 10px;
color: #666666;
text-decoration: none;
margin-bottom:0px;padding-bottom:0px;
}


a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
text-decoration: none;
/*color: #999999;*/
color:#3b6c9d;
}
a:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
text-decoration: none;
color: #3b6c9d;
}
a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
text-decoration: none;
color: #3b6c9d;
}

a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-transform: none;
/*color: #cc6600;*/
/*color:#a52c19;*/
/*color:#003399;*/
color: #3b6c9d;
/*text-decoration: none;*/
text-decoration:underline;
}

#hnavlist li
{
display: inline;
list-style-type: none;
padding-left: 25px;
text-decoration: none;
font-size:10px;
font-weight: bold;
}

img {
border:1px;
border-color:#666666;

}

ul {
margin-left:1em;
padding:0px;
}


li {
list-style-type: disc;
color:#666666;
}


.custom_li ul li:before {
content: "\00BB \0020";
color:#666666;
}
	
.dotteddivide {
margin-top:25px; margin-bottom:25px; border-bottom:1px dotted #666666; width:100%;
}

ul.diffcolors_red_gray {margin-top:3px; padding-left:2px;}
ul.diffcolors_red_gray li { color:#a52c19; font-size:9px;}
ul.diffcolors_red_gray li span { color:#666666; margin:-3px; font-size:11px;}

ul.diffcolors_blue_gray {margin-top:3px;padding-left:2px;}
ul.diffcolors_blue_gray li { color:#3b6c9d; font-size:9px;}
ul.diffcolors_blue_gray li span { color:#666666; margin:-3px; font-size:11px;}

