@charset "ISO-8859-1";

html {
	height: 101%;
}
	
body {
	background-color: #000;
	line-height: 16px;
	background-image: url(images/BG_asph02.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 12px;
}
.cap {
	font-size: 16px;
	font-weight: bolder;
	padding: 3px 2px 0px 3px;
	border-top: 1px solid #666;
	border-right: 1px solid #333;
	border-bottom: 1px solid #000;
	border-left: 1px solid #333;
	margin-right: 1px;
}
.headline {
	font-size: 16px;
	font-weight: bold;
}
a:link {
	color: #ccc;
	text-decoration: underline;
}
a:visited {
	color: #ccc;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:active {
	color: #fff;
	text-decoration: underline;
}
.footer {
	color: #999999;
	font-size: 11px;
}
.footer a:link {
	color: #999999;
}
.footer a:visited {
	color: #999999;
}
.footer a:hover {
	color: #00C8BB;
}
.footer a:active {
	color: #00C8BB;
}
.menu {
	font-size: 12px;
	font-weight: bold;
	color: #999;
}
.menu a:link {
	color: #999;
	text-decoration: none;
}
.menu  a:visited {
	color: #999;
	text-decoration: none;
}
.menu a:hover {
	color: #fff;
	text-decoration: none;
}
.menu a:active {
	color: #fff;
	text-decoration: none;
}
#paper {
	background-color: #000;
	background-image: url(images/bg_paper2.jpg);
}
#stage {
	border-top: 1px none #666;
	border-right: 1px none #666;
	border-bottom: 1px none #666;
	border-left: 1px none #666;
}
#header {
	background-color: #333;
	background-image: url(images/bg_header.jpg);
}
#footer {
	background-color: #333;
	background-image: url(images/bg_header.jpg);
}
.time-text{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #ffffff; 
}
.track-text{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #ffffff; 
	text-align: center;
}
h1 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	padding-top: 4px;
}
h3 {
	font-size: 14px;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	padding-top: 4px;
}
.caption {
	font-size: 10px;
}
