body {
font-size: 10px;
font-color: 000000;
font-family: Arial;
background-color: #FFFFFF;
}
A:link {
text-decoration: none; color: #320000; font-weight: normal;
}
A:visited {
text-decoration: none; color: #320000; font-weight: normal;
}
A:hover {
text-decoration: underline; color: #000000; font-weight: normal;
}
table td {
font-size: 12px;
font-family: Verdana;
font-color: 0000FF;
}

.cell_over {
 background-color: #ff0000;
 height: 35px;
 }
.cell_out {
 background-color: #ffffff;
 opacity:0.8;
 filter:alpha(opacity=80);
 height: 35px;
 }
.cell {
	background-color: #ffffff;
	opacity:0.8;
	filter:alpha(opacity=80);
	height: 35px;
}
.cell-sm {
	background-color: #ffffff;
	opacity:0.8;
	filter:alpha(opacity=80);
	height: 25px;
}
.menu{
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: red;
        width: 170px;
}
.opacity {
 opacity:0.4;
 filter:alpha(opacity=40);
}
.news_header {
 background-color: red;
 text-align: center;
}
.ssi_cell_over {
	background-color: #ff0000;
        opacity:0.3;
        filter:alpha(opacity=80);
}
.ssi_cell_out {
	background-color: #ffffff;
}

