/* **********************************
HTML Styles
*********************************** */
body {
	background: #A5BF96; /* color image repeat attachment position */
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

table {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

th {
	
}

p {
	font-size: 11px;
	color: #000000;
	margin: 0px 0px 10px 0px; /* top right bottom left */
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

ul {
	font-size: 11px;
	color: #000000;
	margin-top: 1pt;
	margin-bottom: 5pt;
}

li {
	font-size: 11px;
	color: #000000;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

hr {
	width: 100%;
	height: 2px;
	border: none 0; 
	border-top: 2px dotted #C5C5C5;
	margin: 0px 0px 5px 0px; /* top right bottom left */
	padding: 0px 0px 0px 0px; /* top right bottom left */
	text-align: center;
}	

h1 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-variant: normal;
	font-weight: bold;
	font-style: normal;
	color: #8E0A0A;
	margin: 5px 0px 5px 0px; /* top right bottom left */
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

h2 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	font-weight: bold;
	font-style: normal;
	color: #007647;
	margin: 5px 0px 5px 0px; /* top right bottom left */
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

a:link {
	color: #8E0A0A;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #8E0A0A;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #A4BF96;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #A4BF96;
	font-weight: bold;
	text-decoration: underline;
}

img {
	border: 0px none Black; /* width style color */
}

/* **********************************
Custom Styles
*********************************** */

.maintable {
	background: #ffffff; /* color image repeat attachment position */
	margin: 0px auto 0px auto; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

.contenttable {
	background: #ffffff; /* color image repeat attachment position */
	margin: 0px 0px 0px 0px; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 0px 15px 0px 15px; /* top right bottom left */
}

.red {
	background: #8E0A0A; /* color image repeat attachment position */
}

.vline {
	background: url(/images/vline.gif) repeat-y; /* color image repeat attachment position */ 
	margin: 0px 0px 0px 0px; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

.lefttable {
	background: #ffffff; /* color image repeat attachment position */
	margin: 5px 5px 5px 5px; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 0px 0px 0px 0px; /* top right bottom left */
	font-size: 10px;
}

.imagespace {
	margin: 3px 5px 1px 0px; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 0px 0px 0px 0px; /* top right bottom left */
}

.dot {
	background: #FEFEFE url(/images/dot.gif) repeat-y; /* color image repeat attachment position */
	margin: 0px 0px 0px 0px; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 0px 0px 0px 0px; /* top right bottom left */
	height: 70%;
	width: 2px;
}

.creditstable {
	background-color: #6E6E6E;
	margin: 5px 0px 5px 0px; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 0px 0px 0px 0px; /* top right bottom left */
	border: 0px none black; /* width style color */
	border-collapse: collapse; /* css2 */
}

.credits {
	margin: 0px 0px 0px 0px; /* top right bottom left   NOTE: Auto for left and right centers a table or div tag*/
	padding: 15px 0px 15px 0px; /* top right bottom left */
	border: 0px none black; /* width style color */
	border-collapse: collapse; /* css2 */
	color: #ffffff;
	font-size: 9px;
}

a.crnav:link {
	color: #ffffff;
	text-decoration: underline;
	font-size: 9px;
	font-weight: normal;
}

a.crnav:visited {
	color: #ffffff;
	text-decoration: underline;
	font-size: 9px;
	font-weight: normal;
}

a.crnav:hover {
	color: #A4BF96;
	text-decoration: underline;
	font-size: 9px;
	font-weight: normal;
}

a.crnav:active {
	color: #A4BF96;
	text-decoration: underline;
	font-size: 9px;
	font-weight: normal;
}

