@charset "utf-8";
/* CSS Document */
body {
	color: #000000;
	font-size: 14px;
	font-family: Times New Roman, serif;
	background: #884135;
}
.content {
	width:730px;
	text-align:left;
	padding:10px;
	background:#f0e6ba;
}
div {
	color: #000000;
	font-size: 14px;
	font-family: Times New Roman, serif;
}
.sm {
	font-family:Arial;san-serif;
	font-size: 10px;
}
.title {
	color: #a2564a;
	font-size: 18px;
	font-family: Times New Roman, serif;
	font-weight: bold;
}
.indicia {
	color: #f0e6ba;
	font-size: 10px;
	font-family: Arial, san-serif;
	padding-bottom:24px;
}
.nomargin {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
a {
	color: blue;
}
a:hover {
	color: blue;
}
a:visited {
	color: blue;
}
input.sm_field {
	width: 100px;
}
input.med_field {
	width: 250px;
}
.red {
	color:red;
}