@charset "UTF-8";
/* CSS Document */
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #666;
	font-weight: normal;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight:bold;
	color: #666;
	font-size: 18px;
}
.head-subcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: normal;
}
.head-subcopy1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7182A1;
	font-weight: normal;
}
.verticle-div {
	font-size: 36px;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	line-height:20px;
}

a {
	color: #000000;
	text-decoration:underline;
	font-weight:bold;
	}
	
a:hover {
	color: #9999cc;
	text-decoration:underline;
	}
	
.link {
	font:12px arial;
	line-height:20px;
	color:#0e396e;
	font-weight:bold;
	}	

