 /* top/bottom right/left */
 /* top right/left bottom */
 /* top right bottom left */
 /* BEWARE OF COLLAPSING MARGINS!!!!! */
/* INDEX.HTML AND MISSING.HTML STYLES ARE DEEFINED MOSTLY ON THE PAGE HEADERS */


#layer01 { vertical-align:top; width:100%; padding:0px; margin:0px }

body,th,td,div,p,table {
	font: 10pt/11pt "Trebuchet MS", Arial, Helvetica, Arial, sans-serif;
	color: #000000;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

body{
	background-color: #231f20;
}

A:visited {
	color : #3c6151;
/*	font-weight: bold;*/
	text-decoration: underline;
}

A {
	color : #195139;
/*	font-weight: bold;*/
	text-decoration: underline;
}

A:hover {
	color: #d5694a;
/*	font-weight: bold;*/
	text-decoration: underline;
}

A:visited.dark-bg {
	color : #c0c0c0;
/*	font-weight: bold;*/
	text-decoration: none;
}

A.dark-bg {
	color : #e6e6e6;
/*	font-weight: bold;*/
	text-decoration: none;
}

A:hover.dark-bg {
	color: #d8d5a8;
/*	font-weight: bold;*/
	text-decoration: underline;
}

DIV.footer {
	width: 800px;
	padding-top: 10px;
	text-align:center;
	font: 8pt/9pt "Trebuchet MS", Arial, Helvetica, Arial, sans-serif;
	color: #000000;
}

H2.left_no_indent {
	text-align:left;
	margin: 10px 10px;
	font: 14pt/15pt "Trebuchet MS", Arial, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #8C7B40;
}

H2.center {
	text-align:center;
	margin: 10px 10px;
	font: 14pt/15pt "Trebuchet MS", Arial, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #8C7B40;
}

H3.center{
	text-align:center;
	margin: 10px 0px 4px 5px;
	font: 12pt/13pt "Trebuchet MS", Arial, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #8C7B40;
}

H3.left_no_indent {
	text-align:left;
	margin: 10px 0px 4px 5px;
	font: 12pt/13pt "Trebuchet MS", Arial, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #8C7B40;
}

H4.left_no_indent {
	text-align:left;
	margin: 10px 0px 4px 5px;
	font: 10pt/11pt "Trebuchet MS", Arial, Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #8C7B40;
}

LI {
	margin: 2px 8px 5px -6px;
	text-align: justify;
	}

P.address {
	font: 11pt/12pt "Trebuchet MS", Arial, Helvetica, Arial, sans-serif;
	color:#000000;
	text-align:center;
	padding: 5px 0px;
}

P.footer {
	text-align:center;
	margin:10px 0px 10px;
	font: 8pt/12pt "Trebuchet MS", Arial, Helvetica, Arial, sans-serif;
	color: #c0c0c0;
}
P.justify {
	text-align : justify;
	text-indent : 10px;
	margin : 5px 8px 5px 6px;
}

P.menu {
	text-align:left;
	text-indent: 5px;
	margin: 5px 5px 5px 10px;
	font: 10pt/12pt "Trebuchet MS", Arial, Helvetica, Arial, sans-serif;
}

P.menu_1 {
	text-align:center;
	margin:50px 0px 10px;
	font: 12pt/14pt "Trebuchet MS", Arial, Helvetica, Arial, sans-serif;
	font-style: italic;
	color: #a59d5f;
}

P.no_indent {
	text-align : justify;
	text-indent : 0px;
	margin: 5px;
}

P.no_indent_left {
	text-align:left;
	text-indent : 0px;
	margin: 5px;
}

UL,OL {
	margin-bottom: 6px;
	margin-top: 6px;
}

/* FORM ELEMENTS */

input {
	font-size: 8pt;
	color:#195139;
	background-color: #f4ece5;
	}

select {
	font-size: 8pt;
	color:#195139;
	background-color: #f4ece5;
	}

textarea {
	font-size: 8pt;
	color:#195139;
	background-color: #f4ece5;
	}
	
