body
{
	background-image: url('images/bbg.jpg');
	background-repeat:repeat;
	background-color: rgb(122, 174, 222);
	font-family: Microsoft Sans Serif;
	color: rgb(0, 48, 96);
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
}
a:link
{
	color: rgb(0, 102, 151);
}
a:active
{
	color: rgb(128, 196, 255);
}
a:visited
{
	color: rgb(0, 147, 217);
}
a:hover
{
	color: red;
}
h3
{
	font-weight: bold;
	text-align: center;
	font-size: 14pt;
	color: #006699;
}
table
{
	font-size: 10pt;
}
.col_news_head
{
	width:172px;
	height:35px;
	background-color: #0099CC;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9pt;

}
.col_news
{
	width: 172px;
	border-left: 1px solid #DAEAFC;
	border-right: 1px solid #DAEAFC;
	border-bottom: 5px double #DAEAFC;
 
	padding-top: 0px;
	padding-bottom: 18px;
	font-size: 9pt;
	text-align: center;
	line-height: 120%;
}