/* MAIN BODY CSS */
<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #EEEEEE;
	margin-top: 0px;
}
a:link {
	color: #756C2E;
	font-weight: bold;
	text-decoration: underline:
	}
a:active {
	color: #756C2E;
	font-weight: bold;
	text-decoration: underline:
	}
a:visited {
	color: #756C2E;
	font-weight: bold;
	text-decoration: underline:
	}
a:hover {
	color: #212121;
	font-weight: bold;
	text-decoration: none:
	}

/* CONTENT BODY CSS */
.wrapper {
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	}
.content {
	background-color: #ffffff;
	}

/* MAIN CONTENT CSS */
.title {
	padding-left: 15px;
	color: #0b78db;
	font-weight: bold;
	text-decoration: underline;
	}
.ptxt {
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	}
	
/* FOOTER CSS */
.footer {
	background-image: url(images/gear_14.gif);
	background-repeat: no-repeat;
	height: 96px;
	text-align: center;
	}
.pftr {
	margin-top: 25px;
	line-height: 16px;
	text-align: center;
	}
.footer a:link {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	}
.footer a:visited {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	}
.footer a:active {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}