h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	text-decoration: none;
	text-align: center;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

.main {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	height: 600px;
	width: 750px;
	vertical-align: top;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #333333;
	background-image:  url(images/backgrd1.jpg);
}
.menu {
	font-size: 14px;
	font-weight: 500;
	text-transform: lowercase;
	text-align: center;
}
.maintable {
	height: 600px;
	width: 800px;
}
.title {
	font-size: 14px;
	font-weight: 500;
	margin: 5px;
	padding: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.submenu {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 150px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}
.mainbody {
	margin: 5px;
	padding: 5px;
	float: right;
	width: 550px;
	background-position: top;
	text-align: left;
	vertical-align: top;
}

.contacttable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #333333;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
	width: 700px;
}
