BODY
{
	/*background-image: url(../pic/bg_bussxxx.gif);*/
	background-attach: fixed;
	background-repeat:repeat-x;
	background-color: #A3B0C2;
	margin: 0;
	padding: 0;
}

/*Content DIV Class*/
div#NewsDiv	{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
/*News Font Class*/
.title {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #0F1C46;
	border-bottom: 1px solid #000000; 
	line-height: 150%;
	margin:0;
	display:block;
}
.content_news{
	background-color:#A3B0C2;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.linksubnews
{
	padding-left: 1.5em;
	font-size:11px;
	text-decoration: underline;
	font-weight:bold;
	font: Arial, Helvetica, sans-serif, Verdana;
	color: #D2600D;
	background-image:url(../pic/bullet_dot.gif);
    background-repeat: no-repeat;
    background-position: 0px -4px;
	display:block;
}
.linksubnews:hover
{
	text-decoration: none;
	color: #D2600D;
    background-image: url(../pic/bullet_dot.gif);
    background-position: 0px -30px;
    background-repeat: no-repeat;
}
