body {
	font-family: Arial, Helvetica, sans-serif;
	background: black;
	font-size: 12px;
	margin:0;
	padding:0;
	color: #8C8E91;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	padding: 0;
	margin: 0 0 20px 0;
	line-height: 1.45em;
}
a {
	color: #ff0000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border:none;
}
.white {
	color: white !important;
}
.red {
	color: red !important;
}
.container {
	width: 889px;
	padding: 0 40px 40px 40px;
	margin: 20px auto 0 auto;
	text-align: left;
}
html>body .container {
	margin: 60px auto 0 auto;
}
.logo {
	margin-top: 40px;
}
html > body .left, html > body .right {
	height:26px;
}
.left, .right {
	border-bottom:6px solid #000;
	color:#000000;
	height:20px;
	padding:0pt 6px;
	text-align:left;
}
.left {
	background:url(images/left_round.gif) no-repeat scroll left top;
	padding-top: 2px;
}

.right {
	background:url(images/right_round.gif) no-repeat scroll right top;
}
.right input {
	background-color:#FFFFFF;
	border:0pt none;
	width: 300px;
}
.button {
	background:black url(images/button.gif) no-repeat scroll left top;
	border:0pt none;
	color:#000;
	cursor:pointer;
	font-size:13px;
	height:20px;
	margin:0px 20px 0pt 0px;
	width:75px;
}
html>body .button {
	padding-bottom:3px;
}
table {
	margin: auto;
}
.white p { padding-right: 460px;}

.footer {
	font-size: smaller;
	/*text-align:left;
	margin-left:120px;*/
}
.footer a {
	color: #8C8E91;
}