/* CSS Document */
body {
	background: #ACACAC url(images/bg.jpg) no-repeat;
	line-height: normal;
	font-size: 12pt;
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	color:#333333;
}
#maincontent {
	padding-left: 20pt;
	padding-right: 20pt;
	padding-top: 10pt;
	padding-bottom: 10pt;
}
#banner {
	background-color: #b0b0b0;
	}	

.text {
	color: #333333;
	font-weight: normal;
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	line-height: 14pt;
}
.subhead {
	color: #333333;
	font-weight: normal;
	font-family: Eras Bold ITC, Arial, Helvetica, sans-serif; 
	font-size: 18pt;
	line-height: 21pt;
	
	
}
.subheadlink {font-family: Eras Bold ITC, Arial, Helvetica, sans-serif;color: #333333;font-size: 21pt;}
a.subheadlink:link {font-family: Eras Bold ITC, Arial, Helvetica, sans-serif;color: #2079D2;font-size: 21pt;text-decoration:underline;}
a.subheadlink:visited {font-family: Eras Bold ITC, Arial, Helvetica, sans-serif;color: #2079D2;font-size: 21pt;}
a.subheadlink:hover {font-family: Eras Bold ITC, Arial, Helvetica, sans-serif;color: #2079D2;font-size: 21pt;text-decoration:underline;}
a.subheadlink:active {font-family: Eras Bold IDC, Arial, Helvetica, sans-serif;color: #2079D2;font-size: 21pt;} 

a:link {
	color: #2079D2;
	font-size: 12pt;
	text-decoration:none;
}
a:visited {
	color: #2079D2;
	font-size: 12pt;
	text-decoration:none;
}
a:hover {
	color: #2079D2;
	font-size: 12pt;
	text-decoration:underline;
}
a:active {
	color: #2079D2;
	font-size: 12pt;
	text-decoration:none;

} 
#footer p {
color: #333333; 
font-size: 10pt;
text-align: center;}

.footer {
font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
color: #333333;
font-size: 10pt; 
text-decoration: none;
	}

a.footer:link {
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
	color: #2079D2;
	font-size: 10pt;
	text-decoration: none;
}
a.footer:visited {font-family: Gill Sans MT, Arial, Helvetica, sans-serif;color: #2079D2;font-size: 10pt; text-decoration: underline;}
a.footer:hover {
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
	color: #2079D2;
	font-size: 10pt;
	text-decoration: underline;
}
a.footer:active {font-family: Gill Sans MT, Arial, Helvetica, sans-serif;color: #2079D2;font-size: 10pt; text-decoration: none;} 
	

