
form {
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h1 {
	color: #000000;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #2f7f20;
}

h2 {
	color: #307f21;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 5px 0px;
}

a {
	color: #2f7f20;
	text-decoration: none;
}

a:hover {
	color: #65ca5c;
}

.tableBorder {
	border: 1px solid #dbdbdb;
}

.tableHeader {
	background-image: url(../images/bg_sectiontitle.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
	line-height: 20px;
}

.evenrow {
	background-color: #ffffff;
	font-weight: normal;
}

.oddrow {
	background-color: #f3f3f3;
	font-weight: normal;
}

.formSection {
	background-image: url(../images/bg_sectiontitle.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
	line-height: 20px;
}

.fieldLbl {
	text-align: right;
	padding-right: 7px;
}

.fieldVal {
	text-align: left;
}

.redText {
	color: #ff0000;
}

.imgClass {
	padding: 0px;
	border: 1px solid #b9b9b9;
}

.button {
	text-align: center;
	width: 122px;
	height: 24px;
	padding: 0px 0px 2px 0px;
	border: none;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	background-color: #209217;
	background-image: url(../images/bg_button_off.gif);
}

.button:hover {
	color: #65ca5c;
	background-color: #eeeeee;
	background-image: url(../images/bg_button_on.gif);
}

#messages {
	padding: 5px 7px;
	margin-bottom: 10px;
}

.message_warning {
	color: #ff0000;
	border-top: 3px solid #ff0000;
	border-bottom: 3px solid #ff0000;
	border-left: none;
	border-right: none;
	background-image: none;
}

.message_confirm {
	color: #307f21;
	border-top: 3px solid #307f21;
	border-bottom: 3px solid #307f21;
	border-left: none;
	border-right: none;
	background-image: none;
}

