* { margin: 0; padding: 0; color: #FFF; }

html, body {
	background: #000;
	font: 10px/1em tahoma, sans-serif;
}

img {
	float: left;
	border: 0;
}


a, a:link {
	text-decoration: none;
	color: #FFF;
}

ul,li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.disc_bullet ul {
	list-style-type: disc;
	padding: 15px;
	color: #FFF;
	font: 1.09em/1.42em Arial, sans-serif;
	margin-left: 10px;
}

div.disc_bullet li {
	list-style-type: disc;
}

h1 {
	font: bold 2em/0.7em "NewsGoth BdXCn BT";
	color: #ff6005;
	padding-bottom: 0.45em;
}

h1 span {
	display: none;
}

p {
	font: 1.09em/1.42em Arial, sans-serif;
	color: #FFF;
	padding-bottom: 1.42em;
}

fieldset {
	border: 0;
}

label {
	display: block;
	float: left;
}

input, select, textarea {
	font: 1em/1em arial, sans-serif;
	border: 1px inset gray;
	color: #000;
	text-indent: 3px;
}

input.image, input.checkbox{
	border: 0;
}

option { color: #000; }

.clear {
	clear: both;
	height: 0;
	line-height: 1px;
}

strong,
b {
	font-weight: bold;
	color: #ff6005;
}

hr {
	color: #ff6005;
	background-color: #ff6005;
	border: 1px solid #ff6005;
}