body {
	font:90%/1.5 'Verdana',Arial,'Liberation Sans',FreeSans,sans-serif;
	color: #fff;
	background: #000 none;
}

hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0;
}

h1 { font-size:1.8em; line-height: 1.3em; }
h2 { font-size:1.6em; line-height: 1.3em; }
h3 { font-size:1.4em; line-height: 1.3em; }
h4 { font-size:1.2em; line-height: 1.3em; }
h5 { font-size:1em; }
h6 { font-size:1em; }

ol { list-style:decimal; }
ul { list-style:disc; }
li { margin-left:30px; }

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
/*	margin-bottom:20px;*/
	color: #fff;
}
h1, h2, h3, h4, h5, h6 { color: #fff; padding-bottom: 5px; }
/*h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #fff; }*/

small {
	font-size: 85%;
}

a {
	color: #c6952b;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
.link_color {
	color: #c6952b !important;
}
.regular_color {
	color: #fff !important;
}
span.error{
	color: #f00;
}

#content .content p {
	margin-bottom: 10px;
}
