<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: white;


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

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

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

a.link
{
	color: #FFFFFF;
	text-decoration: none;

}

.thumb
{
	border-width: 1px;
	border-style: solid;
	border-color: #A80E0E;
}

.update
{
	color:white;
	margin: 20px;
	margin-top: 5px;
	text-align: justify;

}

</style>