BODY {
	FONT-SIZE:12px; FONT-FAMILY: Tahoma;
}
ul li{ 
	list-style-type:none; 
}
A:link {
	COLOR: #636363; TEXT-DECORATION: none
}
A:visited {
	COLOR: #838383; TEXT-DECORATION: none
}
A:hover {
	COLOR: #a3a3a3; TEXT-DECORATION: underline
}
.width_800{
	 width:800px;
}
.margin_auto{ 
	margin:0 auto;
}
.algin_center{ 
	text-align:center;
}
.he_25{
	 height:25px;
}
.line_he25{
	 line-height:25px;
}
.error_img{ 
	margin:0 auto; text-align:center;
}
.float_left{
	 float:left;
}
.margin_t100{ 
	margin-top:100px;
}
.margin10{
	margin:10px;
}
.padding_100{
	 padding-left:100px;
}
.error_text{ 
	height:100px; line-height:100px; font-weight:bold;
}
        
.black{
	color:#000000;
}
.red{
	color:#ff0000;
}
.list{ 
	color:#000; text-align:center; display:block;
}
.list ul li{
	 float:left; text-align:center; padding:10px;display:block;
}
.clear_both{ 
	clear:both;
}
