/***************************************************/
body {
margin:0 0 0 0;
	background-color:#ffffff;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #BF4040;
	SCROLLBAR-TRACK-COLOR: #cccccc;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}


#more{
width:100%;
}
#more p {
  font-family: "Arial", "Helvetica", "sans-serif";
  margin:5px 10px 5px 10px;
  padding:0px 0px 0px 5px;
  font-size: 10px/13px;
  color: #fff;
  line-height: 18px;
}
#more a{
	font-size:12px;
	display:block;
	width:150px;
	line-height: 30px;
	border-bottom:1px solid #fff;
	text-align: center;
}

#more a:link { 
color:#fff;
background:#1a9432;
text-decoration: none; 
}
#more a:visited {
color:#c9c963;
background:#6ea13b;
text-decoration: none; 
}
#more a:hover{
color:#2e3e5e;
background:#1a9432;
text-decoration: underline; 
}
#more a:active {
color:#fff;
background:#248a57;
text-decoration: underline; 
}
a{
	font-size:12px;
	font-weight:bold;
	width:150px;
	line-height: 30px;
	border-bottom:1px solid #fff;
	text-align: center;
	display:block;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #fff;
	background:#1a9432;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	background:#5da13b;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	background:#7ae07a;
	}