﻿/* Used for main frames with white background */

/* 615044 = BROWN */


body, table, th, tr, td, li, ul, ol {
	color: #333333;
	font-family: Calibri, "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 10.5pt;
	/* line-height: 18px; */
	}

pre, code, tt {
	color: #333333;
	font-family: Courier New, monospace;
	font-size: 10pt;
	}

hr {
	width: 100%;
	height: 1px;
	color: #615044;
	}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #367A1F;
	}

a:active, a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #008000;
	}

h2 {
	color: #367A1F;
	font-size: 18pt;
	font-weight: bold;
	text-transform: uppercase; 
	letter-spacing: 2pt;
	font-family: Arial Narrow;
	font-style: italic;
	}

h3 {
	color: #367A1F;
	font-size: 15pt;
	font-weight: bold;
	text-transform: uppercase; 
	letter-spacing: 2pt;
	font-family: Arial Narrow;
	font-style: italic;
	}

h4 {
	color: #367A1F;
	font-size: 12pt;
	font-weight: bold;
	text-transform: uppercase; 
	letter-spacing: 2pt;
	font-family: Arial Narrow;
	font-style: italic;
	}

/* ADDRESS BOX */
.addressbox	{
	font-family: Calibri, Arial, Tahoma, helvetica, 'sans serif';
	font-size: 9pt;
	font-weight: bold;
	}

.addressbox a {
	color: #615044;
	text-decoration: none;
	}

.addressbox a:hover {
	color: #822D00;
	text-decoration: underline;
	}


/* NAVIGATION BUTTONS */

.button	{
	font-size: 10.5pt;
	color: #F0F0F0; 
	}
.button a:link,
.button a:visited {
	padding:5px; 
	color: #615044;
	text-decoration: none; 
	font-size: 10.5pt; 
	font-weight: bold; 
	letter-spacing:-.5pt;
	display: block;
	}

.button a:hover,
.button a:active {
	padding:5px; 
	display: block;
	color: #FFFFFF;
	font-size: 10.5pt; 
	font-weight: bold; 
	letter-spacing:-.5pt;
	}

.disclaimer	{
	font-family: Calibri, Arial, Tahoma, sans serif;
	font-size: 9pt;
	font-weight: bold;
	color: #822D00;
	margin: 5px;
	}

/* COPYRIGHT STATEMENT */
.copyright td {
	color: #888888;
	font-family: Calibri, Arial, Tahoma, sans serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold; 
	}

.copyright a:link,
.copyright a:visited {
	color: #888888;
	text-decoration: underline;
	}

.copyright a:hover,
.copyright a:active {
	color: #444444;
	text-decoration: underline; 
	}

.form	{ 
	font-family: Calibri, Arial;
	font-size: 9pt; 
	font-weight: bold; 
	}

.greenBox	td	{
	font-family: Calibri, Arial, Tahoma, helvetica, 'sans serif';
	color: #333333;
	font-size: 9pt;
	font-weight: bold;
	}


.hdgA	{
	font-family: Calibri, Arial, Tahoma, helvetica, 'sans serif';
	color: #444444;
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: -.5pt;
	}