
body {
	background-color: white;
}
body,td,a,div {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: verdana, arial, helvetica;
	font-weight: bold;
}
h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }
table {
	background-color: white;
	border-color: #3B3B3B; 
	border-style: solid; 
	border-width: 0px;
}
a:link, a:active, a:visited {
	color: navy;
}

a:hover {
	font-color: lightblue;
}
.spacer {
	
	margin-top: 20px;
	margin-bottom: 0px;
}

.styleit {
	display:none;
}

div#container {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	padding-bottom: 100px;
	
	background-image: url('images/mainbg.png');
	background-repeat: no-repeat;
}

table#container_table {

	width: 560px;
}
