*{
margin: 0;
padding: 0;
}
body{
	text-align: left;
	font-family: Georgia;
	font-size: 10px;
	color: #000;
	line-height: 13px;
	background-color: #e5e5e5;
}
/* *********************** */
a, a:link {
	color: #000; text-decoration: none;
}
a:active { 
	color: #000; text-decoration: none;
}
a:visited {
	color: #009ec0; text-decoration: none;
}
a:hover {
	color: #ffffff; text-decoration: none; background-color: #009ec0;
}
a.links, a.links:link {
	color: #009ec0; text-decoration: none; background-color: #f3f3f3;
}
a.links:active { 
	color: #009ec0; text-decoration: none; background-color: #f3f3f3;
}
a.links:visited {
	color: #009ec0; text-decoration: none; background-color: #f3f3f3;
}
a.links:hover {
	color: #009ec0; text-decoration: none; background-color: #b2def9;
}
/* *********************** */
h1 {
	font-family: Trebuchet MS;
	font-weight: normal;
	font-size: 18px;
	color: #5d5d5d;
	padding: 0px 0px 1px 0px;
}
/* *********************** */
#int_news{
position: relative;
float: left;
width: 152px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-color: #e5e5e5;
text-align: left;
}
/* *********************** */
div.newsdate {
font-weight: bold;
width: 138px;
}
div.newstext {
	padding: 0px 0px 15px 0px;
	margin: 0;
	line-height: 13px;
	width: 138px;
}