@charset "utf-8";
/* CSS Document */

/* -----------------------
 * This page has a single column that spans the width of the page.
 * It is accomplished by redefining the class, subPage_Col1
 * to span the width of the page.
 * -----------------------
 */
div.subPage_Col1 {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 100%;
	font-family:arial, helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-color: #000000;
	font-size: 12px;
}

div.subPage_Col1 h1 {
	margin: 0;
	font-family:arial, helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #30506C;
}
div.subPage_Col1 h2 {
	font-family:arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4A6B84;
}
div.subPage_Col1 p {
	font-family:arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}