
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

form {
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h1 {
	color: #1e672b;
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 12px 0px;
	letter-spacing: -1px;
	padding: 18px 0px 1px 0px;
	border-bottom: 1px solid #62a65b;
}

h2 {
	color: #297109;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

h3 {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

a {
	color: #297109;
	text-decoration: none;
}

a:hover {
	color: #297109;
	text-decoration: underline;
}

.tableBorder {
	border: 1px solid #dbdbdb;
}

.tableHeader {
	background-image: url(../images/bg_sectiontitle.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
	line-height: 22px;
}

.evenrow {
	background-color: #ffffff;
	font-weight: normal;
}

.oddrow {
	background-color: #f3f3f3;
	font-weight: normal;
}

.formSection {
	background-image: url(../images/bg_sectiontitle.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
	line-height: 22px;
}

.fieldLbl {
	text-align: right;
	padding-right: 7px;
}

.fieldVal {
	text-align: left;
}

.redText {
	color: #d11241;
}

.imgClass {
	padding: 0px;
	border: 1px solid #dbdbdb;
}

.button {
	color: #ffffff;
	text-align: center;
	padding: 0px 20px 2px 20px;
	height: 24px;
	vertical-align: top;
	border: 1px solid #cccccc;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	background-color: #004208;
	background-image: url(../images/bg_button_off.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

.button:hover {
	color: #93d47e;
	background-color: #ffffff;
	background-image: url(../images/bg_button_on.gif);
}

#messages {
	padding: 5px;
	margin-bottom: 10px;
	font-size: 11px;
}

.message_warning {
	color: #d11241;
	border: 3px solid #d11241;
	background-image: none;
	background-color: #ffffff;
}

.message_confirm {
	color: #297109;
	border: 3px solid #297109;
	background-image: none;
	background-color: #ffffff;
}

.clear {
	clear: both;
}
