@charset "utf-8";
/* CSS Document */

body {
	margin: 0px; 
	padding: 0px;
	background: #005059;
	font: 12px verdana;
	color: #333;
}

.pagetitle {font-weight: bold; font: 25px Verdana; color: #333}

/* TABLES */
.tblTop {
	margin: 0px;
	padding: 0px;
	background: url(images/topimage.jpg) no-repeat;
	height: 76px;
}
.tblHeader {
	margin: 0px;
	padding: 0px;
	background: #003339;
}
.tblBody {
	background: #fff;
	padding: 30px 10px 10px 10px;
	border-top: 1px solid #6ac2cc;	
}
.tblBottom {
	margin: 0px;
	padding: 0px;
	background: url(images/bottombg.jpg) no-repeat;
	height: 28px;
}
.tblFooter {
	margin: 0px;
	padding: 0px;
}

.tblLeftMenu {margin: 10px 0px 0px 0px; padding: 2px}
.leftcontact {font-size: 10px; margin: 10px 0px 0px 0px}
.txtContactTitle {font-size: 13px; font-weight: bold; color: #02515a}
.txtContactBody {font-size: 11px}

/* BACKGROUNDS */

.bgpage {background: #fff}

/* LINKS */
.footerbg {font-size: 10px; color: #fff; text-decoration: none}
.footer:link {font-size: 10px; color: #fff; text-decoration: underline}
.footer:active {font-size: 10px; color: #fff; text-decoration: underline}
.footer:visited {font-size: 10px; color: #fff; text-decoration: underline}
.footer:hover {font-size: 10px; color: #fff; text-decoration: none}

.inlink {text-decoration: underline; color: #05808e}
.inlink:link {text-decoration: underline; color: #05808e}
.inlink:active {text-decoration: underline; color: #05808e}
.inlink:visited {text-decoration: underline; color: #05808e}
.inlink:hover {text-decoration: underline; color: #01292e}

.linkemail {font-size: 10px; text-decoration: underline; color: #05808e}
.linkemail:link {font-size: 10px; text-decoration: underline; color: #05808e}
.linkemail:active {font-size: 10px; text-decoration: underline; color: #05808e}
.linkemail:visited {font-size: 10px; text-decoration: underline; color: #05808e}
.linkemail:hover {font-size: 10px; text-decoration: underline; color: #01292e}
