@charset "utf-8";
/* CSS Document */
/*---------------------------------font size setting*/
body {
	font-size: 120%;
}

/*-----------------------------------------------new Start--*/

.mlmenu h2 {
	color: #313131;
	font-weight: bold;
	background-position: left top;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	*padding: 4px 0px 0px 10px;
	font-size: 130%;
}
.new h2 {	
	color: #000000;
	font-size: 125%;
	margin: 0px 0px 5px;
	font-weight: bold;
	background-image: url(../images/newstitle_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
}
.new h2 span{
	background-image: url(../images/newsright_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:5px 0 9px 25px;
	*padding:2px 0 9px 25px;
	_padding:7px 0 9px 25px;
	display: block;	
	line-height: 100%;
}
