html{
margin:0;
padding:0;
}
body
{
margin:0;padding:0;
color:#000000;
font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
font-size: 100%;
/*text-align:center;*/
background-color: #f5f5f5;
}
#area1 {
	position: relative;
	height: 10px;
	width: 205px;
	background: #f7cfa9;
	margin:2 0 2 0;
	/*for good height*/
	overflow:hidden;
}
 
#knob1 {
	position: absolute;
	height: 10px;
	width: 20px;
	background: #ff7c00;
	cursor: pointer;
	/*for good height*/
	overflow:hidden;
}
#area2 {
	position: relative;
	height: 10px;
	width: 205px;
	background: #f7cfa9;
	margin:2 0 2 0;
	/*for good height*/
	overflow:hidden;
}
 
#knob2 {
	position: absolute;
	height: 10px;
	width: 20px;
	background: #ff7c00;
	cursor: pointer;
	/*for good height*/
	overflow:hidden;
}
#area3 {
	position: relative;
	height: 10px;
	width: 205px;
	background: #f7cfa9;
	margin:2 0 2 0;
	/*for good height*/
	overflow:hidden;
}
 
#knob3 {
	position: absolute;
	height: 10px;
	width: 20px;
	background: #ff7c00;
	cursor: pointer;
	/*for good height*/
	overflow:hidden;
}

h1
{
font-size: 105%;
font-weight:bold;
}
a.first:link{color:#0000FF;text-decoration:underline;} 
a.first:hover{color:#FF0000;text-decoration:underline;}
a.first:active{color:#0000FF;text-decoration:underline;} 
a.first:visited{color:#0000FF;text-decoration:underline;} 

a.second:link{font-size: 80%;color:#0000FF;text-decoration:underline;} 
a.second:hover{font-size: 80%;color:#FF0000;text-decoration:underline;}
a.second:active{font-size: 80%;color:#0000FF;text-decoration:underline;} 
a.second:visited{font-size: 80%;color:#0000FF;text-decoration:underline;} 
.s00{font-size: 80%;}
fieldset{ 
margin:0 0 10 0;
padding:10 0 10 10;
/*width:718px;*/
border:1px solid #ff7c00;
display: block;
}

.slidernumber {
	background-color: #f5f5f5;
	color: #ff7c00;
	width: 40px;
	margin: 0 0 0 0;
	/*text-align: center;*/
	font-size: 100%;
	/*font-face: verdana, arial, helvetica, sans-serif;*/
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-weight: bold;
	/*line-height: 12px;*/
	border: 0;
	cursor: default;
}
.input_fileload
{
font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
font-size:95%;
background-color:#FFFFFF;
color:#000000;
}