body {
	background-image: url(img/gb_bg.gif);
	background-color: #EDE7E7;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9px;
	color: #666666;
	scrollbar-base-color: #DDD0D0; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-track-color: #DDD0D0; 
	scrollbar-arrow-color: #DDD0D0;
	scrollbar-highlight-color: #DDD0D0; 
	scrollbar-3dlight-color: #DDD0D0; 
	scrollbar-shadow-color: #DDD0D0;
	scrollbar-darkshadow-color: #DDD0D0; 
}
img{
	border: none;
}
td {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #666666;
}

th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #666666;
}

msg  {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	color: #666666;
}

a {
	color: #A09397;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

.fieldset {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #DDD0D0;
}
#content{
	margin-top: 0px;
	margin-left: 35px;
	background: #EEEEEE;
}
#message {
	font-weight: bold;
	background-color: #EEEEEE;
}
.news_title{
	font-size: 10px;
	color: #A09397;
	font-weight: bold;
}
.news_msg{
        font-size: 10px;
	color: #666666;
}
.news_date{
	font-size: 9px;
	color: #000000;
}
div.float {
	float: left;
	margin-right: 10px;
}  
div.float p {
	text-align: center;
}
div.spacer {
	clear: both;
}