
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

form {
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h2 {
	color: #3672c3;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h3 {
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

a {
	color: #f7941d;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #f7941d;
	text-decoration: underline;
	outline: none;
}

.tableBorder {
	border: 1px solid #3468d1;
}

.tableHeader {
	background-color: #3468d1;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
}

.evenrow {
	background-color: #ffffff;
	font-weight: normal;
}

.oddrow {
	background-color: #f3f3f3;
	font-weight: normal;
}

.formSection {
	background-color: #3468d1;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	padding: 3px 5px;
}

.fieldLbl {
	text-align: right;
	padding-right: 7px;
}

.fieldVal {
	text-align: left;
}

.redText {
	color: #cc0000;
}

.imgClass {
	padding: 0px;
	border: 1px solid #cccccc;
}

.button {
	width: 122px;
	height: 24px;
	background-color: #326bd0;
	background-image: url(../images/bg_button.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: none;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
}

.button:hover {
	background-color: #e7e6e6;
	background-image: url(../images/bg_button_hover.gif);
	color: #ff8b00;
}

#messages {
	padding: 5px 0px;
	margin-bottom: 10px;
	font-size: 11px;
}

.message_warning {
	color: #ff8b00;
	border-top: 3px solid #ff8b00;
	border-bottom: 3px solid #ff8b00;
	background-image: none;
}

.message_confirm {
	color: #3468d1;
	border-top: 3px solid #3468d1;
	border-bottom: 3px solid #3468d1;
	background-image: none;
}

