body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

.button {
	font-size: 9px;
	font-style: normal;
	background-color: #999999;
	text-align: center;
}
.search {
	font-size: 9px;
	font-style: normal;
	color: #660066;
	background-color: #CCCCCC;
	font-weight: bold;
}
.datetime {
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	color: #CCCCCC;
}
.news {
	font-size: 9px;
	padding: 25px;
}
a:link {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}





/* Added by ValueIT November 2008 */
#menu ul {
list-style-type: none;
padding: 0;
margin-top: 10px;
margin-left: 30px;
}

#menu a {
	background: url("images/bg.gif") top left no-repeat;
	padding-left: .8em;
	font-size: 18px;
	text-align: left;
/*	font-weight:bold; */
	text-decoration: none;
	color: #000;
}

#menu a:hover {
   background-image: url("images/bg-hover.gif");
   }
   
/*
#menu a:active {
   background-image: url("button-over.gif");
   }
*/
img {
  border-style: none;
}
