
form {
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h1 {
	color: #B79B30;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	font-variant: small-caps;
	margin: 0px;
	padding-bottom: 5px;
}

h2 {
	color: #2c2a2a;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
}

h3 {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

a {
	color: #c3a62e;
	text-decoration: underline;
}

a:hover {
	color: #c3a62e;
	text-decoration: none;
}


.letter {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 2px;
	background-color: #e1e1e1;
	text-decoration: none;
	text-align: center;
}

.red_text {
	color: #cc0000;
}

.yellow_text {
	color: #c3a62e;
}

.yellow_text_a {
	color: #b79b30;
}

.grey_text {
	color: #b1aca3;
}

.grey_border {
	border-bottom: 2px solid #cac8c0;
	padding-bottom: 20px;
}

.grey_border_a {
	border-bottom: 2px solid #6b6960;
}

.formSection {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px;
	color: #2c2a2a;
	padding: 3px 5px;
	border-top: 2px solid #cac8c0;
	border-bottom: 2px solid #cac8c0;
}

.fieldLbl {
	text-align: right;
	padding-right: 7px;
}

.fieldVal {
	text-align: left;
}

.button {
	text-align: center;
	padding: 2px 10px 0px 10px;
	border: 1px solid #000000;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #000000;
}

.button:hover {
	background-color: #6e6055;
}

#messages {
	padding: 5px 7px;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: normal;
}

.message_warning {
	color: #cc0000;
	border-top: 3px solid #cc0000;
	border-bottom: 3px solid #cc0000;
	background-image: none;
	background-color: #efede3;
}

.message_confirm {
	color: #b79b30;
	border-top: 3px solid #b79b30;
	border-bottom: 3px solid #b79b30;
	background-image: none;
	background-color: #efede3;
}

.imgborder {
	border: 1px solid #B79B30;
	padding: 1px;
}

.showLayer {
	visibility: visible;
}

.hideLayer {
	visibility: hidden;
	display: none;
}
