@charset "UTF-8";
/* CSS Document */

.bodycontainer {
	float: left;
	height: 547px;
	width: 800px;
	position: absolute;
	visibility: visible;
}
.header {
	font-family: Verdana, Geneva, sans-serif;
	color: #006;
	background-color: #FFC;
	float: left;
	width: 800px;
	position: absolute;
	visibility: visible;
	height: 48px;
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
}
.contactbody {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	float: left;
	width: 800px;
	position: absolute;
	visibility: visible;
	height: 493px;
	text-align: center;
	font-size: 12px;
	font-weight: bolder;
	top: 48px;
	left: 0px;
}
titlename {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
}
.bodycontainer .contactbody table tr td {
	text-align: center;
}
.contacttop {
	float: left;
	width: auto;
	position: absolute;
	visibility: visible;
	left: 329px;
	top: 8px;
}
.contacttable {
	float: left;
	width: 789px;
	position: absolute;
	visibility: visible;
	left: 5px;
	top: 114px;
	height: 374px;
}

