/* Used for main frames with white background */

body, table, th, tr, td, li, ul, ol {	
	font-family: Calibri, Arial, helvetica, sans serif;
	font-size: 10.5pt;
	color: #222222;
	}

.form	{ 
	font-family: Calibri, Arial, helvetica, sans serif;
	color: #8A0E06;
	font-size: 9pt; 
	font-weight: bold; 
	}

pre, code, tt {
	color: #222222;
	font-family: Courier, monospace;
	font-size: 9pt;
	}

hr {
	width: 100%;
	height: 1px;
	color: #8A0E06;
	}

a:link, a:visited {
	text-decoration: none;
	color: #8A0E06;
	}

a:active, a:hover {
	color: #8A0E06;
	text-decoration: underline;
	}

h1 {
	font-family: Cambria;
	font-size: 25px;
	color: #8A0E06;
	font-weight: bold;
	}


h2 {
	font-family: Cambria;
	font-size: 20px;
	color: #8A0E06;
	font-weight: bold;	
	letter-spacing: -.5pt;
	}

h3 {
	color: #8A0E06;
	font-size: 135%;
	font-weight: normal;
	text-decoration: underline;
	margin-bottom: -.50em;
	}

/* ADDRESS BOX */
.addressbox td	{
	font-family: Calibri, Arial, helvetica, sans serif;
	color: #333333;
	font-size: 10pt;
	font-weight: bold;
	}

.addressbox a:link, 
.addressbox a:visited {
	color: #8A0E06;
	text-decoration: none;
	}

.addressbox a:hover,
.addressbox a:active {
	color: #FFFFFF;
	text-decoration: underline;
	}


/* NAVIGATION BUTTONS */

.button	{	
	font-family: Calibri, Arial, helvetica, sans serif;
	font-size: 10pt;
	font-weight: bold; 
	color: #CFD9BD;
	}

.button a:link,
.button a:visited {
	color: #CFD9BD;
	text-decoration: none; 
	font-size: 10pt;
	font-weight: bold; 
	}

.button a:hover,
.button a:active {
	background-position: left top; 
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold; 
	text-decoration: none; 
	display: block;
	width: 150px;
	height: 37px;
	background-image:url('../images/22button.jpg'); 
	background-repeat:repeat-x;
	}


/* COPYRIGHT STATEMENT */
.copyright td {	
	font-family: Calibri, Arial, helvetica, sans serif;
	color: #8A0E06;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none; 
	}

.copyright a:link,
.copyright a:visited {
	color: #8A0E06;
	text-decoration: none; 
	}

.copyright a:hover,
.copyright a:active {
	color: #8A0E06;
	text-decoration: underline; 
	}



/* SUBMENU */

.submenu a:link,
.submenu a:visited {
	color: #EEEEEE; 
	width: 90px;
	height: 25px;
	display: block;
	font-family: Calibri, Arial, helvetica, sans serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none; 
	text-align: center; 
	padding: 5px;
	}

.submenu a:hover,
.submenu a:active {
	border-style:inset; 
	border-width:1px; 
	color: #FFFFFF; 
	background-color: #8A0E06;
	width: 90px;
	height: 25px;
	display: block;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none; 
	text-align: center 
	}

.hdgA	{
	font-family: Cambria;
	color: #8A0E06;
	font-size: 15pt;
	font-weight: bold;
	letter-spacing: -.5pt;
	}