﻿/* Used for main frames with white background */

/* A90909 = Red					*/
/* 333366 = Navy					*/
/* F6DFB0 = Peach					*/
/* FF6600 = Old orange				*/
/* 336699 = Old medium blue			*/
/* F6DFB0 = Old golden yellow			*/

			

body, table, th, tr, td, li, ul, ol 	{
	color: #333366;
	font-family: Arial, Tahoma, san serif;
	font-size: 9pt; 
	text-align: left;
	}

hr	{	
	width: 100%;
	height: .25pt;
	color: #A90909;
	}

pre	{
	font-family: Courier New, monospace;
	font-size: 9pt;
	}

a:link, 
a:visited   {
	color: #A90909;
	font-weight: bold;
	text-decoration: none; 
	}
		
a:active, 
a:hover   {
	color: #333366;
	font-weight: bold;
	text-decoration: underline; 
	}	
		

h1	{
	font-family: Arial, Tahoma, san serif;
	color: #A90909; 
	font-size: 18pt; 
	letter-spacing: -.50pt;
	font-weight: bold;
	}
h2	{
	font-family: Arial, Tahoma, san serif;
	color: #A90909; 
	font-size: 16pt; 
	letter-spacing: -.50pt;
	font-weight: bold;
	}
		
h3	{
	font-family: Franklin Gothic Book, Arial, Tahoma;
	color: #A90909; 
	font-size: 14pt; 
	letter-spacing: -.50pt;
	font-weight: bold;
	}


/* ADDRESS BOX */
.addressbox td	{
	color: #333366;
	font-family: Arial, Tahoma, san serif;
	font-size: 9pt;
	font-weight: normal;
	}

.addressbox a {
	color: #A90909;
	text-decoration: none;
	font-size: 9pt;	
	font-weight: normal;
	}

.addressbox a:hover {
	color: #333366;
	text-decoration: underline;
	font-weight: normal; 
	}


/* NAVIGATION BUTTONS */

.button	{
	font-family: Arial, Tahoma, san serif;
	font-size: 9pt;
	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:#333366;
	padding: 5px; 
	color: #FFFFFF;
	display: block;
	font-size: 9pt; 
	font-weight: bold; 
	}


/* COPYRIGHT STATEMENT */
.copyright td,
.copyright table {
	font-family: Calibri, Arial, sans-serif;
	color: #333366;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none; 
	 
	}

.copyright a:link, 
.copyright a:visited {
	color: #A90909;
	text-decoration: none;
	}

.copyright a:hover,
.copyright a:active {
	color: #333366;
	text-decoration: underline; 
	}

/* NAVIGATION BUTTONS */
.buttonmenu	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 180px;
	text-align: left;
	}

.buttonmenu li a	{
	color: #FFFFFF;
	font-size: 9pt;
	background-color: #A90909;
	display: block;
	width: 100%;
	padding: 10px 5px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid;
	border-color: #F6DFB0 #FFFFFF #333366 #F6DFB0 ; /*bottom left top right*/
	text-decoration: none;
	}

.buttonmenu li a:visited	{
	color: #FFFFFF;
	text-decoration: none;
	}

.buttonmenu li a:hover,
.buttonmenu li a:active	{
	color: #FFFFFF;
	background-color: #333366;
	text-decoration: none;
	}

.form	{ 
	color: #333366; 
	font-family: Arial, Tahoma, san serif;
	font-size: 9pt; 
	font-weight: bold; 
	}

/* SUBMENU */

.submenu a:link,
.submenu a:visited {
	color: #A90909; 
	background-color: #EEEEEE;
	width: 150px;
	height: 30px;
	display: block;
	font-family: Arial, Tahoma, san serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none; 
	text-align: center; 
	}

.submenu a:hover,
.submenu a:active {
	color: #FFFFFF; 
	background-color: #A90909;
	width: 150px;
	height: 30px;
	display: block;
	font-family: Arial, Tahoma, san serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none; 
	text-align: center; 
	padding: 0;
	}