/***** Global Settings *****/
 
html, body {
	border: 0;
	margin: 0;
	padding: 0;
	background: #a9c28a;
}

html {
	min-height: 100%; 
	margin-bottom: 1px;
	font-size: 125%;
}
 
body {
	font: 50% Arial, Helvetica, sans-serif;
	color: #333;
}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

h1 {
	font-size: 3.1em;
	margin: 0 0 25px;
}

h2 {
	font-size: 2.4em;
	margin: 0 0 25px;
}
h3 {
	font-size: 1.8em;
	margin: 0 0 10px;
}

 
p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.2em;
	line-height: 1.4em;
}

ul, ol {
	margin: 0;
	padding: 0 0 15px 0;
}
 
li {
	padding: 0;
	margin: 0 0 2px 15px;
}
 
blockquote {
	margin: 30px 0 0 33px;
	padding: 0;
}
 
img {
	border: 0;
}
 
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
 
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

 
/***** Links *****/
 
a, a:visited {
	text-decoration: none;
	font-weight: bold;
	outline: 0;
	color: #91ce44;
}

a:hover {
	border-bottom: 1px solid #91ce44;
}

 
/***** Forms *****/
 
form {
	margin: 0;
	padding: 0;
	display: inline;
}
 
input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
}
 
textarea {
	line-height: 1.25em;
}
 
label {
	cursor: pointer;
}
 
/***** Tables *****/
 
table {
	border: 0;
	margin: 0;
	padding: 0;
}
 
table tr td {
	padding: 4px;
}
 
 
/***** Global Classes *****/
 
.clear { clear: both; font-size: 1px; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.align-left { text-align: left !important; }
.align-center { text-align: center !important; }
.align-right { text-align: right !important; }
.align-justify { text-align: justify !important; }
.align-bottom { vertical-align: bottom !important; }
.error { color: #FF0000; }
.margin-left { margin-left:10px !important; }
.margin-right { margin-left:10px !important; }
