body {
	margin : 0;
	padding : 0px;
}
td {
	font-family : tahoma;
	font-size : 11px;
	color : #666666;
	line-height:15px;
}
a {
	font-size:11px;
	color : #666666;
	text-decoration : none;
}
a:hover {
	color: #ff0000;
	font-weight : bold;
}
.li {
	list-style-image : url(../images/icon_li.gif);
	
}
.bgcl_f1f0eb {
	background-color : #f1f0eb;
}

A.menu_link{color:#ad001c; text-decoration: none; font-size: 12px; font-weight:bold}
A.menu_link:link{color:#ad001c; text-decoration: none}
A.menu_link:hover{color:#000000; text-decoration: none;}

A.list {color:#777; font-size:10px; text-indent:15px;text-decoration: none}
A.list:link {color:#777; text-decoration: none}
A.list:hover {color:#ad001c; text-decoration: none}

.paddd {padding:3px 0px 3px 3px;}

/*--Effect--*/
td.mouse {
	onmouseover: expression(onmouseover=function (){ this.style.backgroundColor ='#dddddd' });
	onmouseout: expression(onmouseout=function (){ this.style.backgroundColor ='' });
	color: #ad001c;
	padding: 3px 0px 3px 10px;

}
.padding {border:1px #ccc solid}