BODY	{ background: #eabd08 url('bg.gif') repeat;  }

.text

    { color: #000000; font-size: 12px; font-family: Arial; }

.BlackBorder { font-size: 10px; font-family: Verdana, Arial, Helvetica; border-style: solid; border-width: 1px 1px 1px 1px; border-color: black }
.greenBorder { font-size: 10px; font-family: Verdana, Arial, Helvetica; border-style: solid; border-width: 3pt 3pt 3pt 3pt; border-color: #376100 }

.main { width:553px; height:0px; background: #ffffff url(images/mainbg.gif) repeat-y; }

.right {
	width:197px;
	height:0px;
	background: #ffffff url(images/rightbg.gif) repeat-y;
	background-position: right;
}

.textWhite

    { color: #ffffff; font-size: 8pt; font-family: Arial;}


A:LINK   { color: #000000; font-size: 12px; font-family: Arial; text-decoration: underline }

A:HOVER  { color: #000000; font-size: 12px; font-family: Arial; text-decoration: underline; }

A:VISITED  { color: #000000; font-size: 12px; font-family: Arial; text-decoration: underline }

/* float addresses left and right */

.floatleft, .floatright { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; text-align: center; }

.floatleft { 
	float: left;
	padding: 0 15px;
	border-right: 1px solid yellow;
	min-height: 60px;
	width: 180px;
	}
	
.floatright {
	float: right;
	margin-right: 5px;
	padding-left: 10px;
	}
	
.clear {
	clear: both;
	}