/* MAIN BODY CSS */
body {
	background-image: url(images/sackitup_01.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #003300;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #003300;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #003300;
}

/* CONTENT CSS */
.mcontenttb {
	background-image: url(images/sackitup_12.jpg);
	background-repeat: repeat-y;
	width: 789px;
	}
.sidemcontenttb {
	width: 8px;
	background-image:url(images/sackitup_13.jpg);
	background-repeat: repeat-y;
	}
.ptxt {
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	}
.title {
	font-weight: bold;
	text-decoration: underline;
	color: #006600;
	text-align: left;
	padding-left: 15px;
	}

/* FOOTER CSS */
.footer {
	background-image: url(images/sackitup_14.jpg);
	width: 797px;
	background-repeat: no-repeat;
	}
.ftxt {
	text-align: center;
	}