form {
	margin: 0px;
	padding: 0px;
}
td {
	vertical-align: top;
}
p {
	color: #272727;
	font-size: 13px;
	line-height: 17px;
	margin: 0 0 8px 0;
}
#pageTitle h1 {
	border-bottom: 1px solid #0077ab;
	color: #f47321;
	font-size: 21px;
	line-height: 21px;
	margin: 0 0 20px;
	padding: 13px 0 10px;
}
h2 {
	color: #0077ab;
	font-size: 17px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 3px;
}
h3 {
	color: #272727;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	margin: 0 0 3px;
}
a {
	color: #0077ab;
	text-decoration: none;
}
a:hover {
	color: #134f2d;
	text-decoration: none;
}
.tableBorder {
	border: 1px solid #d1d1d1;
}
.tableHeader {
	background-color: #0077ab;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	padding: 7px 12px;
}
.tableHeader a {
	color: #ffffff;
	text-decoration: none;
}
.tableHeader a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.evenrow {
	background-color: #e6e5e5;
	font-weight: normal;
}
.oddrow {
	background-color: none;
	font-weight: normal;
}
.formSection {
	background-color: #2b8451;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	padding: 6px 12px;
}
.fieldLbl {
	color: #000000;
	font-size:12px;
	font-weight: normal;
	line-height: 13px;
	padding: 5px 12px;
	text-align: left;
}
.fieldVal {
	padding: 2px 0;
	text-align: left;
}
.redText {
	color: #cb2829;
}
.imgClass {
	border: none;
	padding: 1px;
}
.button {
	background: #0073a5 url(/images/button.gif) 0 0 repeat-x;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
	padding: 3px 10px;
	text-align: center;
	min-width: 95px;
}
.button:hover {
	background: none;
	background-color: #2b8451;
	color: #ffffff;
}
#messages {
	font-size: 11px;
	margin-bottom: 10px;
	padding: 5px;
}
.message_warning {
	border: 3px solid #f47321;
	background-image: none;
	color: #f47321;
}
.message_confirm {
	border: 3px solid #2b8451;
	background-image: none;
	color: #2b8451;
}