﻿html
{
	overflow-y: scroll;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #005077;
}
.Checkmark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.CheckmarkLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.RegText
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #333333;
    LINE-HEIGHT: 18px;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: none
}
.RegText A
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #009900;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: underline
}
.RegText A:link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #009900;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: underline
}
.RegText A:visited
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #009900;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: underline
}
.RegText A:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #FF6600;
    FONT-FAMILY: Verdana;
    TEXT-DECORATION: underline
}
.Headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.HeadlineSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #106b90;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3D7B8F;
}
a:link {
	color: #7A8F10;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #3D7B8F;
	text-decoration: none;
	font-weight: bold;
	
}
a:visited {
	text-decoration: none;
	color: #7A8F10;
}
a:active {
	text-decoration: none;
	color: #3D7B8F;
}
.Footer 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 20px;
}
