<style type="text/css">
.dummy{}

body
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;


	background-color: #FFA53A;
	background-image: url(/background.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: black;


	font-family: tahoma, arial;
	font-size: 10pt;
	font-weight: normal;
	padding: 0px;
	margin: 0px;

	scrollbar-face-color: white; 
	scrollbar-shadow-color: silver; 
	scrollbar-highlight-color: white; 
	scrollbar-3dlight-color: silver; 
	scrollbar-darkshadow-color: white; 
	scrollbar-track-color: 713A81; 
	scrollbar-arrow-color: 915AA1;

}


P.body:first-letter {font-size: 125%;}
P.body {text-indent: 20pt;}

.small
{
	font-size:8pt;
}
.big
{
	font-size: 12pt;
	font-weight: bold;
}

a:link
{
	color: black;
	text-decoration: none;
	opacity: 0.8;
	filter:alpha(opacity=8);
	-moz-opacity:0.8;
}
.thumb
{
	border-width: 1px;
	border-style: solid;
	border-color: #A80E0E;
	
}
a:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
	color:white;
}

.banner 
{
	width: 400px;
	height: 25px;
	padding-right: 30px;
	background-image: url(/banner.gif);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	color: orange;
	
}


</style>