BODY, TABLE, TR, TD, P, DIV {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
	border-collapse: collapse;
}

SELECT, TEXTAREA, INPUT {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

A:link {
TEXT-DECORATION: none
}
A:visited {
TEXT-DECORATION: none
}
A:active {
TEXT-DECORATION: none
}
A:hover {
COLOR: blue ; TEXT-DECORATION: underline
}

.listing_detail {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.header {
	font-size: 10pt;
}

.blueheader {
	font-size: 10pt;
	color: #B2E0FA;
}


.smalltext {
	font-size: 6pt;
}

.subscript {
	font-size: 6pt;
	font-style: italic;
}

.listing_text {
	font-size: 8pt;
}

.error_message {
	color: red;
	text-align: center;
}

.message {
  color: blue;
  text-align: center;
}

.instructions {
	font-style: italic;
}

.line {
	height: 2px;
	background-color: #000000;
}

.divider {
	height: 5px;
}

.footer {
	text-align: center;
	margin: 5px 5px 5px 5px;
	width: 100%;
}

.news_title {
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
	width: 70%;
}

.news_date {
	padding-right: 5px;
	text-align: right;
	width: 25%;
}

.news_body {
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.menu {
	background-image: url('/images/menuback2.gif');
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 10pt;
	color: white;
	border: solid 1px #1595BC;
}

.menu_sel {
	background-image: url('/images/menuback1.gif');
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 10pt;
	color: white;
	border: solid 1px black;
}

.menu_link {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.menu_link:hover {
	text-decoration: none;
	color: white;	
}

#headerarea {
	width: 100%;
	float: left;
}

#leftcolumn {
	float: left;
	width: 300px;
}

#midcolumn {
	margin-left: 305px;
	margin-right: 230px;
}

#rightcolumn {
	float: right;
	width: 225px;
}

#welcomebox {
	width: 300px;
}

#blurbbox {
	width: 300px;
	margin-top: 5px;
}

#newsbox {
}

#loginbox {
	width: 225px;
}

#referralbox {
	width: 225px;
	margin-top: 5px;
}

#homeadbox {
	width: 225px;
	margin-top: 5px;
}


.goldbox { 
  background: #D2CCB6; 
}
.goldboxtop { 
  background: url(images/ne-gold.gif) no-repeat top right; 
}
.goldboxtop div { 
  height: 10px; 
  background: url(images/nw-gold.gif) no-repeat top left; 
}
.goldboxbottom { 
  background: url(images/se-gold.gif) no-repeat bottom right; 
}
.goldboxbottom div { 
  height: 10px; 
  background: url(images/sw-gold.gif) no-repeat bottom left; 
}
.goldboxcontent {
  padding: 0px 10px 0px 10px;
}


.bluebox { 
  background: #B2E0FA; 
}
.blueboxtop { 
  background: url(images/ne-blue.gif) no-repeat top right; 
}
.blueboxtop div { 
  height: 10px; 
  background: url(images/nw-blue.gif) no-repeat top left; 
}
.blueboxbottom { 
  background: url(images/se-blue.gif) no-repeat bottom right; 
}
.blueboxbottom div { 
  height: 10px; 
  background: url(images/sw-blue.gif) no-repeat bottom left; 
}
.blueboxcontent {
  padding: 0px 10px 0px 10px;
}


.greybox { 
  background: #E0E0E0; 
}
.greyboxtop { 
  background: url(images/ne-grey.gif) no-repeat top right; 
}
.greyboxtop div { 
  height: 10px; 
  background: url(images/nw-grey.gif) no-repeat top left; 
}
.greyboxbottom { 
  background: url(images/se-grey.gif) no-repeat bottom right; 
}
.greyboxbottom div { 
  height: 10px; 
  background: url(images/sw-grey.gif) no-repeat bottom left; 
}
.greyboxcontent {
  padding: 0px 10px 0px 10px;
}

table.datatable {
	border: 1px solid #D0D0D0;
}

table.datatable th {
	background-color: #E0E0E0;
	font-weight: bold;
	font-size: 8pt;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #D0D0D0;
}

table.datatable td {
	padding: 2px 5px 2px 5px;
	border: 1px solid #D0D0D0;
	border-collapse: collapse;
}

.datatablehead {
	background-color: #E0E0E0;
	font-weight: bold;
	font-size: 8pt;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #D0D0D0;
}

.datatablerow {
	padding: 2px 5px 2px 5px;
}

.datatablerowline {
	padding: 2px 5px 2px 5px;
	border-top: 1px solid #D0D0D0;
}

.datatablerowborder {
	padding: 2px 5px 2px 5px;
	border-top: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;
}

.datatabletotal {
	font-size: 8pt;
	padding: 2px 5px 2px 5px;
	border-top: 1px solid #D0D0D0;
}

.datatableshaderow {
	padding: 2px 5px 2px 5px;
}


