<style type="text/css">
body{}

a:link {color: #0000CC; text-decoration: underline; }
a:active {color: #0000CC; text-decoration: underline; }
a:visited {color: #0000CC; text-decoration: underline; }
a:hover {color: #0000CC; text-decoration: none; }

p {
	background-image:inherit;
	background: transparent;
	font-family: Arial, Times New Roman;
	font-size: 12px;
	padding: 5%;
	color: black;
}
div.menu{
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 3px;
	color: #0000CC;
	font: bold;
	text-align: center;
	width: auto;
	border: 1px silver groove;
}
table.back{
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity: 0.70;
	height:100%;
	font-size:12px;
	}
td.maincontent {
	border-left: 1px silver groove;
}
table.quick {
	font-size: 11px;
	margin-top: 0px; 
}
img {
	background-color: #ffffff; 
}

img.banner{
	background-color: transparent;
}
body{
	background-color:transparent;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left, top;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px!;
	margin-top: 0px;
	margin-bottom: 0px;
	}
</style>