body {
	font: 13px/1.5em Helvetica, sans-serif;
	color: #999;
	margin: 000px;
        background-color: #000;
}


/* Headers */

h1 { margin: 0em 0em 0.6em 0em; font: 1.8em inherit; }
h2 { margin: 0em 0em 0.6em 0em; font: 1.5em inherit; }
h3 { margin: 0em 0em 0.6em 0em; font: 1.2em inherit; color: #fff;}
h4 { margin: 0em 0em 0.6em 0em; font: 1.1em inherit; }
h5 { margin: 0em 0em 0.6em 0em; font: 1.0em inherit; font-weight: bold; }
h6 { margin: 0em 0em 0.6em 0em; font: 1.0em inherit; font-weight: normal; color: #fff;}

*+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
	margin: 5px 0em 0.6em 0em;
}

/* Text */

p { margin: 0.8em 0px; }

abbr, acronym { text-transform: uppercase; border-bottom: 1px dotted #999; cursor: help;}

/* Links */

a:link {
	color: #CC3300;
	text-decoration: underline;
}

a:visited {
	color: #945b55;
	text-decoration: underline;
}

a:hover {
	color: #ff9900;
	text-decoration: underline;
}

a:active {
	color: #ff9900;
	text-decoration: underline;
}

/* Lists */

#wrap ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0.8em 0em 0.8em 1.5em;
}

#wrap ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0.8em 0em 0.8em 1.5em;
}

#wrap ul li, #wrap ol li { margin: 0.1em 0em; }
#wrap li ul, #wrap li ol { margin: 0.4em 0em 0.4em 1.5em; }


/* Table */

table {
	
}


/* Forms */

fieldset {
	border: none;
	padding: 7px;
	
}

label {
	width: 100px;
	display: block;
	clear: left;
	float: left;
}

input{
    border: 1px #777 solid;
    margin-bottom: 1px;
}

input[type='text'],
input[type='password'] {
	width: 100px;
}