body {
	font-family: Verdana, sans-serif;
	font-size: 80%;
	color: #333333;
	margin: 0;
	background-color: #FFFFFF;
/*	background: #FFFFFF url(images/underconst.gif) no-repeat left top;*/
}
A:link {
	color: blue;
	text-decoration: underline;
}
A:visited {
	color: blue;
	text-decoration: underline;
}
A:hover {
	text-decoration: none;
 	color: red;
}
.mainTable {border: 0; width: 700px;}
.navTbl {width: 100%; border: 0; margin: 0px; font-family: Arial, sans-serif; font-weight: bold; font-size: .8em;}
.navCell {text-align: center; width: 14%;}
.navCell a {
	display: block;
	color: white;
	background: darkgray;
	width: 100%;
	text-decoration: none;
}
.navCell a:visited {
	color: white;
	background: darkgray;
	text-decoration: none;
}
.navCell a:hover {
	color: white;
	background: blue;
	text-decoration: none;
}
.regTxt {font-family: Verdana, sans-serif; font-weight: normal; font-size: 80%;}
.addr {background: darkgray; font-family: Arial, sans-serif; font-size: 80%; color: white;}
.titleCell {height: 102px; vertical-align: top;}
.picCell {width: 40%; text-align: center; vertical-align: top; padding-top: 60px;}

