/* CSS Document */

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
.bodytext a:link {
	text-decoration:none;
	color: #003399;
}
.bodytext a:hover {
	text-decoration: underline;
	color: #FF9900;
}
.bodytext a:visited {
	text-decoration: underline;
	color: #FF9900;
}
.bodytext a:active {
	text-decoration:none;
	color: #003399;
}
.subheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
