@charset "utf-8";
/* CSS Document */

* {padding: 0; margin: 0;} 
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0px;
	}
a:link {
	color: #009933;
	text-decoration: none;
}
a:visited {
	color: #009933;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #009933;
	text-decoration: none;
}
a.tip {
	position: relative;
}

a.tip span {
	display: none;
	position: absolute;
	left: 50px;
	bottom: 0px;
	width: 240px;
	height: 40px;
	background: #009933;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 14px;
	z-index: 100;
	padding: 5px;
	margin: 0px;
	border: 0px;
	clear: both;
	text-align: left;
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
}

a:hover.tip span {
	display: block;
}

a.tip img {
	position: relative;
}

a.tip:hover img {
	position: relative;
}

.tableopacity    {
}
.tableopacity TD {
border:0 px;
background: white;
filter:alpha(opacity=80);
-moz-opacity:.80;
opacity:.80;
}
.whiteheading	{
font-family: Arial;
font-size: 15.8px;
text-transform:uppercase;
font-weight: bold;
line-height: 15px;
color: #FFFFFF;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 0px;
}
.whiteheading a:link {color: #FFFFFF; text-decoration: none; }
.whiteheading a:visited {color: #FFFFFF; text-decoration: none; }
.whiteheading a:hover {color: #000000; text-decoration: none; }
.whiteheading a:active {color: #FFFFFF; text-decoration: none;
}
.whitetext	{
font-family: Arial;
font-size: 12px;
line-height: 13px;
color: #FFFFFF;
margin-left: 10px;
margin-right: 10px;
margin-top: 0px;
margin-bottom: 0px;
}
.whitetext a:link {color: #FFFFFF; text-decoration: none; }
.whitetext a:visited {color: #FFFFFF; text-decoration: none; }
.whitetext a:hover {color: #000000; text-decoration: none; }
.whitetext a:active {color: #FFFFFF; text-decoration: none;
}
.newstitle	{
font-family: Arial;
font-size: 15.8px;
line-height: 15px;
font-weight: bold;
text-transform:uppercase;
color: #009933;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 0px;
}
.newscontent	{
font-family: Arial;
font-size: 12px;
color: #000000;
margin-left: 10px;
margin-right: 10px;
margin-top: 0px;
margin-bottom: 10px;
}
.date	{
font-family: Arial;
font-size: 10px;
color: #999999;
text-transform: uppercase;
margin-left: 10px;
margin-top: 0px;
margin-bottom: 0px;
}
.mainheading	{
font-family: Arial;
font-size: 15.8px;
font-weight: bold;
color: #000000;
text-transform: uppercase;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 0px;
}
.maincontent	{
font-family: Arial;
font-size: 12px;
color: #000000;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
a.linkopacity img {
filter:alpha(opacity=85); 
-moz-opacity: 0.85; 
opacity: 0.85;}

a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}