/* CSS Document */

body {
	background-image: url(../gfx/bg.jpg);
	background-repeat:repeat-x;
	margin-top: 8px;
	margin-bottom: 8px;
}

td {
	font-family: Trebuchet MS;
	font-size: 12px; 
	color:#000000; 
	font-weight:normal;
}

p {
	font-family: Trebuchet MS;
	font-size: 12px; 
	color:#000000; 
	font-weight:normal;
}

ul {

	font-family: Trebuchet MS;
	font-size: 12px; 
	color:#000000; 
	font-weight:normal;
}
	
a:link {
	font-family:"Trebuchet MS";
	font-size:11px;
	color: #999999;
	text-decoration:underline;
}
a:visited {
	font-family:"Trebuchet MS";
	font-size:11px;
	color: #999999;
	text-decoration:underline;
}
a:active {
	font-family:"Trebuchet MS";
	font-size:11px;
	color: #999999;
	text-decoration:underline;
}
a:hover {
	font-family:"Trebuchet MS";
	font-size:11px;
	color: #000000;
	text-decoration:none;
}
.menu_link {
	padding-top:4px;
}
#menu_link {
	padding-top:4px;
}

.lefttitle {
	font-family:"Trebuchet MS";
	font-size:12px;
	color: #FFFFFF;
	font-weight:bold;
}
.title {
	font-family:"Trebuchet MS";
	font-size:16px;
	color: #b0b0b0;
}
.newscol {
	font-family:"Trebuchet MS";
	font-size:10px;
	color: #000000;
	padding-left:15px;
	padding-right:15px;
	padding-top:0px;
	margin-top:0px;
}
.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); -moz-opacity: 0.5;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); -moz-opacity: 1;
}
