
form {
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h1 {
	color: #154dac;
	font-size: 23px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #ffb400;
}

h2 {
	color: #001532;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h3 {
	color: #154dac;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

a {
	color: #154dac;
	text-decoration: none;
}

a:hover {
	color: #ffb400;
	text-decoration: none;
}

.tableBorder {
	border: 1px solid #d7d7d7;
}

.tableHeader {
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
	line-height: 20px;
	background-color: #154dac;
}

.tableHeader a,
.tableHeader a:hover {
	color: #ffffff;
}

.evenrow {
	background-color: #ffffff;
	font-weight: normal;
}

.oddrow {
	background-color: #f3f3f3;
	font-weight: normal;
}

.formSection {
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
	line-height: 20px;
	background-color: #154dac;
}

.fieldLbl {
	text-align: right;
	padding-right: 7px;
}

.fieldVal {
	text-align: left;
}

.redText {
	color: #ffb400;
}

.imgClass {
	padding: 0px;
	border: 1px solid #dbdbdb;
}

.button {
	width: 122px;
	height: 24px;
	padding: 0px 0px 2px 0px;
	border: 1px solid #154dac;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #154dac;
	background-image: url(../images/bg_button_off.gif);
	background-repeat: no-repeat;
}

.button:hover {
	color: #154dac;
	background-color: #ffffff;
	background-image: url(../images/bg_button_on.gif);
}

#messages {
	padding: 5px;
	margin-bottom: 10px;
}

.message_warning {
	color: #ffb400;
	border-top: 3px solid #ffb400;
	border-bottom: 3px solid #ffb400;
	border-left: none;
	border-right: none;
	background-image: none;
}

.message_confirm {
	color: #154dac;
	border-top: 3px solid #154dac;
	border-bottom: 3px solid #154dac;
	border-left: none;
	border-right: none;
	background-image: none;
}


