﻿/* Used for main frames with white background 	*/
/* 975555 = Dark mauve						*/
/* 1A26AE = Dark blue						*/
/* 0072FF = Light blue						*/

body, table, th, tr, td, li, ul, ol {
	font-family: Times New Roman, 'serif';
	color: #222222;
	font-size: 13pt;
	}

pre, code, tt {
	color: #222222;
	font-family: Courier, monospace;
	font-size: 9pt;
	}

hr {
	width: 100%;
	height: 1px;
	color: #975555;
	}

a:link, a:visited {
	text-decoration: none;
	color: #975555;
	}

a:active, a:hover {
	text-decoration: underline;
	color: #CC0033;
	}

h2 {
	color: #975555;
	font-size: 135%;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1pt;
	}

h3 {
	color: #975555;
	font-size: 125%;
	font-weight: bold;
	text-decoration: none;
	}



/* ADDRESS BOX */
.addressbox td	{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 8pt;
	}

.addressbox a {
	color: #FFFFFF;
	text-decoration: underline;
	}

.addressbox a:hover {
	color: #1A27AD;
	text-decoration: underline; background-color:#FFFFFF
	}


/* NAVIGATION BUTTONS */

.button a:link,.button a:visited {
	font-family: Calibri, Tahoma, helvetica, 'sans serif';
	font-size: 9pt; 
	padding:5px; 
	color: #1A27AD;
	text-decoration: none; 
	font-weight: bold; 	
	text-transform:uppercase;
	}

.button a:hover,.button a:active {
	background-position: left center; 
	font-family: Calibri, Tahoma, helvetica, 'sans serif';
	font-size: 9pt; 
	color: #975555;
	font-weight: bold; 	
	text-transform: uppercase; 
	}


/* COPYRIGHT STATEMENT */
.copyright td {
	font-family: Calibri, Tahoma, helvetica, 'sans serif';
	font-size: 9pt; 
	font-weight: bold; 	
	color: #808080;
	text-decoration: none; 
	}

.copyright a:link,
.copyright a:visited {
	font-family: Calibri, Tahoma, helvetica, 'sans serif';
	font-size: 9pt; 
	font-weight: bold; 	
	color: #808080;
	text-decoration: none 
	}

.copyright a:hover,
.copyright a:active {
	font-family: Calibri, Tahoma, helvetica, 'sans serif';
	font-size: 9pt; 
	font-weight: bold; 	
	color: #000000;
	text-decoration: none; 
	}