@charset "UTF-8";
/* CSS Document */
body {
background-color: #fff;
/*background-image:url(images/backgrounds/gray1.jpg);*/
background-repeat:no-repeat;
}

h1,h2,h3,h4,h5,h6,p,div {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	}
	
h2 {
	font-size:16px;
	color:#036;
	font-weight:bold;
	line-height:normal;
	}
	
h3 {
	font-size:14px;
	color:#036;
	font-weight:bold;
	line-height:normal;
	}
	
p {
	font-size:14px;
	font-weight:normal;
	line-height:14px;
	padding:5px;
	}
	
.formdiv {
	font-size:20px;
	margin:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#036;
	font-weight:bold;
	line-height:14px;
	padding:10px;
	}	

.requiredicon {
	font-size:20px;
	color: #C00;
	font-weight:bold;
	line-height:normal;
	}


a.link1:link {
	color: #06F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
 }
 

a.link1:visited {
	color: #06F; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
 
a.link1:hover {
	color:#009933;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
 }
 
a.link1:active {
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

a.link14:link {
	color: #06F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
 }


a.link14:visited {
	color: #06F; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
 
a.link14:hover {
	color:#009933;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
 }
 
a.link14:active {
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

