BODY
	{ 
	background-image: url(images/bg.jpg); 
	background-repeat: no-repeat; 
	background-position: top center; 
	background-attachment: fixed 
    } 

.content_text
	{
	font-family: Arial,Verdana;
	font-size: 9pt;
	}
	
.quote
	{
	font-family: Arial,Verdana;
	font-size: 12pt;
	line-height: 16pt;
	}
	
.formfield
	{ 
	border-style: solid;
	border-width: 1px; 
	border-color: #9E8765; 
	background-color: #ffffff;
	background-position: center center; 
	font-family: Arial,Verdana; 
	font-size: 9pt;
	font-weight: bold;
	color: #66502F;
	width: 325px;
	padding: 2px;
	}
	
.formfield2
	{ 
	border-style: solid;
	border-width: 1px; 
	border-color: #9E8765; 
	background-color: #ffffff;
	background-position: center center; 
	font-family: Arial,Verdana; 
	font-size: 9pt;
	font-weight: bold;
	color: #66502F;
	padding: 2px;
	}
	
.formfieldbutton
	  { 
	  color: #66502F; 
	  font-weight: bold; 
	  font-size: 9pt; 
	  font-family: Arial,Verdana; 
	  background: #ffffff center; 
	  padding: 2px; 
	  border-color: #9E8765;
	  border-width: 1px; 
	  cursor: hand;  
	  }