﻿/* Used for main frames with white background */

body, table, th, tr, td, li, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	color: #333333;
	}

.form	{
	font-family: Arial;
	font-size: 9pt; 
	font-weight: bold;
	color: #333333;
	}

pre, code, tt {
	color: #333333;
	font-family: Courier, monospace;
	font-size: 9pt;
	}

hr {
	width: 100%;
	height: 1px;
	color: #007660;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #007660;
	}

a:active, a:hover {
	color: #FFFFFF;
	background-color: #007660;
	text-decoration: none;
	}

h2 {
	font-family: Calibri, Arial, helvetica, sans-serif;
	letter-spacing: -.5pt;
	font-size: 16pt;
	color: #007660;
	font-weight: bold; 
	line-height:16pt;
	}

h3 {
	color: #007660;
	font-size: 135%;
	font-weight: normal;
	text-decoration: underline;
	}


/* TOOLBAR */

.toolbar	{
	font-size: 10pt;
	color: #EEEEEE;
	display: block;
	font-weight: bold;
	}

.toolbar a:link,.toolbar a:visited {
	padding:5px; 
	color: #EEEEEE;
	display: block;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none; 
	}

.toolbar a:hover,.toolbar a:active {
	border-style:inset; border-width:1px; color: #FFFFF0;
	font-weight: bold;
	font-size: 10pt; 
	display: block; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px; background-color:#007660
	}



/* NAVIGATION BUTTONS */

.button td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #007660; 
	text-align:center; 
	}

.button a:link,.button a:visited {
	padding:5px; 
	color: #007660;
	font-size: 9pt;
	text-decoration: none; 
	display: block;
	}

.button a:hover,.button a:active {
	padding:5px; 
	color: #FFFFFF;
	font-size: 9pt;
	background-color:#007660;
	display: block;
	}



/* COPYRIGHT STATEMENT */
.copyright td {
	font-family: Arial, Helvetica, sans-serif;
	color: #111111;
	font-size: 8pt;
	text-decoration: none; 
	}

.copyright a:link,.copyright a:visited {
	color: #007660;
	text-decoration: none; 
	}

.copyright a:hover,.copyright a:active {
	color: #FFFFFF;
	background-color:#007660;
	text-decoration: underline;
	}