.textWhite {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.textDark {

	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
}
a.linkDark {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a.linkDark:hover {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.titleWhite {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.borderAllDark {
	border: 1px solid #999999;
}
.borderAllDarker {

	border: 1px solid #000000;
}
.bullet1 {
	text-indent: 10px;
	list-style-type: circle;
	list-style-position: inside;
}
.titleDark {
	font-family: "MS Sans Serif", Tahoma, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
