html{height: 100%}
body{height: 100%; margin: 0px; background-color: #ffffff; font-family: Verdana, Arial, Helvetica; font-size: 12px; color: #303044}

a{text-decoration: none}
a:link{color:#303044}
a:visited{color: #303044}
a:active{color: #0D0D91; font-weight: bold}
a:hover{color: #0D0D91; font-weight: bold}
a:focus{color: #0D0D91; font-weight: bold}

a.nav{text-decoration: none; font-weight: normal; font-size: 14px}
a.nav:link{color:#E6E6E6}
a.nav:visited{color: #E6E6E6}
a.nav:active{color: #E6E6E6; font-weight: bold}
a.nav:hover{color: #E6E6E6; font-weight: bold}
a.nav:focus{color: #E6E6E6; font-weight: bold}

a.subnav{text-decoration: none; font-weight: normal; font-size: 14px}
a.subnav:link{color:#303044}
a.subnav:visited{color: #303044}
a.subnav:active{color: #0D0D91; font-weight: bold}
a.subnav:hover{color: #0D0D91; font-weight: bold}
a.subnav:focus{color: #0D0D91; font-weight: bold}


h1{
	margin-top: 25px;
	margin-bottom: 15px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica; font-size: 16px; color: #0D0D91;
	font-weight: bold;	
}

h2{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica; font-size: 12px; color: #303044;
	font-weight: bold;	
	font-style: italic;
}

h3{
	margin-top: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica; font-size: 35px; color: #212144;
	font-weight: bold;	
	font-style: italic;
}

p{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica; font-size: 10px; color: #303044;
}