body {
	background-color: #D9EDF5;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.first {
	font-weight: bold;
	padding-left: 7px;
	background-image: url(../images/leftbar/latest-news-bg.gif);
}
.second {
	padding-left: 14px;
	font-weight: bold;
	background-image: url(../images/leftbar/latest-news-bg.gif);
}
.third {
	padding-left: 21px;
	background-image: url(../images/leftbar/latest-news-bg.gif);
}
.current_first {
	font-weight: bold;
	padding-left: 7px;
	background-image: url(../images/leftbar/latest-news-bg-hi.gif);
}
.current_second {
	padding-left: 14px;
	font-weight: bold;
	background-image: url(../images/leftbar/latest-news-bg-hi.gif);
}
.current_third {
	padding-left: 21px;
	background-image: url(../images/leftbar/latest-news-bg-hi.gif);
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
	background-color: #EAEAFF;
}
a.section:link {
	color: #FF3300;
	text-decoration: none;
}
a.section:visited {
	color: #FF3300;
	text-decoration: none;
}
a.section:hover {
	color: #FF3300;
	text-decoration: underline;
	background-color: #FFF1E8;
}
a.current:link {
	color: #000099;
	text-decoration: none;
}
a.current:visited {
	color: #000099;
	text-decoration: none;
}
a.current:hover {
	color: #0000FF;
	text-decoration: underline;
	background-color: #FFF1E8;
}
