/* CSS Document */




body {
	font-family: Verdana, Arial, Helvetica, Tahoma;	
	font-size: 11px;
	color:#23462E;
}


* img {
border:0px;
}

p {
	margin: 0px;
		color:#23462E;
		line-height:18px;

	}
a {
color:#003399;
}



/* Headers
----------------------------------------------- */
H1 {
color:#37528A;
font-size:18px;
font-weight:bold;
width:100%;
border-bottom-width:thin;
border-bottom-color:#37528A;
border-bottom-style:dotted;
margin-bottom:10px;

}
H1 a{
color:#37528A;
font-size:18px;
font-weight:bold;
width:100%;
border-bottom-width:thin;
border-bottom-color:#37528A;
border-bottom-style:dotted;
margin-bottom:10px;
text-decoration:none;
}
H2 {
color:#37528A;
font-size:14px;
font-weight:bold;
padding-bottom:0px;
margin-bottom:0px;
}
H3 {
color:#37528A;
font-size:12px;
font-weight:bold;
padding-bottom:0px;
margin-bottom:0px;
}
H4 {
color:#333333;
font-size:12px;
font-weight:bold;
padding-bottom:0px;
margin-bottom:0px;
}
H5 {
color:#666666;
font-size:11px;
font-weight:bold;
padding-bottom:0px;
margin-bottom:0px;
}
H6 {
color:#666666;
font-size:11px;
font-style:italic;
padding-bottom:0px;
margin-bottom:0px;
font-weight:normal;
}
.HeaderDescription {
font-size:10px;
color:#666666;
margin-top:-10px;
margin-bottom:10px;
}

.HighlightRed {
color:#ff0000;
}

.GroupTables table{
background-color:#efefee;
}

.GroupTables {
border-color:#d6d6d6;
padding:10px;
border-style:solid;
border-width:2px;
margin-bottom:40px;
margin-left:10px;
margin-right:10px;
margin-top:10px;
background-color:#efefee;
}

.SpecialTables table{
background-color:#fafaf2;
}
.SpecialTables {
background-color:#fafaf2;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
}


