body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.footer-txt {
	font-family: Tahoma, Arial, san-serif;
	font-size: 10px;
	color: #666666;
}
a.footer-txt:link { text-decoration: none; color: #666666;}
a.footer-txt:hover { text-decoration: underline; color: #666666;}
a.footer-txt:visited { text-decoration: none; color: #666666;}
a.body-txt:link { font-weight: bold; text-decoration: none;}
a.body-txt:hover { font-weight: bold; text-decoration: underline;}

.body-txt {
	font-family: Tahoma, Arial, san-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.body-txt-bold {
	font-family: Tahoma, Arial, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a.body-txt-bold:link { color: #FFFFFF; text-decoration: none;}
a.body-txt-bold:hover { color: #FFFFFF; font-weight: bold; text-decoration: underline;}

a:link {
	color: #d11700; text-decoration: none;
}
a:hover {
	color: #d11700; text-decoration: underline;
}
a:visited {
	color: #d11700; text-decoration: none;
}

.title-txt {
	font-family: Tahoma, Arial, san-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D11700;
}
.body-txt-yellow {
	font-family: Tahoma, Arial, san-serif;
	font-size: 11px;
	color: #dccf75;
}
.outertbl-left-bg {
	background-image: url(images/generic/left-tile-bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 176px;
	background-color: #3A3A3A;
}
.outertbl-right-bg {
	background-image: url(images/generic/right-tile-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 183px;
	background-color: 3a3a3a;
}
.outertbl-middle-bg {
	background-color: #161616;
}
.navbar-bg {
	background-image: url(images/generic/navbar-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #31084e;
	height: 45px
}

.navbar-sub-bg {
	background-image: url(images/generic/navbar-sub-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #3a1e79;
	height: 20px
}
#content {
	position:absolute;
	left:0px;
	top:0px;
	width: 100%;
	z-index:1;
}
#background {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:2;
}
#innertbl {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:82px;
	z-index:3;
}

#logo {
	position:relative;
	left:176px;
	top:0px;
	width:231px;
	height:170px;
	z-index:4;
}
#navbar {
	position:absolute;
	left:0px;
	top:0px;
	height:45px;
	z-index:10;
}

.table-edge-bg-R {
	background-image: url(images/generic/table-edge-r.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.table-edge-bg-L {
	background-image: url(images/generic/table-edge-l.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.body-txt-purple {

	font-family: Tahoma, Arial, san-serif;
	font-size: 11px;
	color: #756082;
}
