/* CSS Document */

html {
	width: 100%;
}

body {
    font-family:  Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #807D79;
	padding: 0;
	margin: 0;
	line-height: 1.1;
	background: #FFFFFF;
}


/* back to top IE work around*/


#top {
	position: absolute;
	top: 0;
	width: 1px;
	height: 1px;
}


/* Headings */


h1 {
	font-weight: bold;
	font-size: 1.25em;
	margin-bottom: 1em;
	color: #5F5F5F;
}

h2 {
	font-weight: bold;
	font-size: 1.2em;
	color: #5F5F5F;
	margin-top: 1em;
	margin-bottom: .6em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 1em;
	color: #5F5F5F;
}

h4 {
	font-size: 1em;
	margin-top: 1em;
	color: #5F5F5F;
}

h5 {
	font-weight: bold;
	font-size: 1em;
	margin-top: 1em;
}

h6 {
	font-weight: normal;
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 0;
}


/* Standard elements */


p {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.4em;
}

th, td {
	vertical-align: top;
}

strong, b {
	font-weight: bold;
}

ul {
	list-style: disc;
	margin-left: .6em;
}

ol {
	list-style: decimal;
	margin-left: 2.6em;
}

li {
	margin-left: .6em;
}


/* Cursor syles */


acronym, abbr {
	cursor: help;
	font-style: normal;
}

.button {
	cursor: pointer
}


/* Page links */


a, a:visited {
	color: #87B553;
	text-decoration: none;
}

a:hover, a:focus {
	color: #87B553;
    text-decoration: underline;
}

a:active {
	color: #999999;
}

/* General styles */


.clear {
	clear: both;
	position: relative;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear: left;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.float-center {
	margin-left: auto;
	margin-right: auto;
}

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

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

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

.uppercase {
	text-transform: uppercase;
}

ul.nostyle {
	list-style: none;
	margin: 0;
	padding: 0;
}

.hide {
    position: absolute;
    left: -2000px;
    width: 990px;
    font-size: 1px;
	line-height: 1px;
}

