.footer {
	border-top: 4px dashed #999;
	padding: 4px 0 2px;
	margin: 0 20 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}

.header {
	border-top: 2px none #999999;
	padding: 4px 0 2px;
	margin: 0 20 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #99FF33;
	border-bottom-style: dashed;
	font-weight: bold;
	border-bottom-color: #999999;
	text-transform: none;
}

.subheader {
	border-top: 2px none #999999;
	padding: 4px 0 2px;
	margin: 0 20 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #99FF33;
	border-bottom-style: none;
	font-weight: bold;
	border-bottom-color: #999999;
	text-transform: none;
}

.content {
	border-top: 2px none #999999;
	padding: 4px 0 2px;
	margin: 0 20 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	border-bottom-style: none;
	font-weight: normal;
	border-bottom-color: #999999;
	text-transform: none;
}

.bullet {
	border-top: 2px none #999999;
	padding: 4px 0 2px;
	margin: 0 20 4px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	border-bottom-style: none;
	font-weight: normal;
	border-bottom-color: #999999;
	text-transform: none;
	list-style-type: disc;
	list-style-position: outside;


}

}
a, a:visited {
	font-weight: bold;
	/*/*/text-decoration: none;/* */
	color: #99FF33;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
}
