@charset "utf-8";
/* CSS Document */

.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: normal;
}
a:link {
	color: #000000;
	text-decoration: none;
}

.bodyTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
}
.lists {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	list-style-position: outside;
	padding-left: 1em;
}
.TableHeader {
	color: #FFFFFF;
	background-color: #8E9093;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #EF4E3C;
	text-decoration: none;
}
a:active {
	color: #EF4E3C;
	text-decoration: none;
}

