body {
	color: #FFF;
	text-align: left;
	background: #231f20 url(../pic/backbend.jpg) top left no-repeat;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 13px;
}
td,tr,th {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:link,a:visited {
	color: #f8e213;
	text-decoration: none;
}

a:hover {
	color: #FF0;
}
a:active {
	color: #FFF;
}

a.red:link,a.red:visited {
	color: #ec2028;
}

.header_yellow {
	color: #f8e213;
	font-size:15px;
	font-weight: bold;
}

input,select,textarea {
	border: 1px #666666 solid;
	background: #2f2a2c;
	color: #c0c0c0;
}

input:focus,select:focus,textarea:focus {
	border: 1px #f8e213 solid;
	background: #312f30;
	color: #f8e213;
}

.x_red {
	color: #ec2028;
}

.x_yellow {
	color: #f8e213;
}

fieldset.tone1,div.tone1 {	
	background: #231f20;
	filter:alpha(opacity=65); 
	opacity: 0.65; 
	-moz-opacity:0.65;
	border: 1px #666666 solid;
}

fieldset.tone1:hover,div.tone1:hover {	
	filter:alpha(opacity=100); 
	opacity: 1.0; 
	-moz-opacity:1.0;
	background: #231f20;
	border: 1px #ed2028 solid;
}