
form {
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h1 {
	color: #98012e;
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 6px 30px;
	padding: 0px;
	text-transform: uppercase;
}

h2 {
	color: #98002e;
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 5px 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0px 0px 5px 0px;
}

a {
	color: #98002e;
	text-decoration: none;
}

a:hover {
	color: #98002e;
	text-decoration: underline;
}

.tableBorder {
	border: 1px solid #dbdbdb;
}

.tableHeader {
	background-color: #98012e;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px 5px;
	line-height: 20px;
}

.evenrow {
	background-color: #ffffff;
	font-weight: normal;
}

.oddrow {
	background-color: #f6f6de;
	font-weight: normal;
}

.formSection {
	background-color: #98012e;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px 5px;
	line-height: 20px;
}

.fieldLbl {
	text-align: right;
	padding-right: 7px;
}

.fieldVal {
	text-align: left;
}

.redText {
	color: #98002e;
}

.imgClass {
	padding: 0px;
	border: 1px solid #dbdbdb;
}

.button {
	text-align: center;
	width: 118px;
	padding: 1px 0px;
	border-left: none;
	border-right: none;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #383838;
	background-color: #ffffff;
}

.button:hover {
	color: #98012e;
}

#messages {
	padding: 5px 7px;
	margin-bottom: 10px;
}

.message_warning {
	color: #98012e;
	border-top: 3px solid #98012e;
	border-bottom: 3px solid #98012e;
	border-left: none;
	border-right: none;
	background-image: none;
}

.message_confirm {
	color: #678134;
	border-top: 3px solid #678134;
	border-bottom: 3px solid #678134;
	border-left: none;
	border-right: none;
	background-image: none;
}


