﻿body 
{
	background-color: WhiteSmoke;
	font-family: Verdana, Tahoma, Arial;
	/*font-size: 0.8em;*/
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0em;
}
h1,h2,h3,h4 {font: normal Verdana, Arial, Tahoma, 'Microsoft Sans Serif'; margin: 0 0 0 0; padding: 0 0 0 0;}
h1 {font-size: 1.2em; font-weight: bold; color: #345;}
h2 {font-size: 0.85em; font-weight: bold; color: #345;}
h3 {font-size: 0.85em; font-weight: bold; color: #345;}
h4 {font-size: 0.80em; font-weight: normal; color: #345;}

table
{
	border: none;
}


img, .image
{
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

a
{
	font-family: Verdana, Tahoma, Arial, 'Microsoft Sans Serif'; 
	font-size: 1em; 
	text-decoration: none; 
	color: #0b6096;
}
a:link
{
	text-decoration: none;
}
a:active
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline; color: #e9600f;
}

ul
{
	margin: 6px 4px 4px 20px; padding: 6px 4px 4px 20px; color:#a01a1a
}

p
{
	font-size: 0.85em; 
	font-family: Verdana, Arial, Tahoma, 'Microsoft Sans Serif';
}

.errorText
{
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial, 'Microsoft Sans Serif';
	font-weight: normal;
	color: #ff0000;
}

.grayText
{
    color: #696969;
}
.normalText
{
	font-size: 0.95em;
	font-family: Verdana, Arial, Tahoma, 'Microsoft Sans Serif';
	font-weight: normal;
	color: #000000;
}
.normalText2
{
	font-size: 1.05em;
	font-family: Verdana, Arial, Tahoma, 'Microsoft Sans Serif';
	font-weight: normal;
	color: #000000;
}

/* styles used by each page main header - */
.pgMainHeaderText
{
	font-size: 1.3em;
	font-family: Verdana, Tahoma, Arial, 'Microsoft Sans Serif';
	font-weight: bold;
	margin: 5px 5px 0px 0px;
	color: #0b6096;
	text-align: left;
	vertical-align: middle;
}

.pgMainHeaderTD
{
	height: 30px;
	width: 80%;
	border-bottom: #a9a9a9 1px solid;
}
.cellSep, .divSep
{
	font-family: Verdana, Tahoma, Arial, 'Microsoft Sans Serif';
	font-size: 5px;
	height: 5px;
}
.tableInner
{
	width:100%;
	border: none;
	font-family: Verdana, Tahoma, Arial, 'Microsoft Sans Serif';
}
