﻿/* Used for main frames with white background */

body, table, th, tr, td, li, ul, ol {
	font-family: Calibri, Myriad Web, Tahoma, Arial;
	color: #111111;
	font-size: 10pt;
	}

pre, code, tt {
	color: #111111;
	font-family: Courier New, monospace;
	font-size: 9pt;
	}

hr {
	width: 100%;
	height: 1px;
	color: #B81515;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #B81515;
	}

a:active, a:hover {
	text-decoration: underline;
	color: #FF0000;
	}

h2 {
	color: #111111;
	font-size: 150%;
	font-weight: bold;
	text-decoration: underline;
	}

h3 {
	color: #111111;
	font-size: 135%;
	font-weight: normal;
	text-decoration: underline;
	margin-bottom: -1em;
	}



/* ADDRESS BOX */
.addressbox	{
	font-family: Arial, Tahoma, helvetica, 'sans serif';
	font-size: 8pt;
	}

.addressbox a {
	color: #111111;
	text-decoration: none;
	}

.addressbox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}


/* NAVIGATION BUTTONS */

.button	{
	font-size: 11pt;
	color: #F0F0F0;
	}
.button a:link,
.button a:visited {
	padding:5px; 
	color: #EEEEEE;
	text-decoration: none; 
	font-size:9pt; 
	font-weight: bold;
	display: block;
	}

.button a:hover,
.button a:active {
	background-color:#111111;
	padding:5px; 
	color: #FFFFFF;
	display: block;
	font-size:9pt; 
	font-weight: bold; 
	}


/* COPYRIGHT STATEMENT */
.copyright td {
	color: #111111;
	font-size: 9pt;
	text-decoration: none; 
	font-weight: bold;
	}

.copyright a:link,.copyright a:visited {
	color: #B81515;
	text-decoration: none;
	font-weight: bold;
	}

.copyright a:hover,.copyright a:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
	}



.form	{ 
	font-size: 10.5pt; 
	font-weight: bold; 
	}