﻿body 
{
	background-color:#0b6096;
	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: none;
	color: #e9600f;
}

ul
{
	margin: 6px 4px 4px 20px; padding: 6px 4px 4px 20px;
}

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;
}
.blueHeadline
{
  	font-size: 1.20em;
	font-family: Verdana, Tahoma, Arial, 'Microsoft Sans Serif';
	font-weight: bold;
	color: #0b6096;
}