body {
	background-color: #B5D5D3;
	text-align: center;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
.main_table .nav_table a {
	font-size: 16px;
	font-weight: bold;
	padding-right: 20px;
}
.main_table .nav_table a:hover {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	padding-right: 20px;
}

.main_table_header {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.main_table {
	width: 750px;
	border: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	text-align:left;
	padding: 10px;
}
.nav_table {
	border-top: 1px dashed #C5E2E2;
	border-bottom: 1px dashed #C5E2E2;
}
h1 {
	color: #339B9A;
	font-size: 18px;
}
a{
	text-decoration: none;color: #006666;
}
a:hover {
	color: #CC0000;
}
.main_table table {
	height: 100%;
}
