body {
	margin:0px;
	padding:0px;
	background-color: white;
}

body, p, td  { 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular ;
}

h1   { 
	color: #D87E00; 
	font-weight: bold; 
	font-size: 14px; 
	text-transform: uppercase; 
	letter-spacing: 5px; 
	margin: 0px 0px 10px; 
	padding: 0px; 
	border-bottom: 1px solid #D87E00;
}

.small {
	font-size: 11px;
}

.light {
	color: #C80000;
}

.micor {
	font-size: 11px;
	color: #C80000;
}

td.content {
	color: black;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
}

div.infobox {
	background-image: url(gfx/bgmain.jpg);
	background-position: top left;
	width:100%;
	border: 1px solid orange;
	color: #C80000;
	background-color: white;
	padding: 10px;
	text-align: center;
}


div.sponsor {
	width:100%;
	border: 1px solid orange;
	color: black;
	background-color: white;
	padding: 5px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #C80000;
}
a:hover {
	text-decoration: underline;
	color: red;
}

div.copyright {
	padding-top: 0px;
	width: 100%;
	text-align: left;
	font-size: 9px;
	color: #D87E00;
}