/* You may adapt elements of this CSS in your own projects, but the unique combination of images, colors, sizes, 
typography, and positioning ("the design") is copyright (c) 2004 Leendert van der Ree / Webinform and may not be reproduced. */ 

body {
	background: black;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	letter-spacing: normal;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: top;
	z-index: 0;
}
h6	{
   font-family: Georgia, Times, serif;
	font-size: 90%;
	line-height: 140%;
	letter-spacing: 0.25em;
	color: Silver;
	padding: 0;
	margin: 10px 0 15px 0;
	text-transform: uppercase;
	text-align: center;
	background-color: transparent;
}
table {
	width: 100%;
	border-spacing: 0;
	padding: 0;
	}

th {
	font-size: 75%;
	font-weight: 800;
	text-align: left;
	color: #CC0033;
	border-bottom: 1px solid #CC0033;
	white-space: nowrap;
	background-color: transparent;
	}

tr {
	text-align: left;
	vertical-align: bottom;
}	

td {
	font-size: 75%;
	font-weight: normal;
	text-align: left;
	color: #f25312;
	white-space: nowrap;
/*	border-bottom: 1px solid #000066;*/
	background-color: transparent;
	}

img {
	float: none;
	margin: 15px 0px 15px 30px;
	border: 3px double Silver;
	}

