.rads_menu { /*This menu is both here and in a CSS doc called rads_menu.css in the root because there are too mann SHOP pages calling the stylesheet */
        font-family : Verdana, Arial, sans-serif;
        font-size: 10px;
		color: #ffffff;
		}
.rads_menu a:link {
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;   
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	}
.rads_menu a:visited {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;   
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
.rads_menu a:hover { 
	color: #CCCCCC;
	background-color: #A8661C;
	font-family: Verdana, Arial, sans-serif;   
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	}
.rads_menu a:active { 
	color: #A8661C;
	font-family: Verdana, Arial, sans-serif;   
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	}
BODY {
  background: #BFB59C;
  color: #A8661C;
  margin: 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
.radstable{ /*this sets the width for the whole site says rads */
 width: 790px;
 background: #FFFFFF;
 font-size: 12px;
 
}
.radstable_message{ /*This is for the messages says rads */
 width: 700px;
 font-size: 12px;
 font-family: Verdana, Arial, sans-serif;
 
}
.radsmaintabel{
font-size: 12px;
color: #704A25;
}
.radsfooterbar{
background: #00C2FF;
height: 14px;
}
.result_table_head{
font-size: 12px;
font-family: Verdana, Arial, sans-serif;
color: #FFFFFF;
font-weight:bold;
}
.result_table_body{
font-size: 12px;
font-family: Verdana, Arial, sans-serif;
color: #000000;;
}

#leftbod{
	float: left;
	width: 150px;
	margin: 0px 0px 0px 0px;
	/*background-color: white;
	border:2px solid #FFFFFF;*/
	} 
#leftcom{
	float: left;
	width: 540px;
	margin: 0px 0px 0px 3px;
	/*background-color: white;
	border:2px solid #FFFFFF;*/
	padding:4px; 
	} 

