/* CSS Document */

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #971F29;
}
#leftCol {
	width: 250px;
	float:left;
	margin-right: 10px;
}
#midCol {
	width: 250px;
	float:left;
	margin-right: 20px;
}
#rightCol {
	width: 300px;
	float:left;
}
#label {
	width:95px;
	float:left;
	font-weight:bold;
	margin-bottom: 8px;
	padding:3px;
}
#fieldvalue {
	width:140px;
	float:left;
	margin-bottom: 8px;
	background-color:#FFFFFF;
	padding:3px;
	border: 1px dashed #999999;
}
a {
	color: #971F29;
	text-decoration:none;
}
th {
	color:#FFFFFF;
	background-color:#971F29;
}
input {
width: 140px; border: 1px solid #CCCCCC; font-family:Arial, Helvetica, sans-serif; font-size:12px;
}
.button {
color:#EEEEEE; background-color:#971f29;width: 50px; font-size:10px;padding:1px;"
}
.select{
width: 140px; border: 1px solid #CCCCCC; font-family:Arial, Helvetica, sans-serif; font-size:12px;
}

#footer .footer {padding: 0px 0px 0px 0px; background-color: #971f29; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff;}
#footer .footer a {color: #ffffff; font-weight: none; text-decoration: none;}
#footer .footer a:visited {color: #ffffff; font-weight: none; text-decoration: underline;}
#footer .footer a:hover {color: #ffffff; font-weight: none; text-decoration: underline;}