/* CSS Document */

/* ----- GENERAL ----- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

a{
	text-decoration: none;
	color: black;
}
a.bold{
	font-weight:bold;
}

a:hover{
	text-decoration: underline;
}
a.latest_news{
	font-weight: bold;
	color:#FF3300;
}
a.news_headline{
	font-weight: bold;
}

div.scrollNews {
	overflow: auto;
	height:210px;
	width: 305px;
	border: none;
	background-image:url(/images/latest_news.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.pad_left_15{
	padding-left: 15px;
}

table#nav{
	font-size: 16px;
}