body{
	font-family: Arial;
	font-size: 80%;
	color: #003366;
	background-color: #DDDDDD;
}
a:link, a:visited, a:active {
	text-decoration: none; 
}

a:hover {
	text-decoration:underline;
}

.bottom_border {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
div.transOFF {width: 100%;}
div.transON  {width: 100%; opacity:.85;filter: alpha(opacity=85); -moz-opacity: 0.85;}

