/*Cascading Style Sheet */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color:#1c437b;
	margin-top:0;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
	background-color:#4F7CBD;
}

.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	text-indent: 5px;
	background-color:#4F7CBD;
}
.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-indent: 5px;
	background-color:#4F7CBD;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #1c437b;
	font-weight: bold;
	text-align: center;
}
.content{
background-color:#FFFFFF;
text-align: left;
}
.footer{
background-color:#FFFFFF;
font-size:8pt;
}
.links{
	font-size:7pt;
	font-weight:bold;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1c437b;
	text-decoration:none;
	cursor:hand;
}
a:hover{
text-decoration:underline;
}
.subheader2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.medium{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	font-weight: bold;
	text-align: center;
}
.small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
hr{
color:#000066;
}

h2{
color:red;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
font-weight:bold;
text-align:center;
}
h3{
color:#000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight:bold;
text-align:center;
}


p{
	font-size: 10pt;
	text-align:justify;
	margin-right:10px;
	margin-left:8px;
}

ol{
	padding-bottom: 2px;
}
ul{
	padding-bottom: 2px;
}
table{
font-size: 10pt;
}

/* Header ASP Setting */
 	INPUT, TEXTAREA, SELECT {
	font-family: Verdana; font-size: xx-small;
	}
	
	.aspmaker {
	font-family: Verdana; font-size: xx-small;
	}
.style2 {
font-family: Verdana; font-size: xx-small; font-weight: bold; 
}


/* Site Search Settings */
.b_normal {
	font-size:12px;
	color:#003063;
	font-family:Verdana,Arial,Helvetica;
}

