* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: 12px;
	/*margin: 0px;
	padding-top: 20px;*/
}
table.main {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding-top: 5px;
}
table.content {
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 10px;
}
td.content {
	background-repeat: no-repeat;
	padding: 10px;
}
p {
	margin:13px 0;
}
p:first-child, p.first-child {
	margin-top:0;
}
p:last-child, p.last-child {
	margin-bottom:0;
} 
ul.bulletList {
	margin:0;
	margin-left: 16px;
	padding:0;
	list-style: disc;
}
ol.numList {	
	list-style-type: decimal;
	padding:0;
	margin:0;
	margin-left: 23px;	
}
.listText {
	color: #000000;
}
.subhead, .subhead2 {
	font-weight: bold;
	font-size: 14px;
}
.issueText {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	font-style: italic;
	color: #008dd0;
	padding-bottom: 10px;
}
a.games_list, a.games_list:visited {
	font-size: 12px;
	color: #008dd0;
}
a.games_list:hover {
	font-size: 12px;
	color: #008dd0;
	text-decoration: none;
}
.copyright {
	font-size: 9px;
	color: #999999;
	padding:4px;
}
div.white {
	background-color: #FFFFFF;
	padding: 10px;
}
.footnote {
	font-size: 10px;
}
sup {
	line-height: inherit;
	vertical-align:top;
}