.TextHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.TextHeader a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
.TextHeader a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.TextHeader a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000066;
}
.TextHeader a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.TextContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;

}
.TextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.TextFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.TextFooter a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
.TextFooter a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.TextFooter a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF6600;
}
.TextFooter a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.TextHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
	padding: 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #999999;
	width: 100%;
	line-height: 120%;

}
