 /* common styling */
 
body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #EEEEEE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 10px;
	line-height: 14px;
	background: #164978;
	background-image: url(../images/homepage_banner_bottom.jpg);
	background-repeat: no-repeat;
}
a:link {
	color: #e2f089;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #a3b731;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a:active {
	color: #e2f089;
	font-weight:bold;
	text-decoration: none;
}
.rss_feed {
	font-family: verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.rss_title {
	font-family: verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.rss_desc {
	font-family: verdana, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#666666;
}
.border {
	border:1px solid #fff; 
	border-width:1px 1px 1px 1px; 
}
