.text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 17px; color: #001F3E}
.header {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 17px; font-weight: bold; color: #001F3E}
.Boldheader { 
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 17px; font-weight: bold; color: #063B71}
.quotes {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 17px; color: #187096}
.textwhite {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 17px; color: #FFFFFF}

.textlink {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 17px; color: #FFFFFF}

 

.TopText  {
	font-family : Arial;
	font-size : 9pt;
	line-height : 10pt;
	color : #000000;
}
a  {
	text-decoration: none;
	color: #0064D6;
	text-decoration : underline;	
} 
a:hover {
	color: #5E5EFF; 
   
}  
.NavBottom  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #FFFFFF;
	font-weight : normal;
	line-height : 11px;
}
.NavBottom:hover  { 
	color: #FFFFFF;
	text-decoration: underline;
}
.MenuLeft  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #0064D6;
	font-weight : bold;
	line-height : 11px;
}
.MenuLeft:hover  { 
	color: #FF6600;
	text-decoration: none;
}
.MenuButton  {
	border-top : 1px solid #FFFFFF; 
	border-bottom : 1px solid #D3D3D3;
}
td {
	font-style : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}
b {
	font-weight : bold;
}
.Heading {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 22px;
	font-weight : bold;
	color: #0064D6;
	margin-top:0;
	margin-bottom:0;
	padding-bottom:5;
}

.SubHeading {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : bold;
	color: #FFFFFF;
	margin-top:0;
	margin-bottom:0;
	padding-bottom:5;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color: #0064D6;
	margin-top:0;
	margin-bottom:0;
	padding-bottom:5;
}
H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #0064D6;
	margin-top:0;
	margin-bottom:5;
}
H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color: 000000;
	margin-top:0;
	margin-bottom:5;
}  
.blueh3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color: #0064D6;
	margin-top:0;
	margin-bottom:0;
}
.redh3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color: red;
	margin-top:0;
	margin-bottom:0;
}

.TextblueDefault {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #0064D6;
	font-weight: bold;
	line-height : 13px;
}
.TextDefault {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 13px;
}
.TextSmaller {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 12px;
}
.TextSmallerGray {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 12px;
	color: #585858;
}
.TextSmallGray {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 12px;
	color: #585858;
}
.TextSmallerWhite {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 11px;
	color: #FFFFFF;
}
.TextSmallest {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 11px;
}
.TextSmallestGray {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 11px;
	color: #5E5E5E;
}
.TextSmallestWhite {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	line-height : 11px;
	color: #FFFFFF;
}
#InputBox {
	border-top : 1px solid #0064D6;
	border-left : 1px solid #0064D6;
	border-right : 1px solid #0064D6;
	border-bottom : 1px solid #0064D6;
}
.Border {
	border-top : 1px solid #0064D6;
	border-left : 1px solid #0064D6;
	border-right : 1px solid #0064D6;
	border-bottom : 1px solid #0064D6;
}
.Submit {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color : #0064D6;
	color: White;
	font-weight: bold;
	border-left : 1px solid #0064D6;
	border-top : 1px solid #0064D6;
	border-right : 1px solid #0064D6;
	border-bottom : 1px solid #0064D6;
}

		.trigger{
			cursor:pointer;
		}		
		.trigger:hover{
			cursor:pointer;
			background:#ddf;
		}		
		.expanded{
			background:#ccf;
			cursor:pointer;
		}
		.expanded:hover{
			background:#eef;
			cursor:pointer;
		}
		.show{
     position:static;
     display: table;
		}
		.hide{
			position:absolute;
			left:-999em;
			height:1px;
			width:100px;
			overflow:hidden;
		}



