/* DEFAULT STYLES */

html, body {
	width: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url("../images/bg_body.gif");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
	color: #666666;
}

div, img, form, fieldset, label, input, select, textarea {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	color: #7fa633;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: -7px;
}

h3 {
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 18px;
}

h5 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: -5px;
	*margin-bottom: 2px;
	_margin-bottom: 2px;
}

h4 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 18px;
}

p.intro {
	font-weight: bold;
}

/*
table, th, tr, td {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

table {
	border-top: 1px;
	border-left: 1px;
	border-color: #dcddde;
	border-style: solid;
}

th {
	background-color: #dcddde;
}

th, td {
	padding: 2px;
	border-right: 1px;
	border-bottom: 1px;
	border-color: #dcddde;
	border-style: solid;
}

ol, ul, li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

li {
	padding-left: 12px;
	background-image: url("../images/list_bullet.gif");
	background-position: 0px 7px;
	background-repeat: no-repeat;
}
*/

a {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

a:link, a:active, a:visited {
	color: #7fa633;
}

a:hover {
	color: #7fa633;
}

input, select, textarea {
	font-family: Arial;
	font-size: 11px;
	color: #585858;
	background-color: #ffffff;
}

label {
	width: 90px;
	height: 14px;
	float: left;
	display: block;
	margin-bottom: 4px;
	padding: 3px 0px 3px 0px;
}

input.textfield {
	width: 274px;
	height: 14px;
	padding: 2px;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	float: left;
	margin-bottom: 5px;
}

input.small {
	width: 174px;
}

input.radioBtn {
	background: none;
}

textarea {
	width: 274px;
	height: 112px;
	padding: 2px;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	float: left;
	margin-bottom: 5px;
}

label.error {
	color: #ff0000;
}

textarea.textarea {
	width: 239px;
	height: 120px;
	padding: 2px;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	float: left;
	margin-bottom: 4px;
}

input.button {
	float: left;
	height: 24px;
	margin-left: 288px;
}

.clear {
	position: relative;
	display: block;
	width: auto;
	height: 0px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}

a.readMore {
	width: 92px;
	height: 15px;
	padding: 6px 34px 6px 0px;
	background-image: url("../images/read_more_arrow.gif");
	background-position: right top;
	background-repeat: no-repeat;
	text-align: right;
	color: #999999;
}

a.readMore:hover {
	color: #7fa633;
}