@charset "utf-8";
.TXT_BOLD_VIO {
	font-size: medium;
	color: #44003E;
	font-weight: bold;
	text-align: left;
}
a:link {
	color: #e300cf;
}
a:hover {
	color: #666;
	font-style: italic;
}
a:visited {
	color: #e300cf;
	font-style: italic;
}

.TXT_BOLD_RED-LABEL {
	font-size: medium;
	color: #F00;
	font-weight: bold;
}
.TXT_BOLD_BLUE-LABEL {
	font-size: medium;
	color: #00F;
	font-weight: bold;
}
.TXT_NORM_CentAlign {
	font-size: x-small;
	color: #333;
	text-align: center;
}
.TXT_BoldBlue_CentAlign {
	font-size: small;
	color: #00F;
	text-align: center;
	font-weight: bold;
}
.TXT_BoldRed_CentAlign {
	font-size: small;
	color: #F00;
	text-align: center;
	font-weight: bold;
}
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../framework/background.jpg);
	background-repeat: repeat-x;
}






.oneColFixCtr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	padding-bottom: 10px;
	vertical-align: top;
}

.framework {
	padding: 0;
	margin: 0;
	border: 0;
}
.HomepageTopAd {
	width: 768px;
	height: 90px;
	padding-bottom: 5px;
	padding-left: 106px;
	padding-right: 106px;
	text-align: center;
	vertical-align: middle;
	background-color: #000;
	color: #666;
	font-size: xx-small;
	padding-top: 5px;
}

.fw-topbar {
	height: 195px;
	width: 980px;
}
.tb-feature {
	width: 980px;
	height: 45px;
	background-image: url(../framework/FeatBack.jpg);
	padding-top: 3px;
	padding-bottom: 2px;
}
.tb-banner {
	width: 980px;
	height: 120px;
	background-color: #000;
	text-align: center;
	vertical-align: middle;
}
.tb-nav {
	width: 980px;
	height: 25px;
	vertical-align: top;
	background-color: #DAC700;
}
.fw-AltFullCell {
	width: 969px;
	padding: 5px;
	vertical-align: top;
}
.fw-AltLeftCell {
	width: 180px;
	vertical-align: top;
}
.fw-AltRightCell {
	width: 769px;
	padding: 5px;
	vertical-align: top;
	color: #FFF;
}
.fw-AdcellLeft {
	width: 180px;
	padding: 5px;
	vertical-align: top;
}
.fw-CellLeft {
	width: 390px;
	padding: 5px;
	vertical-align: top;
}
.fw-CellRight {
	width: 210px;
	padding: 5px;
	vertical-align: top;
}
.fw-AdcellRight {
	width: 160px;
	padding: 5px;
	vertical-align: top;
}

.fw-footer {
	background-color: #44003E;
	width: 100%;
	text-align: center;
	font-size: x-small;
	color: #CCC;
}
.fw-legalbar {
	width: 100%;
	color: #FFF;
	font-size: small;
	padding-top: 15px;
	text-align: center;
}
.fw-legalbar-left {
	text-align: left;
	width: 490px;
	padding-left: 40px;
}
.fw-legalbar-right {
	text-align: right;
	width: 490px;
	padding-right: 40px;
}
.Iframe-NEWS {
	width: 382px;
	height: 250px;
	border-color: #999;
}
.cells A:link {
	text-decoration: none;
	color: #44003E;
}
.cells A:visited {text-decoration: none}
.cells A:active {text-decoration: none}
.cells A:hover {text-decoration: underline; color: red;}

.cells2 A:link {text-decoration: underline overline}
.cells2 A:visited {text-decoration: underline overline}
.cells2 A:active {text-decoration: underline overline}
.cells2 A:hover {text-decoration: underline; color: green;}
