@charset "utf-8";
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
.goldHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #787117;
}
.goldHeadlineBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #787117;
	font-style: italic;
}

.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	display: list-item;
	list-style-type: disc;
}

.GoldHeadlineLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #787117;
}
#container {
	width: 800px;
	background-color: #FFF;
	margin: 0 auto;
	border: solid #000 thin;
}
#container #headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #FFF;
	background-color: #004680;
	padding:5px 30px 5px 30px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	padding-left: 30px;
	padding-right: 30px;
}
#container #form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	padding: 15px;
}
#container #columns {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	float: left;
	width: 40%;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}

