@charset "utf-8";
.announcetitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #511D8A;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.announcetxt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#adbox {
	position:absolute;
	left:10px;
	top:285px;
	width:200px;
	height:744px;
	z-index:2;
	background-image: url(../Graphics/adsbox.gif);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 20px;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #200345;
	border-right-color: #200345;
	border-bottom-color: #200345;
	border-left-color: #200345;
}

#rexlogo {
	position:absolute;
	left:10px;
	top:210px;
	width:200px;
	height:57px;
	z-index:1;
	text-align: center;
	vertical-align: middle;
	background-color: #999;
	border: thin inset #200345;
}
.newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #3E126D;
}
.newstxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
.newsdate {
	font-weight: bold;
}
#mainbox {
	position:absolute;
	left:234px;
	top:200px;
	width:694px;
	height:808px;
	z-index:1;
	padding: 10px;
	border: thin none #333;
	text-align: left;
}
.historytxt {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.rexsignature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	font-variant: normal;
}
#footer {
	position:absolute;
	top:900px;
	width:970px;
	height:78px;
	z-index:1;
	background-color: #333;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	left: auto;
	right: auto;
	bottom: 0px;
}
.footertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
}
#wrapper #footer p a:link {
	color: #FFF;
}