body {
	font-family: Tahoma;
	font-size: 12px;
/*	scrollbar-face-color: #FF9900;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #000000; */
	
	background-image: url(img/center_background.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

table {
	font: 12px "Futura Medium", "Myriad Pro", "Gill Sans", Verdana, Helvetica, Arial, sans-serif;
    color: #ffffff;
}

hr {
height:1px;
 border-top: 2px #CC6600 dashed;
  border-width:1px 0 0 0;
}

a, a:visited, a:active {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    color: #CC6600;
    text-decoration: none;
    font-weight: normal;
}

textarea, file {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px;
	color:#FFFFFF;
	background-image: url(img/background.png);
    border: 1px solid #999999;
/*	scrollbar-arrow-color: #9B0000; 
	scrollbar-base-color: white;
	scrollbar-dark-shadow-color: white;
	scrollbar-face-color: black;
	scrollbar-shadow-color: silver */

}

input {
color: #ffffff; 
background-image: url(img/center_background.png);
border-style: inset;
border-color: #999999; 
border-width: 1px
}
			
.form_off {  
    color: #333333; 
    background-color: #DCDCDC; 
    border: 1px solid #666666;
}

.form_on {  
    color: #333333; 
    background-color: #EEEEEE; 
    border: 1px solid #000000;
}

.form_username {
    background-color: #eeeeee;
    border: 1px solid #333333;
    background-position: left top;
}

.form_password {
    background-color: #eeeeee;
    border: 1px solid #333333;
    background-position: left top;
}

.form_name {
    background-color: #eeeeee;
    border: 1px solid #333333;
    background-repeat: no-repeat;
    background-position: left top;
}

.form_text {
    background-color: #eeeeee;
    border: 1px solid #333333;
    background-repeat: no-repeat;
    background-position: left top;
}


fieldset {
	border: 1px solid #FFFF00;
}

.style1 {
	color: #CC6600; font-weight: bold; 
}
