body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
}
a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #CCCCCC;
	text-decoration: line-through;
}
.listMain {
	list-style-type: upper-roman;
	font-weight: bold;
}
.listSet1 {
	list-style-type: upper-alpha;
	font-weight: normal;
}
.listSet2 {
	list-style-type: decimal;
	font-weight: normal;
}
.listSet3 {
	list-style-type: lower-alpha;
	font-weight: normal;
}
.listSetNone {
	list-style-type: none;
	font-weight: normal;
	list-style-position: inside;
}
