body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 24px 0 32px 0;
	padding: 0px;
	color: #777;
	background: #000;
}

h1,h2 {
	color: #ff3399;
}

a img {
	border: none;
	border: solid 1px #191919;
}

a img:hover {
	border: solid 1px #666;
}

div#main {
	width: 700px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

table {
	width: 100%;
}

p.clickformore a {
	color: #ff0;
	text-decoration: underline;
}

a img.banner {
	border: none;
}

a:hover img.banner {
	border: none;
}


table {
	border: 1px solid #333;
	background: #222;
}

table tr td {
	text-align: center;
	background: #191919;
	border: 1px solid #333;
	padding: 16px;
	margin: 1px;
}


table tr td.large {
	text-align: center;
}



p.bottom {
	margin-top: 48px;
	
}

p.bottom a {
	font-size: 7pt;
	text-decoration: none;
	color: #666;
}