@charset "UTF-8";
/* CSS Document */

html, body, #wrapper {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	border: none;
	color: #CCC;
	width: 100%;
}
#wrapper {
	text-align: center;
	vertical-align: middle;
	margin: 0px auto;
	width: auto;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #CCC;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 130%;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.content {
	font-size: 11px;
	color: #CCC;
	letter-spacing: 1px;
}
.contentForm {
	font-size: 11px;
	color: #000;
	letter-spacing: 1px;
}
.title {
	font-size: 12px;
	color: #999;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}
.listheader {
	font-size: 12px;
	color: #999;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}
.copyright {
	color: #666;
	font-size: 10px;
	letter-spacing: 1px;
}
.locations {
	color: #999;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.navbar {
	font-size: 12px;
	color: #666;
	letter-spacing: 2px;
}
.navbarSelected {
	color: #666;
	letter-spacing: 2px;
}
