﻿/*Comments are marked this way. I've included them to help explain the entries.*/

/*font-size: xsmall sets the font size to 10 points in MS IE. It's the best way to get resizable text*/
/*Relative text sizes are: xx-small, x-small, small, medium, large, x-large, xx-large*/

/*These are definitions for global tags*/



body {
	font-family: Verdana, Arial, Helvetica, sans-serif; /*Use a semi-colon after each entry*/;
	margin: 0px;
/*Color names, like navy or white, are also valid*/	background-color: #FFFFFF; /*Values must have a unit designation -- em, px, pt, etc.*/;
	font-size: small;
	color: #333333;
}
table {
	font-size: inherit;              						/*Inherit the font size from the BODY tag*/
	border-collapse: collapse;
}
p {
	font-size: inherit;              						/*Inherit the font size from the BODY tag*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


															/*Headings various sizes, largest to smallest, all bold*/
h1 {														
	font-size: 150%;										/*Size based upon default BODY font*/
}
h2	{
	font-size: 140%;
}
h3	{
	font-size: 125%;
}
h4	{
	font-size: 110%;
}

h5	{
	font-size: 100%;
}

h6	{
	font-size: 90%;
}

a  {
	color: #333333;                                 /*Links for URLs and emails, all bold underlined*/
	font-weight: bold; 
}

a:hover {
	color:#800000;
}

blockquote {
	font-size: 90%;
	margin-left: 10px;
}

ol 	{
	margin-bottom: 5px;
}

ul 	{
	margin-bottom: 5px; 
	text-align:left; 
	text-indent:0; 
	list-style-type:disc; 
	margin-left:20;
}

li	{
	padding-bottom: 6px;
}

/*These are user-defined styles*/

.bottommenu {
	border-width: 0px;
	font-family: Verdana;
	font-size: 10px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	color: #808080;
	font-weight: bold;
}

.bottommenu a:link {
	color:##000080;
	text-decoration: none;
}

.bottommenu a:visited {
	color:##000080;
	text-decoration: none;
}

.bottommenu a:hover {
	color:#800000;
	text-decoration: none;
}

.leftmenu {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	color:#FFFFFF;
	vertical-align: top;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	text-decoration: none
}	

.leftmenu a:link {
	color:#FFFFFF;
	text-decoration: none;
}

.leftmenu a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.leftmenu a:hover {
	color:#FF0000;
}

.leftmenu a:active {
	color:#C0C0C0;
	text-decoration:none
}

.topmenu { 
	font-size: 10px;
	text-decoration: none;
}

.topmenu a:link {
	color:#666666;
	text-decoration: none
}

.topmenu a:visited {
	color:#666666;
	text-decoration: none;
}

.topmenu a:hover {
	color:#CC3300;
	text-decoration: none;
}

.topmenu a:active {
	color:#808080;
	text-decoration: none
}

.color1 {
	color: #800000;
}

.padded {
	padding: 6px 0px;
}

.fixedtext10 {
		font-size: 10px;
		font-weight: bold;
}

.fixedtext12 {
		font-size: 12px;
}

.fixedtext14 {
		font-size: 14px;
}

.fixedtext16 {
		font-size: 16px;
}

.fixedtext18 {
		font-size: 18px;
}

.fixedtext24 {
		font-size: 24px;
}

.topBorderTitle {
	padding: 0px;
	border-width: 0px;
	font-family: Times New Roman;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
	margin-bottom: 0;
	margin-top: 0;
}

.pageTitle {
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #800000;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

.mono { 
	font-family: 'Courier New', Courier, monospace;
	font-size: 11pt;
}
.colorBold1 {
	font-weight: bold;
	color: #800000;
}
.normalText {
	font-weight: normal;
	text-decoration: none;
}
.colorBold2 {
	font-weight: bold;
	color: #006600;
}
.color2 {
	color: #006600;
}
.color3 {
	color: #800080;
}
