a:link {color: #000000; text-decoration: none; }
a:active {color: #FF0000; text-decoration: none; }
a:visited {color: #000000; text-decoration: none; }
a:hover {color: red; text-decoration: none; }

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	line-height: 16px;
	font-weight: bolder;
	margin-bottom: 20px;
	text-decoration: none;
}

.subhead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: -5px;
	text-decoration: none;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 20px;
	text-decoration: none;
	background-position: bottom;
}.bodytext ital {
	font-style: italic;
}

.hiddenlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: -5px;
	text-decoration: none;
}.courier {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	vertical-align: bottom;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.courier_white {
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	color: #FFF;
}

.outline {
	border: thin dotted #CCCCCC;
}
.dotted {
	border: thin dashed #999999;
}
.dotted_no_top {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.dotted_bottom {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.dotted_top_and_bottom {

	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.courier_headline_bold {
	font-family: "Courier New", Courier, monospace;
	font-size: large;
	font-weight: bold;
}
