/* CSS Document */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.border {
	border: 3px double #FFFFFF;
}
.bord-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 8px;
}
.mainHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 8px;
	text-decoration: underline;
}
a {
	color: #E4BE6A;
	text-decoration: none;
	font-weight: bold; 
}
a:hover {
	font-weight: bold;
	text-decoration: overline;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #E4D0B1;
	color: #52201C;
	font-weight: bold;
	border: 1px solid #CE9143;
}
.rowHeading {
	font-size: 11px;
	color: #e3bd69;
	border-right: 1px solid #e3bd69;
	white-space: nowrap;
	vertical-align: top;
}
.error {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	background-color: #FFFFFF;
	padding: 5px;
}