body {
	background-image: url(/img/bgcim.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.redHilite {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.content {
	font-family: Tahoma;
	font-size: 12px;
	color: #242424;
}
.latest {
	font-family: Tahoma;
	font-size: 20px;
	color: #F96400;
	font-weight:bold;
}
.caption {
	font-family: Tahoma;
	font-size: 14px;
	color: #F96400;
	font-weight:bold;
}
a:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #242424;
	text-decoration:underline;
}
a:active {
	font-family: Tahoma;
	font-size: 12px;
	color: #242424;
	text-decoration:underline;
}
a:hover {
	font-family: Tahoma;
	font-size: 12px;	
	background-color:#1EAE21;
	color: #93F760;
	text-decoration:underline;
}
a:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #242424;
	text-decoration:underline;
}
#marqueecontainer{
position: relative;
width: 186px; /*marquee width */
height: 160px; /*marquee height */
background-color: white;
overflow: hidden;
}
.huge {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #993300;
}
.boxed
{ border:double #000000;
}