body, table, td, tr {
	font-family: verdana, tahoma;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}

.banner img {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}

div.back {
	width: 1024px;
}

div {	
	margin: auto;
}

body {
	background: #FFF;
	background-image: url('../images/back.jpg');
}

a:link, a:visited {
	text-decoration: none;
	color: #990000;
}

a:hover, a:active {
	text-decoration: underline;
	color: #990000;
}

table.menu {
	color: #FFF;
	text-decoration: none;
}

.menulink a {
	text-decoration: none;
	color: #FFF;
}

.menu td {
	text-align: center;
	width: 17%;
	background: #000;
}

.top td {
	color: #FFF;
	background-image:url('../images/top.png');
	font-weight: bold;
	border-style: solid;
	border-bottom-style: none;
	border-color: #FFF;
	border-width: 1px;
	padding: 2px;
}

.main td {
	background-image: url('../images/pitch.jpg');
	border-style: solid;
	border-top-style: none;
	border-bottom-style: none;
	border-color: #FFF;
	border-width: 1px;
	padding: 2px;
}

.main2 td {
	background-image: url('../images/pitch.jpg');
	border-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-color: #FFF;
	border-width: 1px;
	padding: 2px;
}

.bottom td {
	color: #FFF;
	background-image:url('../images/bottom.png');
	font-weight: bold;
	border-style: solid;
	border-top-style: none;
	border-color: #FFF;
	border-width: 1px;
	padding: 2px;
	empty-cells: show;
}

.foot td {
	text-align: right;
	color: #FFF;
	background: #000;
	padding: 5px;
}