﻿body 
{
	font-family: Helvetica;
	font-size: 12px;
	color:Black;
	position: relative;
}
h5
{
	color:#000066;
	font-size:125%;
	font-weight:bold;
}
.banner
{
	top: 10px;
}
.subHeadline
{
	font-size: 16;
	color: #333333;
	font-weight: bold;
}
.subHeadlineCenter
{
	font-size: 14;
	color: #666666;
	font-weight: bold;
	text-align:center;
}
.Headline
{
	font-size: 14px;
	font-weight:bold;
	color:#333300;

}
.left
{
	width: 30%;
	text-align:right;
}
.right
{
	width: auto;
	text-align: left;
}
img
{
	border-style:none;
}
a
{
	color: #016597;	
	text-decoration:none;
	border:none 0px white;
}
a:visited
{
	color: #016597;
	text-decoration:none;
}
a:hover
{
	color:Gray;
	text-decoration:underline;
}


