﻿html {
    height: 100%;
    padding: 0;
    margin: 0; 
}
body 
{
    margin-bottom:0px;
	margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    /*background-image: url("images/");*/
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 100%; 
	padding: 0;
	color:#5f869e;
	line-height: 18px;
}
a:active { color: #ffffff; text-decoration: underline}
a:link  {  color: #ffffff; text-decoration: underline}
a:visited { color: #ffffff; text-decoration: underline}
a:hover { color: #999999; text-decoration: none}

a.headerlink:active { color: #ffffff; text-decoration: none;font-size:14px;}
a.headerlink:link  { color: #ffffff; text-decoration: none;font-size:14px;}
a.headerlink:visited { color: #ffffff; text-decoration: none;font-size:14px;}
a.headerlink:hover { color: #ffffff; text-decoration: none;font-size:14px;}

a.navlink:active { color: #ffffff; text-decoration: underline; font-size:13px; font-weight:bold;}
a.navlink:link  { color: #ffffff; text-decoration: underline; font-size:13px; font-weight:bold;}
a.navlink:visited { color: #ffffff; text-decoration: underline; font-size:13px; font-weight:bold;}
a.navlink:hover { color: #326e67; text-decoration: none; font-size:13px; font-weight:bold;}


a.Navtext:active { color: #326e67; text-decoration: underline; font-size:13px; font-weight:bold;}
a.Navtext:link  { color: #326e67; text-decoration: underline; font-size:13px; font-weight:bold;}
a.Navtext:visited { color: #326e67; text-decoration: underline; font-size:13px; font-weight:bold;}
a.Navtext:hover { color: #000000; text-decoration: none; font-size:13px; font-weight:bold;}


a.footerlink:active { 	font-size:9.5px;	font-weight:bold; color:#5f869e;}
a.footerlink:link  {  	font-size:9.5px;	font-weight:bold; color:#5f869e;}
a.footerlink:visited { 	font-size:9.5px;	font-weight:bold; color:#5f869e;}
a.footerlink:hover { 	font-size:9.5px;	font-weight:bold; color:#666666;}


.button 
{
	font-size: 9pt;
	font-weight: bold;
	height:26px;
	background-image: url("images/css_button_bg.gif");
    border:1px solid #4f847e;
}
.errortext
{
	COLOR: #990000;
	FONT-SIZE: 10px;
}
.footertext 
{	
    font-size:9.5px;	
    font-weight:bold;	
    color: #5f869e;
}
.form 
{
	font-size: 9pt;
	color: #000000;
	border: 1px solid #4f847e;
	background-color: #ebebeb;
}
.form-button
{
	font-size: 9pt;
	font-weight: bold;
	height:26px;
	background-image: url("images/css_button_bg.gif");
    border:1px solid #4f847e;
}
.header
{ 
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #5f869e;
	    
}
.Navheader
{ 
	font-size: 24px;
	font-family: Georgia;
	font-weight: bolder;
	color: #e21d39;
	    
}
.NavDate
{ 
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #666666;
	    
}
.Navtext
{ 
	font-size: 16px;
	font-family: Georgia;
	font-weight: normal;
	color: #000000;

	    
}
.header1 { font-size:16px ; font-weight:bold; color:#ffffff;  }
.header2 { font-size:18px ; font-weight:bold; color:#ffffff;  }
.HomeSubHeader{ font : bold 16px ; color: #000000; line-height:20px; }
.HomeSubHeader2{font-size: 18px; font-weight: bold; color: #000000; line-height:20px; }
.howitworksheader{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #5f869e;
    cursor: pointer;
    }
hr {
	color: #7ca9a4;
	width:790px;
	text-align:center;
	height:1px;
    }
.modalBackground 
{
    background-color:#414141;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.modalBackground2 
{
    background-color: #50857f; 
    height: 25px;
}
.required-red
{ 
    color: #cc0000;
    font-weight:bold;
}
.style3{text-align:left;}
