@charset "utf-8";

*{
	margin:0px;
	padding:0px;
	}
	
html{
	height:100%;
	margin-bottom:1px;
	}

body{
	color:#8c8c8c;
	line-height:140%;
	font-size:80%;
	width:950px;
	margin:5px auto 0px auto;
	padding-bottom:20px;
	}
	
a:focus{
	outline:none;
	}
	
a{
	color:#8c8c8c;
	border:none;
	text-decoration:none;
	}
	
a:hover{
	color:#725600;
	}
	

img{
	border:none;
	}
	
h1,h2,h3,h4,h5,h6,strong,em,b,i{
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	}
			
li{
	list-style:none;
	}
	
.left{
	float:left;
	}
	
.right{
	float:right;
	}
	
.cle{
	clear:both;
	display:block;
	}
	
.mt{
	margin-top:10px;
	}
	
.mb{
	margin-bottom:10px;
	}
	
.ml{
	margin-left:10px;
	}
	
.mr{
	margin-right:10px;
	}
	
.ma{
	margin:10px;
	}
	
.center{
	margin:10px auto;
	display:block;
	}

