body {

	background-color: black;
	text-align: center;
	color: #888;
	font-size: 8pt;
	font-family: verdana, arial, sans-serif;
	
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: gray;
}

.message  {
	font-family:'trebuchet ms', verdana, sans-serif;
	font-size:24pt;
	line-height:1.5em;
}

.container {
	width: 600px; 	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	display: inline-block;
}

.footer {
	width: 600px; 	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

li { 
	list-style:circle;
	list-style-position: inside	
}

#left { 
	width: 200px;
	padding: 0px;
	margin: 2px; 
	line-height: 15pt;
	float: left;
	text-align: left;
	}
	

#center { 
	width: 200px;
	padding: 0px;
	margin: 2px; 
	line-height: 15pt;
	float: left;
	text-align: left;
	}

#right { 
	width: 200px;
	padding: 0px;
	margin: 2px; 
	display:inline;
	line-height: 15pt;
	text-align: left;
	}

#footer { 
	width: 200px;
	padding: 0px;
	margin: 2px; 
	position: relative;
	}



table #theader {
	font-size: 14px;
	font: 100% "century gothic", Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background: #666666;
}

iframe {
	background:#FFFFFF;
}

img {
	border: none;
}
