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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#000000;
}

.tableopacity    {
}

.tableopacity TD {
border:0 px;
background: black;
filter:alpha(opacity=85);
-moz-opacity:.85;
opacity:.85;}

.tablealignleft {
margin-left: 0;
text-align: left;
}

.newsheading	{
font-family: Verdana;
font-size: 10px;
font-weight:bold;
color: #FFFF00;
text-transform: uppercase;
margin-bottom: -0.4cm;
}

.textheading	{
font-family: Verdana;
font-size: 14px;
color: #FFFF00;
text-transform: uppercase;

}

.textbody	{
font-family: Verdana;
font-size: 10px;
letter-spacing: 1px;
color: #FFFFFF;

}
.textlinks	{
font-family: Verdana;
font-size: 10px;
color: #FFFFFF;
text-transform: uppercase;
letter-spacing: 1px;

}

a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

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;
}