/* CSS Document */
li_text{
		text-decoration:none;
		font-weight:bold;
		color:#054BA1;
}
A.li_text{
		text-decoration:none;
		font-weight:bold;
		color:#054BA1;
}
A.li_text:hover{
		text-decoration:underline;
		font-weight:bold;
		color:#006F00;
}
A.site_center{
		text-decoration:none;
		font-weight:bold;
		line-height:27px;
		color:#006600;
		padding-left:30px;
}
A.site_center:hover{
		text-decoration:underline;
		font-weight:bold;
		line-height:27px;
		color:#006666;
		padding-left:35px;
}
A.site_subcenter{
		text-decoration:none;
		font-weight:bold;
		line-height:22px;
		color:#0099CC;
}
A.site_subcenter:hover{
		text-decoration:underline;
		font-weight:bold;
		line-height:22px;
		color:#FF6633;
		padding-left:5px;
}
A.titleNews{
		color:#006699; 
		text-decoration:none;
}
