a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #006699;
}



a:link.footer {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.footer {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.footer {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active.footer {
	text-decoration: none;
	color: #FFFFFF;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.titlered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.footer {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
}
.divider {
	height: 20px;
	position: relative;
	float: left;
	width: 600px;
	clear: left;
}
.times {
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
}
.thumb {
	padding: 5px;
	float: left;
	height: 81px;
	width: 120px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.titleg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	clear: left;
	float: left;
	width: 600px;
}
.titlegRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	clear: left;
	float: left;
	width: 600px;
	color: #990000;
}

body {
	background-color: #000000;
	background-image: url(images/bk.gif);
	background-repeat: repeat-x;
}
