
body {
	background-color:#FFFFCC;
	margin:0 10px 10px 10px;
	color:#333;
	font-size:12px;
	line-height:140%;
}

A:link    { color: #006699; text-decoration: none;}
A:visited { color: #006699; text-decoration: none;}
A:action  { color: #006699; text-decoration: underline;}
A:hover   { color: #006699; text-decoration: underline;}


.tablenews {
	width:400px;
}
	.tablenewsLeft {
		width:80px;
		padding:10px 0;
		color:#51307C;
		border-bottom:#666666 dotted 1px;
	}
	.tablenewsRight {
		width:320px;
		padding:10px 0;
		border-bottom:#666666 dotted 1px;
	}
	
strong {
	color:#CC0000;
}