
BODY { 
	background: #fff url(images/bg.jpg) ;
	background-repeat: repeat-x ;
	background-attachment: fixed ;
	margin: 0px;
	text-align: justify; 	
	font-family: arial; 
	color: #71676F; 
	font-size: 7px; 
	letter-spacing: 0px; 
	line-height: 7px;
scrollbar-face-color: pink;
scrollbar-arrow-color: pink;
scrollbar-track-color: pink;
scrollbar-shadow-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-3dlight-color: pink;
scrollbar-darkshadow-color:#ffffff;
	} 

TD {
	text-align: justify; 	
	font-family: arial; 
	color: #717171; 
	font-size: 10px; 
	letter-spacing: 0px; 
	line-height: 11px;
	} 


a:link {
	text-decoration: none; 
	font-weight: bold; 	
	color: #999999; 
	}
a:active {
	text-decoration: none; 
	font-weight: bold;  
	color: #ffffff; 
	} 
a:visited {
	text-decoration: none; 
	font-weight: bold;  
	color: #808080; 
	}
a:hover {
	text-decoration: underline; 
	font-weight: bold; 
	color: #ffffff; 
	} 

.tiny { 
	text-align: justify; 
	font-family: arial; 
	color: #717171; 	
	font-size: 8px; 
	letter-spacing: 0px; 
	line-height: 8px; 
	}

.form {
	background-color: #ffffff; 
	width:100px; 
	height:13pt; 
	font-size: 11px; 
	font-family: verdana; 
	color:#717171;
	}

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 : #717171;
  cursor : crosshair;
  font-size : x-small;
  font-family : "Verdana";
}
.noborder {
  border-left:0px solid #BA022A;
  border-right:0px solid #BA022A;
  border-top:0px solid #BA022A;
  border-bottom:0px solid #BA022A;
  background-color : #FFFFFF ;
  color : #666666;
}
HR{
  color : #57006D;
}
