﻿body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	font-size: 0.8em;
	color: black;
}
.style_left {
	text-align: left;
}
.style_justify {
	text-align: justify;
}
.style_center {
	text-align: center;
}
.style_right {
	text-align: right;
}
.style_vertmid {
	vertical-align: middle;
}
.border_zero {
	border: 0px;
}
.green_bar {
	background-color: #C1FFC1;
}
.gray_bar {
	background-color: #C0C0C0;
}
.orange_bar {
	background-color: #FF9933;
}
.table_head {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #973100;
}
.table_border {
	border-style: none;
	border-width: 0;
}
.border_2 {
	border: 2px solid #000000;
}
.page_head {
	font-size: 12pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #973100;
}
.header {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica;
	color: #FFFFFF;
	/* Blue
	background-color: #0050AF;
	*/
	background-color: #973100;
}
.red_text {
	color: red;
}
.blue_text {
	color: blue;
}
.green_text {
	color: #008080;
}
.orange_text {
	color: orange;
}
.font_10 {
	font-size:10pt
}
.font_8 {
	font-size:8pt
}
.style_underline {
	text-decoration: underline;
}

