



BODY{
	font-family: Verdana,Tahoma,sans-serif;
	margin: 0px;
	
	SCROLLBAR-FACE-COLOR: #E2CD96; 
	SCROLLBAR-HIGHLIGHT-COLOR: #DEC89F; 
	SCROLLBAR-SHADOW-COLOR: #837e84; 
	SCROLLBAR-ARROW-COLOR: white; 
	SCROLLBAR-BASE-COLOR: #ffffff; 
	scrollbar-3d-light-color: #00FF00; 
	scrollbar-dark-shadow-color: #0000FF;
}

TABLE{  
	font-size:11px;
}
.bd_main{
	background-image: url(img/main_bg.jpg);	
	margin: 5px;
}
.td_main{
	width: 483px;	
}
.td_news{
	width: 189px;
	background-image: url(img/news.jpg);
	vertical-align: top;
}
.news{
	padding-top: 55px;
	padding-left: 5px;
}
.copy{
	font-size: 10px;
	font-family: Tahoma,sans-serif;
	font-weight: bold;
	color: #a0a0a0;	
}


/* links */
A:link, A:visited, A:active {
   	color : #000077;
    text-decoration : underline;
	font-family : Verdana,sans-serif;
	font-size : 11px;
	}
A:hover  {
   	color : #84251F;
    text-decoration : underline;
	font-family : Verdana,sans-serif;
	font-size : 11px;
	}
A.menu_bottom:link, A.menu_bottom:visited, A.menu_bottom:active {
   	color : #84251F;
    text-decoration : none;
	font-family: Tahoma,sans-serif;
	font-size : 10px;
	font-weight: bold;
	}
A.menu_bottom:hover  {
   	color : #D5A421;
    text-decoration : underline;
	font-family: Tahoma,sans-serif;
	font-size : 10px;
	font-weight: bold;
	}
