
BODY { 
	background: #fff url(images/bg3.jpg) ;
	background-repeat: no-repeat ;
	background-attachment: fixed ;
	margin: 15px;
	text-align: justify; 	
	font-family: georgia; 
	color: #ffffff; 
	font-size: 10px; 
	letter-spacing: 0px; 
	line-height: 10px;
scrollbar-face-color: #ffffff;
scrollbar-arrow-color: #dc9f2c;
scrollbar-track-color: #dc9f2c;
scrollbar-shadow-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color:#ffffff;
	} 

TD {
	text-align: justify; 	
	font-family: arial; 
	color: #ffffff; 
	font-size: 6px; 
	letter-spacing: 0px; 
	line-height: 6px;
	}


a:link {
	text-decoration: none; 
	font-weight: bold; 	
	color: #f4e4c0; 
	}
a:active {
	text-decoration: none; 
	font-weight: bold;  
	color: #ffffff; 
	} 
a:visited {
	text-decoration: none; 
	font-weight: bold;  
	color: #ffffff; 
	}
a:hover {
	text-decoration: underline; 
	font-weight: bold; 
	color: #ffffff; 
	} 

.form {
	background-color: #ffffff; 
	width:100px; 
	height:13pt; 
	font-size: 11px; 
	font-family: verdana; 
	color:#dc9f2c;
	}

INPUT,TEXTAREA,SELECT{
  border-left-style : double;
  border-left-width : 1px;
  border-right-style : double;
  border-right-width : 1px;
  border-top-style : double;
  border-top-width : 1px;
  border-bottom-style : double;
  border-bottom-width : 1px;
  background-color : white;
  color : #dc9f2c;
  cursor : crosshair;
  font-size : x-small;
  font-family : "Verdana";
}
.noborder {
  border-left:0px solid #dc9f2c;
  border-right:0px solid #dc9f2c;
  border-top:0px solid #dc9f2c;
  border-bottom:0px solid #dc9f2c;
  background-color : #FFFFFF ;
  color : #666666;
}
HR{
  color : #dc9f2c;
}
