﻿/* Personal Styles */
.style_justify {
	text-align: justify;
}
.style_left {
	text-align: left;
}
.style_center {
	text-align: center;
}
.style_right {
	text-align: right;
}
.style_vertmid {
	vertical-align: middle;
}
.style_underline {
	text-decoration: underline;
}
.border_zero {
	border: 0px;
}
.green_bar {
	background-color: #C1FFC1;
}
.light_gray_bar {
	background-color: #efefef;
}
.gray_bar {
	background-color: #C0C0C0;
}
.brown_bar {
	background-color: #694717;
	color: white;
	font-weight:bold;
}
.red_head {
	font-size: 10pt;
	color: #fff;
	background-color: red;
}
.special_font {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 20pt;
}
.table_head {
	font-size: 10pt;
	/* Text color */
	color: #fff;
	font-weight: bold;
/*	background-color: #5a739c;
	background-color: #a69368; 
	background-color: #5b0000;*/
	background-color: #a87621;
}
.red_head {
	font-size: 10pt;
	color: #fff;
	background-color: red;
}
.table_border {
	border-style: none;
	border-width: 0;
}
.page_head {
	font-size: 12pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Text color */
	color: #fff;
	background-color: #694717;
}
.red_text {
	color: red;
}
.blue_text {
	color: blue;
}
.green_text {
	color: #008080;
}
.orange_text {
	color: orange;
}
.bold-white {
	color: #FFFFFF;
}
.font_10 {
	font-size:10pt
}
.font_8 {
	font-size:8pt
}
.view_cell {
	border: .5px dotted #000000;
}
.page_font {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}