body, p, td {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-style: normal; 
	color: #000000;
}
th {  
	font-size: 10pt; 
	font-style: normal; 
	font-weight: bold;
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal; 
	color: #000000 ; 
	font-weight: bold
}
h1 { 
	font-size: 18pt; 
}
h2 { 
	font-size: 16pt; 
}
h3 { 
	font-size: 14pt; 
}
h4 { 
	font-size: 12pt; 
}
h5 { 
	font-size: 10pt; 
}
h6 { 
	font-size: 8pt; 
}
a {
	font-size: 8pt;
	color: #28492D; 
	text-decoration: none;
	font-weight: bold; 
}
a:hover {
	color: #000000; 
	text-decoration: underline; 
}
a:link {}
a:visited { }

/* data table styles */
.data_table {
	border-bottom: thin solid #CCCCCC;
	border-top: thin solid #CCCCCC;
}

.data_table_title {
	background-color: #d0d9b4;
	color: #28492d;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 0px 4px 7px;
}


.data_table_section_title {
	background-color: #28492d;
	background-image: url(/images/spacer/white_5_1.gif);
	background-repeat: repeat-y;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0px 2px 15x;
}
.data_table_section_even {
	padding: 1px 0px 1px 15px;
	background-color: #FFFFFF;
	background-image: url(/images/spacer/white_13_1.gif);
	background-repeat: repeat-y;
	color: #00000;
}

.data_table_section_odd {
	padding: 1px 0px 1px 15px;
	background-color: #EEEEEE;
	background-image: url(/images/spacer/white_13_1.gif);
	background-repeat: repeat-y;
	color: #000000;
}

/* Headers and Sub-Headers */

.sub_header {
	font-weight: bold;
	font-size: 12px;
	/*border-top: thin solid #28492d;*/
	border-bottom: thin solid #28492d;
	border-left: 10px solid #28492d;
	margin-top: 20px;
	padding-left: 5px;
}

.page_header {
	font-size: 20px;
	font-weight: bold;
	color: #000066;
	margin: 15px 0px 10px 20px;
	border-left: thin solid #E28F24;
	padding-left: 5px;
}