body
{
	background-color: #999999;
	background-image: url(/images/lines.gif);
	margin:0px;
	padding: 0px;
	color: #666666;
	font-size:12px;
	font-family: "Courier New";
	text-align: center;
}


a {
	text-decoration: underline;
	color:#000000;
}
a:visited {
		text-decoration: underline;
	}	
a:hover {
		text-decoration: underline;
	 	color:#666666;
	}
a:active {
		text-decoration: underline;
		}

a.footer {
	text-decoration: underline;
	color:#FFFFFF;
}
a.footer:hover {
		text-decoration: underline;
	 	color:#666666;
	}

#container {
	margin: 40px 42px;
	width: 600px;
	text-align: left;
    background: #FFFFFF;
}

#header {
	margin: 0 0 20px 0;
	width: 600px;
}

#content{
	margin: 40px 40px;
	
}

#footer {
	margin-top: 40px;
	margin-bottom: 20px;
	width: 520px;
	background-color:#000000;
	border-top: 0px solid #000;
	color:#FFFFFF;
    padding: 15px 40px;
}


img 
{
	border: 0px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px; 
	font-weight: bolder;
	letter-spacing:-1px;
	color:#000000;
}

.footcopy {
	color:#FFFFFF;
}

.status {
	color:#999999;
}