form {
	margin: 0px;
	padding: 0px;
}
td {
	vertical-align: top;
}
p {
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 8px 0;
}
#pageTitle h1 {
	color: #0000b3;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
	margin: 12px 0;
	padding: 0;
}
h2 {
	color: #7d7d7d;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin: 8px 0;
}
h3 {
	color: #004376;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin: 4px 0
}
a {
	color: #97170f;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {
	color: #97170f;
	text-decoration: none;
}
.tableBorder {
	border: 1px solid #bfbfbf;
}
.tableHeader {
	background-color: #7f7fd9;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	padding: 7px 12px;
}
.tableHeader a {
	color: #ffffff;
	text-decoration: underline;
}
.tableHeader a:hover {
	color: #ffffff;
	text-decoration: none;
}
.evenrow {
	font-weight: normal;
}
.oddrow {
	background-color: #f2f0f0;
	font-weight: normal;
}
.formSection {
	background-color: #7f7fd9;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	padding: 6px 12px;
}
.fieldLbl {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	padding: 5px 12px;
	text-align: left;
}
.fieldVal {
	padding: 2px 0;
	text-align: left;
}
.redText {
	color: #97170f;
}
.imgClass {
	border: none;
	padding: 7px;
}
.button {
	background-color: #0000b3;
	border: none;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
	font-size: 17px;
	font-weight: bold;
	line-height: 17px;
	padding: 2px 10px;
	text-align: center;
}
.button:hover {
	background-color: #7f7fd9;
	color: #ffffff;
}
#messages {
	font-size: 11px;
	margin-bottom: 10px;
	padding: 5px;
}
.message_warning {
	border: 3px solid #97170f;
	background-image: none;
	color: #97170f;
}
.message_confirm {
	border: 3px solid #0000b3;
	background-image: none;
	color: #0000b3;
}
