form {
	padding: 0px;
	margin: 0px;
}
td {
	vertical-align: top;
}
p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
h1 {
	border-bottom: 1px solid #e5e5e5;
	color: #379325;
	font-size: 26px;
	font-family: "Palatino", Palatino Linotype, Times, Times New Roman, serif;
	font-weight: normal;
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
}
h2 {
	color: #05549e;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
h3 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
a {
	color: #0658a4;
	text-decoration: none;
}
a:hover {
	color: #379325;
	text-decoration:none;
}
.tableBorder {
	background-color:#f1f1f1;
	border: none;	
}
.tableHeader, .tableHeader a {
	background: #013362 url(/images/header.gif) 0 0 repeat-x;
	color: #feffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
	line-height: 20px;
}
.tableHeader a:hover {
	text-decoration:underline;
}
evenrow {
	background-color: #fdfdfd;
	font-weight: normal;
}
.oddrow {
	background-color: #f2f2f2;
	font-weight: normal;
}
.formSection {
	background: #013362 url(/images/header.gif) 0 0 repeat-x;
	color: #feffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
	line-height: 20px;
}
.fieldLbl {
	text-align: right;
	padding-right: 7px;
}
.fieldVal {
	text-align: left;
	vertical-align:top;
}
.redText {
	color: #ff0000;
}
.imgClass {
	padding: 0px;
	border: 1px solid #b9b9b9;
}
.button {
	background: url(/images/button.gif) 0 0 no-repeat;
	border: none;
	color: #feffff;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	height: 23px;
	padding: 0px 0px 2px 0px;
	text-align: center;
	width: 126px;
}
.button:hover {
	background: url(/images/button_over.gif) 0 0 no-repeat;
	color: #ffffff;
}
#messages {
	padding: 5px 7px;
	margin-bottom: 10px;
}

.message_warning {
	color: #8b0100;
	border-top: 3px solid #8b0100;
	border-bottom: 3px solid #8b0100;
	border-left: none;
	border-right: none;
	background-image: none;
}

.message_confirm {
	color: #2a9136;
	border-top: 3px solid #2a9136;
	border-bottom: 3px solid #2a9136;
	border-left: none;
	border-right: none;
	background-image: none;
}


