/* HTML Settings */
body {
	margin: 0px;
	padding: 0px;
	background: #baae58;
	text-align:center;
}

body, div {
	font-family: "Verdana CE", Verdana, "Arial CE", Arial, sans-serif;
	color: #333333;
	font-size: 10px;
}

table {
	padding:0px;
	margin:0px;
}

input, select, textarea {
	font-family: "Verdana CE", Verdana, "Arial CE", Arial, sans-serif;
	font-size: 100%;
	margin: 2px 0px;
}

a {
	color: #A54548;
}

a:hover {
	color: #A54548;
	text-decoration: underline;
}

a:active {
	color: #7E7D13;
}

p {
	text-align: left;
	margin-top: 0px;
	line-height: 1.5em;
}

h1 {
	font-size: 10px;
}

h2 {
	font-size: 13px;
	color: #333333;
}

h3 {
	font-size: 11px;
	margin-bottom: 5px;
	color: #333333;
}

h4 {
	font-size: 11px;
	color: #666666;
	margin-bottom: 5px;
	margin-top: 9px;
}

h5 {
	font-size: 10px;
	color: #b1a233;
	margin-bottom: 6px;
	margin-top: 8px;
	text-transform: uppercase;
}

abbr, acronym {
	border-bottom: 1px dashed white;
	cursor: help;
}

form {
	margin: 0px;
	padding: 0px;
}

ul, ol {
	margin-left: 0px;
	padding-left: 4px;
	margin-bottom: 8px;
	margin-top: 6px;
}

ul {
	list-style-type: square;
}

li {
	margin-bottom: 0.1em;
	margin-left: 15px;
	line-height: 1.5em;
}

a img {
	border: none;
}

hr {
	height: 1px;
	border-top: 1px solid #333333;
}

.hidden {
	display: none;
	position: absolute;
	z-index: -1;
	visibility: hidden;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

