body#site {
	margin: 0px;
	padding: 0px;
	background-color: #FBCD52;
}
.maintable {
	background-color: #FAF7F0;
}

h1 {
	font-family: arial, helvetica, sans serif;
	font-size: 16px;
	color: #0C8691;
}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #F5F5F5;
	width: 120px;
	border: 1px solid #CCCCCC;
}

.menu {
	background-image: url(images/button.jpg);
	width: 145px;
	background-position: left top;
	background-repeat: no-repeat;
}
.menu a:link, .menu a:visited, .menu a:active {
	font-family: Georgia;
	font-size: 12px;
	font-weight:bold;
	color: #0C8691;
	text-decoration: none;
	display: block;
	height: 100%;
	padding-bottom:10px;
}
.menu a:hover {
	color: #006A71;
	text-decoration: underline;
	display: block;
}
.submenu a:link, .submenu a:visited, .submenu a:active {
	font-family: Georgia;
	font-size: 11px;
	color: #7C6205;
	text-decoration: none;
}

.submenu a:hover {
	color: #614D04;
	text-decoration: underline;
}
.bordertable {
	background-image: url(images/tablebd.jpg);
	margin-top: 15px;

}

.smallgrey {
	font-family: Georgia;
	font-size: 10px;
	color: #666666;
}

.subtitle {
	font-family: arial, helvetica, sans serif;
	font-size: 14px;
	font-weight: bold;	
	color: #000000;
}