/* Used for main frames with white background */

body, table, th, tr, td, li, ul, ol {
	font-family: Myriad Web, Calibri, Arial, Tahoma, san-serif;
	color: #000040;
	font-size: 10pt;
	}

hr {
	width: 100%;
	height: 1px;
	color: #003366;
	}

a:link, 
a:visited {
	text-decoration: underline;
	color: #003366;
	}

a:active, 
a:hover {
	text-decoration: underline;
	color: #0000FF;
	}

h2 {
	font-family: "Times New Roman", Georgia, Times, Serif;
	font-size: 22px;
	color: #4683A4;
	font-weight: 400;
	}

h3 {
	color: #003366;
	font-size: 135%;
	font-weight: normal;
	text-decoration: underline;
	}



/* ADDRESS BOX */
.addressbox td	{
	color: #000040;
	font-size: 9pt;
	}

.addressbox a:link,
.addressbox a:visited {
	color: #003366;
	text-decoration: none;
	}

.addressbox a:hover
.addressbox a:active {
	color: #0000FF;
	text-decoration: underline; 
	}


/* COPYRIGHT STATEMENT */
.copyright td {
	color: #003366;
	font-size: 9pt;
	text-decoration: none; 
	}

.copyright a:link,
.copyright a:visited {
	color: #003366;
	text-decoration: underline; 
	}

.copyright a:hover,
.copyright a:active {
	color: #0000FF;
	text-decoration: none; 
	}

/* BLUE HOME PAGE BUTTONS */

.blueButton a:link,
.blueButton a:visited {
	border: 0;
	height: 34px;
	width: 125px;
	display: block;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none; 
	color: #DDDDDD; 
	text-align: center; 
	padding: 5px; 
	background-image: url('../images/blueButtonOff.jpg');
	background-position: left top; 
	background-repeat:repeat-x;
	}

.blueButton a:hover,
.blueButton a:active {
	color: #FFFFFF; 
	background-image: url('../images/blueButtonOn.jpg');
	}