BODY {
	background-color : White;
	color : Black;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

UL LI {
	list-style-type : square;
}

UL LI OL LI {
	list-style-type : decimal;
}

OL LI UL LI {
	list-style-type : square;
}

A {
	color : Black;
	font-weight : bold;
	text-decoration : underline;
}

A:hover {
	color : #C9C8B7;
}

A:visited {
	color : Black;
}

TABLE.platform {
	border : none;
	background-color : Black;
	color : White;
	text-align : center;
	font-weight : bold;
	padding-top : 1px;
	padding-bottom : 1px;
	width : 300px;
	vertical-align : middle;
	margin-top : 8px;
}

TH {
	background-color : Black;
	color : White;
	font-weight : bold;
}

HR {
	border : 1px solid #C9C8B7;
}

.small {
	font-size : xx-small;
}

.smallfooter {
	font-size : xx-small;
	text-align : center;
}

.super {
	font-size : xx-small;
	vertical-align : super;
}

.bsku {
	color : #BB0011;
	font-weight : bold;
}

.notcompact LI {
	margin-top : 8pt;
}