/* everything */
body {
	background:#142C41 url('images/bodybg.png') repeat-x scroll top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin:0 auto;
	padding:0;
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border */
}


/* default element styles */
ul, ol {
	margin:10px 0 10px 30px;
}
table {
	width:100%;
}
table tr th {
	background:#0C2136;
	padding:5px 10px;
	color:#ffffff;
	text-align:left;
	font-weight:bold;
	letter-spacing:2px;
	
}
table tr td {
	padding:5px 10px;
	color:#333333;
