* {
	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.listIntro {
	margin-bottom: 0px;
	padding-bottom: 0px;
} 
ul.bulletList {
	margin-top: 0px;
	margin-bottom: 0px;
}
#bulletList {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 16px;
	padding-left: 0px;
	list-style: disc;
}
#bulletList li {
	margin-top: 0px;
	padding-left: 0px;
}
.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;
}