address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, li,
menu, ol, p, pre, td, th, tr, ul {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #FFFFFF;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 19px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 11px;
}

b {
	color: #AE0000;
}

a:link {
	color: #AE0000;
	text-decoration: underline;
}

a:visited {
	color: #AE0000;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

a:active {
	color: #666666;
	text-decoration: underline;
}

a img {
	border: none;
}

.copyright {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.highlight {
	color: #AE0000;
	font-weight: bold;
}

.heading {
	color: #0A6972;
	font-size: 18px;
	font-weight: bold;
}

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

.fielderror {
	background-color: #FFFFCC;
	border: 1px solid #FF0000;
}

.countdownlabel {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

.countdownvalue {
	color: #FF0000;
	font-size: 20px;
	font-weight: bold;
}

/* Start Menu Styles */
#navcontainer ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navcontainer li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 0 3px 0;
}

#navcontainer a {
	background-color: #999999;
	background-image: url(images/l1_down.gif);
	border: 1px solid #333333;
	display: block;
	padding: 2px 2px 2px 24px;
	width: 160px;
}

#navcontainer a:link, #navlist a:visited {
	color: #EEEEEE;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #AE0000;
	background-image: url(images/l1_over.gif);
	border: 1px solid #333333;
	color: #FFFFFF;
}

#active a:link, #active a:visited, #active a:hover {
	background-color: #AE0000;
	background-image: url(images/l1_over.gif);
	border: 1px solid #333333;
	color: #FFFFFF;
}

/* End Menu Styles */
