body {
	background: #000010;
	font-size: 12px;
	font-family: verdana,serif;
	color: #eeeeee;
	text-align: center;
	line-height: 150%;
}

#content {
	width: 480px;
	margin: 0 auto;
	text-align: left;
}

* {
	border: 0;
	margin: 0;
	padding: 0;
}

a { 
	color: #FF7B00;
	text-decoration: underline;
}

ul {
	list-style: square;
}

hr {
	border: 0;
	height: 1px;
	color: #808080;
	background-color: #808080;
}

p {
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 0px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}

#logo {
	text-align: center;
}

.section {
	margin-bottom: 10px;
	text-align: left;
}

.screen {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}

#footer {
	color: #a0a0a0;
	margin-top: 10px;
	text-align: center;
}

#header {
	background: #000000;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana,serif;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 8px;
	text-align: left;
}
#header a { 
	color: #ffffff;
	text-decoration: none;
        padding-right: 10px;
}
#header img { 
        margin-right: 2px;
}

