.menu {
  border: solid 1px #BFBFBF;
  padding:10px 10px 15px 10px;
  background-color:white;
}

.menuItem {
  padding:4px 10px 4px 10px;
  border-bottom:solid 1px #dddddd;
}

.menuItem:hover {
  background-color:#ADADAD;
  
}

.menuItem a {
  color:#000000;
  text-decoration:none;
}

.menuItem a:hover {
  color:#888888;
  text-decoration:none;
}

#demo {
  cursor:pointer;
  font-weight:bold;
  font-size:11px;
  color:#000000;
  padding:0px 0px 0px 0px;
  margin: 8 10 0 0px;
  width: 670px;
}

#demo span {
  padding:0px 0px 0px 0px;
  cursor:pointer;
}

#demo span:hover {
  text-decoration:none;
  color:#3E3D3D;
}

a:-webkit-any-link{
text-decoration:none !important;
}

a:link, a:active, a:visited {
color: #000000;
font-size: 11px; 
Font-Family: Arial;
font-weight:bold;
text-decoration: none;
}


a:hover { 
color : #888888;
font-size : 11px; 
font-family : arial; 
font-weight:bold;
text-decoration : none; 
} 


BODY { 
font-weight : normal; 
font-size : 12px; 
font-family : Arial; 
margin :0;
text-decoration : none;

} 

ul {
line-height: 180%;
}

ol {
line-height: 180%;
}

#wrapper{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	background:url(../images/body%2cbg.png);
	border:1px solid #BCCBF1;
	left: -14px;
	top: -483px;
	}

.form_div{
height:inherit;
width:600px;
float:left;
margin:20px;
}

.f_left{
height:30px;
width:200px;
float:left;
text-align:left;
font-size:14px;
font-weight:bold;
padding-left:15px;}

.f_rt{
height:30px;
width:250px;
text-align:left;
float:left;}

.news_div{
height:200px;
width:300px; float:left;
border:1px solid #DFE2EE;
}

.news_content{
text-align:left; width:270px;
padding:5px;
margin-bottom:10px;
height:auto; overflow:hidden;

}

.news_title{
font-size:14px;
font-weight:bold;
text-align:center;
color:#383A4B;}

a:-webkit-any-link{
text-decoration:none !important;
}
