body {
	background-color: #CCEECC;
}
.footer {
	background-color: #CCEECC;
	color: black;
	text-align: center;
	margin-top: 10px;
	padding-top: 3px;
	height: 22px;
	font-size: 12px;
}
td, p {
	font-family: arial;
	font-size: 12px;
}
table {
	background-color: #ffffff;
}
#headerarea {
	background-color: #FFCC00;
	height: 125px;
}
#topad {
	background-color: #336633;
	height: 20px;
	padding-top: 2px;
}
h1 {
	font-family: 'arial', serif;
	font-size: 30px;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}
h2 {
	font-family: 'arial', serif;
	font-size: 24px;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: center;
}
.main {
	padding: 5px;
	border-left: thin solid #cccccc;
	border-right: thin solid #cccccc;
}
table {
	border: none #cccccc;
}
.copyright {
	background-color: #336633;
	color: white;
	text-align: center;
	margin-top: 10px;
	padding-top: 3px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
}
.leftMenu {
	padding: 5px;
}
.leftMenu ul {
	list-style: none;
}
.rightMenu {
	padding: 5px;
}
.rightMenu ul {
	list-style: none;
}

