.style1 {
	font-weight: bold;
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
body{
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.TitleMN{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}
.SubMN{
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;	
}

.Subanak{
	font-size: small;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;	
}

.Sublink{
	font-size: 11px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;	
}

a {	
	text-decoration: none;
	color: #666666;
}

a:hover {text-decoration:underline
}

/*MB.Scrollable STARTS Here!*/
#scrollwrap{
  display:none;
  margin:auto;
  margin-top:10px;
  width:700px;
  height:80px;
}

#myScroll{
/*display:none;*/
}
#myScroll .scrollEl{
  display:none;
  background:url("../elements/elBgndlng.png") repeat-x;
  border:1px solid #ddd;
  font-family:arial;
  font-size:80%;
  color:white;
  height:20px;
  padding:5px;
  padding-top:10px;
  text-shadow:#999 1px 1px 1px;
  text-align:center;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

/*MB.Scrollable ENDS Here!*/