body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #FFF;
	font-size: small;
	text-align: center;
}

a, a:link, a:active {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	color: #DDD;
}

a:visited {
	color: #BBB;
}

h1 {
	color: #FFCC99;
	font-size: medium;
	font-weight: bold;
}

h2 {
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
	line-height: 2em;
}

h3 {
	color: #FFCC99;
	font-size: small;
	font-weight: bold;
}

table {
	width: 900px;
	border: 1px dashed #666;
	background-color: #444;
	margin: 0 auto;
	margin-bottom: 20px;
}

table tr {
}

table td {
	padding: 10px;
}

.header {
	background-color: #000;
	border: 0;
	font-size: xx-large;
	color: #FFFFFF;
}

.yellow {
	background-color: #000;
	border: 0;
	font-size: x-large;
	color: #FFFF00;
}

.strong {
	font-weight: bold;
}

.bottom-space {
	padding-bottom: 20px;
}

.top-space {
	padding-top: 20px;
}

.red {
	color: #FF0000;
	font-weight: bold;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.centre {
	text-align: center;
}

.button a, .button a:link, .button a:active,  .button a:visited {
	font-size: x-small;
	color: #333333;
	background-color: #FFCC99;
	border: 1px solid #fff;
	padding: 0px 5px;
	line-height: normal;
}

.button a:hover {
	background-color: #FF9966;
}


.bgblack {
	background-color: #000000;
	border: 0px;
}

