@charset "utf-8";
/* CSS Document */
body {
	background-color: #373737;
	margin-top: 50px;
}
body,td,th {
	font-size: 11px;
	font-family: Lucida Grande, Tahoma, Verdana, sans-serif;
	color: #FFFFFF;
}
/* Firefox Scrollbar Hack */
html {
	overflow-y: scroll;
	overflow-x: auto;
}
hr {
	border-top: 1px solid #FFF;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}
a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	color: #FFF;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	text-decoration: underline;
}
h1 {
	font-size: 15px;
}
h2 {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.footer {
	font-size: 10px;
}
.underline {
	text-decoration: none;
	font-weight: bold;
}
.padded {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
}
.black {
	color: #000;
	font-weight: bold;
}
#content {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	background: url(images/bg.jpg) top no-repeat;
}