
form {
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h1 {
	color: #0054a6;
	font-size: 36px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	margin: 0px 0px 10px 0px;
	letter-spacing: -1px;
	padding-bottom: 1px;
	border-bottom: 1px solid #b4d1ee;
}

h2 {
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
}

h3 {
	color: #0054a6;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

a {
	color: #0053a4;
	text-decoration: none;
}

a:hover {
	color: #0053a4;
	text-decoration: underline;
}

.tableBorder {
	border: 1px solid #dbdbdb;
}

.tableHeader {
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
	line-height: 20px;
	background-image: url(../images/bg_sectiontitle.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

.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-image: url(../images/bg_sectiontitle.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

.fieldLbl {
	text-align: right;
	padding-right: 7px;
}

.fieldVal {
	text-align: left;
}

.redText {
	color: #ff9000;
}

.imgClass {
	padding: 0px;
	border: 1px solid #dbdbdb;
}

.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: #0054a6;
	background-image: url(../images/bg_button_off.gif);
	background-repeat: no-repeat;
}

.button:hover {
	background-color: #ff9000;
	background-image: url(../images/bg_button_on.gif);
}

#messages {
	padding: 5px 7px;
	margin-bottom: 10px;
	font-size: 12px;
}

.message_warning {
	color: #ffffff;
	background-image: none;
	background-color: #ff9000;
}

.message_confirm {
	color: #ffffff;
	background-image: none;
	background-color: #4e99e4;
}


