body {
	background-color: #000;
	font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 13px;
	line-height: 1.62;
	color: #FFF;
	background-attachment: fixed;
	background-image: url(../new_images/interface/spotlight_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:focus {
}
hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0
}
h1 {
	font-size:25px;
	line-height: 25px;
}
h2 {
	font-size:14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-top: 25px;
}
h3 {
	font-size:10px;
	line-height: 16px;
	text-transform: uppercase;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-top: 25px;
}
h4 {
	font-size:19px
}
h5 {
	font-size:17px
}
h6 {
	font-size:15px
}
ol {
	list-style:decimal
}
ul {
	list-style:disc
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom:10px
}

