@charset "ISO-8859-1";
.middleTableBG {
	background-image: none;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #000000;
}
.rightTableBG {
	background-image: url(images/apdSkin_16.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.leftTableBG {
	background-image: url(images/apdSkin_14.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
Body{background-image:url(images/mainbg.gif);background-position:Top Center;background-attachment:fixed;background-repeat:repeat-y;color:#333333}

#footer{
	clear: both;
	height: 5%;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: fixed;
	bottom: 0px;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
