/* Clear Fix */

	.clearfix:after { /* FF, O, etc. */
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}

	.clearfix {
		display: inline-block; /* IE7xhtml*/
	}

	html[xmlns] .clearfix { /* O */
		display: block;
	}

	* html .clearfix {
		height: 1%; /* IE5-6 */
	}

/* Float (left, right) */

	.lft {
		display: inline;
		float: left;
	}

	.rgt {
		display: inline;
		float: right;
	}
	
	.b-lft {
		display: block;
		float: left;
	}

	.b-rgt {
		display: inline-block;
		float: right;
	}

	.non-float {
		float: none;
	}


* {
	margin: 0;
	padding: 0;
	font-family: Arial;
}

a:link, a:visited {
	color: #91592f;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #91592f;
	text-decoration: underline;
	font-weight: bold;
}

.center-text {
	text-align: center;
}

.center {
	width: 930px;
	margin: 0 auto;
}



body {
	background-color: #fffbbb;
	padding-top: 20px;
}

hr {
	visibility: hidden;
}

div.hr {
	border-top: 1px solid #b17549;
	margin: 15px 0;
	clear: both;
}

.vip {
	color: red;
}

img {
	border: none;
}


table {
	width: 100%;
	border: 1px solid #B17549;
}

	table th {
		background-color: #ffe325;
		height: 22px;
		
		font-size: 14px;
		font-weight: bold;
		color: black;
		text-align: left;
		padding: 0 10px;
	}
	
	table tbody td {
		background-color: #fffbbb;
		height: 22px;
		padding: 0 10px;
		
		font-size: 12px;
	}

