body {
	background-image: url(/img/bgcim.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 9px;
}
.redHilite {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #F00;
}
.content {
	font-family: Tahoma;
	font-size: 12px;
	color: #033;
	font-weight: bold;
}
.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: #00F;
	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: #00F;
	text-decoration:underline;
	text-align: center;
}
#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: #CB120E;
}
.boxed
{
	border:double #000000;
	text-align: center;
	background-color: #9CF;
}

