html {overflow-y: scroll;}

 
.textbox { 
 background-color: #FFFFFF; 
 border: 1px solid #CCCCCC;
 font-size: 14px; 
height: 22px;
width: 130px;
}

body {
	min-width:840px;/* for mozilla*/
	background-color: #DFD3A9;
	background-repeat: repeat-x;
	background-position: center top;
	color: #000000;
}
 
h2, .class4 { font-family:serif;color: #0E427D;
font: normal 25px Georgia, Palatino, serif;
margin: 0px; 
 }

h3, .class4 { font-family:serif;color: #0E427D;
font: normal 21px Georgia, Palatino, serif;
margin: 0px; 
 }


.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 19px;
	font-weight: bold;
	color: #71191B;

}


.body {
	font-family: Georgia, arial, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 21px;
	font-weight: normal;
	color: #292929;
}





.b:link, .b:visited{ 
	font-family: Georgia, arial, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 23px;
	font-weight: normal;
	color: #04326D;
		text-decoration:none;
	}

.b:hover{
	font-family: Georgia, arial, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 23px;
	font-weight: normal;	color: #0D3D6F;
	text-decoration:underline;
}



.bottomlink:link, .bottomlink:visited{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #0D3D6F;
		text-decoration:none;
	}

.bottomlink:hover{
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;	color: #0D3D6F;
	text-decoration:underline;
}



.sidelink:link, .sidelink:visited{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	color: #0D3D6F;
		text-decoration:none;
	}

.sidelink:hover{
font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;	color: #0D3D6F;
	text-decoration:underline;
}

.footer
{
    FONT-SIZE: 10px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Verdana, Arial, Helvetica, Times New Roman, sans-serif;
		line-height: 13px;
}


.body2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #262E2E;

}









 
 /*----------------------------------------*/
/*----- 1.5 Button styles -----*/
/*----------------------------------------*/
.mybtn, .mybtn-big {
	font-family: Arial, Helvetica, sans-serif;
	background: #10447E;
	padding: 14px 29px;
	margin: 10px 0;
	font-size: 10px;
	color: #fff !important;
 
	line-height: 1em;
	font-weight: 400;
	border: none;
	cursor: pointer;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration:none;
}
.mybtn-big {
	padding: 14px 24px;
	font-size: 14px;
}
.mybtn:hover, .mybtn-big:hover {
	background: #14589E;
	color: #fff !important;
}






  table.table1 {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #404040;

 border-bottom:0;
    border-left:0;
 border:1px solid #99999D;
	}

	  td.table1 {
	  padding-right:10px;
	   border:1px solid #99999D;
border-top:0;
    border-right:0;
	height:35px;

	padding-top:5px;
	padding-bottom:5px;
	}


	
.formheader
{
font-family: 'Open Sans', Georgia, arial, "Times New Roman", Times, serif;
display: block;
padding: 10px 3px;
border-bottom: 1px dotted #BABABA;
border-radius: 5px 5px 0 0;
background: #f7f7f7;
font-size: 22px;
line-height: 26px;
font-weight: 300;
 
}