﻿ html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
	font-size: 7pt;
	font-family: 'arial';
	background-color: white;	
	color: #660000;
}

#fullheight
{
	height:100%
}


.TopNav
{
	font-size: 8pt;
	font-family: arial;
	background-color: #0099cc;
}

.Headers
{
	font-size: 10pt;
	font-family: arial;	
	font-weight: bold;
	color: #cd3838;
}

.Content
{
	font-size: 8pt;
	font-family: arial;	
	color: black;
}


A:link
{
	font-size: 8pt;
	color: white;
	font-family: 'arial';
	cursor: hand;
	text-decoration: none;
}



A:visited
{
	font-size: 8pt;
	color: white;
	font-family: 'arial';
	cursor: hand;
	text-decoration: none;
}

A:hover
{
	font-size: 8pt;
	color: #ff6600;
	font-family: 'arial';
	cursor: hand;
	text-decoration: none;

