﻿body {
	background-color: black;
	padding: 0px;
	margin: 5px;
}

body, td, p, div, span, ul, li, ol {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

#page {
	width: 600px;
	margin-top: 30px;
}

#address {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#header img {
	border-style: none;
	margin-top: 30px;
	margin-bottom: 10px;
}

#page-container {
	
}

#body {
	margin: 10px 40px 40px 40px;
	text-align: left;
}

#body p {
	margin: 0px 110px 0px 160px;
}

#body h1 {
	margin: 0px 0px 0px 100px;
	text-transform: lowercase;
	font-weight: normal;
	color: #666666;
}

#body ul {
	margin: 30px 0px 30px 120px;
}

#body ul li {
	list-style: none;
	height: 34px;
	vertical-align: middle;
	font-size: 12pt;
	color: #999999;
}

#body ul li a {
	text-decoration: none;
	color: #999999;
	line-height: 34px;
	padding-left: 5px;
}

#body table tr td a img {
	border-style: none;
	text-align: center;
}


#legal {
	font-size: 8pt;
	margin-top: 5px;
	text-align: center;
	color: #333333;
}

#footer {
	margin-bottom: 20px;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}

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

#footer table {
	margin-top: 10px;
}

#footer td {
	text-align: center;
}