body {
	
	background-color: #ffffff;
	
	/*background-image: url(../images/body_bg.jpg);background-color: #76756B;background-repeat: repeat-y;*/
	background-position: center top;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	scrollbar-face-color: #f0f0f0; /*/ obviously change this to whatever you want /*/
	scrollbar-arrow-color: #a6a6a6;
	scrollbar-highlight-color: #e5e5e5;
	scrollbar-3dlight-color: #f0f0f0;
	scrollbar-shadow-color: #e5e5e5;
	scrollbar-darkshadow-color: #e5e5e5;
	scrollbar-track-color: #FDFDFD;
	width:780px;
}

.text {
	font-family: Verdana;
	font-size: 10px;
	color:#6E6E6E
}
.text_main { 
	font-family: Verdana;
	font-size: 13px;
	color:#000000
}
.text_members {
	font-family: Verdana;
	font-size: 13px;
	color:#000000
}
.text_search {
	font-family: Verdana;
	font-size: 11px;
	font-weight:bold;
	color:#000000;
}
.tablehead {
	padding-left:9px;	
}
.mainselect {
	width:73px; 
	height:20px; 
	font-family:Verdana; 
	font-size:11px; 
	border:1px solid #84888D; 
	color:#424141;
}
.longselect {
	width:134px; 
	height:20px; 
	font-family:Verdana; 
	font-size:11px; 
	border:1px solid #84888D; 
	color:#424141;
}
.shortselect {
	width:39px; 
	height:20px; 
	font-family:Verdana; 
	font-size:11px; 
	border:1px solid #84888D; 
	color:#424141;
}
.link_footer {
	color: #6E6E6E;
	font-size: 10px;
	font-family: Verdana;	
}
.link_menu {
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana;
	font-weight:bold	
}
.link {
	color: #962A2A;
	font-size: 11px;
	font-family: Verdana;	
}
.profile_opt_name{
	color: 962A2A;
	font-size: 11px;
	font-family: Verdana;
}
.profile_opt_value{
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
}
select, input, textarea{
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
}
.error_msg{
	color: #CC6666;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
}
.search_butt{
	color: #962A2A;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}
