/* 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 */
	}
	
html {
     overflow: -moz-scrollbars-vertical;
}

/* Float (left, right) */

	.lft {
		display: inline;
		float: left;
	}

	.rgt {
		display: inline;
		float: right;
	}

	.non-float {
		float: none;
	}


* {
	margin: 0;
	padding: 0;
	font-family: Arial;
}

* html button { overflow: visible; }

a:link, a:visited {
	color: #484747;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #484747;
	text-decoration: underline;
	font-weight: bold;
}

.center-text {
	text-align: center;
}

.center {
	width: 930px;
	position: absolute;
	left: 50%;
	margin-left: -465px;
}



body {
	background-color: #ffffff;
	color: #000000;
}

hr {
    display: none;
}

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

    div.hr hr {
	    visibility: hidden;
    }

.vip {
	color: #d72920;
}

img {
	border: none;
}

a.button,
button {
	background-color: #e3c303;
	padding: 2px 7px;
	margin: 0;
	overflow: visible;
	
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	
	font-weight: bold;
	font-size: 13px;
	color: black;
	text-decoration: none;
	
	cursor: pointer;
}

a.button {
	padding: 3px 10px;
}

ul {
	list-style-type: none;
}


div.section-title {
	margin-left: 10px;
	margin-bottom: 15px;
}

div.section-title h1 {
	font-size: 22px;
}


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

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

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

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

.red {
	color: red;
}

.green {
	color: green;
}

.font-12px {
	font-size: 12px;
}

.display-none {
	display: none;
}

.invisible {
	visibility: hidden;
	height: 0;
	line-height: 0;
}



