@charset "utf-8";
/* CSS Document */
body
{ 
background-image: 
url('background.gif');
background-repeat: repeat
}

html {overflow-y: scroll;}

.style1 {
	font-size: 8pt;
	color: #FFF;
	font-family: 'Tahoma';
	margin-bottom: 0px;
	line-height: 20px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 13px;
	padding-bottom: 13px;
	font-weight: bold;
	text-align: center;
}	
.style2 {
	font-size: 8pt;
	color: #FFF;
	font-family: 'Tahoma';
	margin-bottom: 0px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}	
a:link {color: #FFF; text-decoration: underline; }
a:active {color: #FFF; text-decoration: underline; }
a:visited {color: #FFF; text-decoration: underline; }
a:hover {color: #FFF; text-decoration: none; }

.Formtext1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	text-align: right;
}
