/* CSS Document */


body {
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
	}





#newstable {
	position: relative;
	background-color: #cccccc;
}
#newstable .newsdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
#newstable .newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
