.titles {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #47486D}
p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}
.subtitles {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight:bold;}
td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}
body {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}
a {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #0000cc; text-decoration:none;}
a:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #0000cc; text-decoration:none;}
a:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #0000cc; text-decoration:none;}
a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #660000; text-decoration:underline;}
h1 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #47486D}
h2 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #47486D}
h3 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #47486D}
.formlabel {vertical-align:top; padding:4px; background-color:#e9e9e9; text-align:left; }
.formtable {}
.formentry {vertical-align:top; text-align:left;}
.altRow {background-color:#e9e9e9;}
.resultgrid {border: 1px gray solid;}
   .resultgrid th {font-size:11px;color:black;font-weight:bold;}
.resultgrid th a {color:#525252;}
.resultmessage {color:darkred;}
.resultgrid th {text-align:left;border-bottom:1px gray solid;}
#recordnav {border-top:1px gray solid;}
a.buttonlink {
	border: 1px solid #333;
	color:#444444;
	background-color:#c0c0c0;
	padding: 2px;
	font-size: 13px;
	width:auto;
	}
a.buttonlink:visited {color:#444444;}
a.buttonlink:hover {background: #808080;color: #fff; text-decoration:none;}
/* ----------------------------------------------------------------------

FORMS

 */
form {
	margin: 0px;
	padding: 0px;
	clear:all;
	overflow:hidden;
}

.fmstyle fieldset {
	margin: 12px 0;
	border: none;
	border-top: 1px solid #ccc;
	overflow: visible;
}

.fmstyle legend {
	margin: 8px 0;
	padding: 0 .5em;
	color: #0030B7;
	background: transparent;
	font-size: 1.3em;
	font-weight: bold;
}

.fmstyle label {
	float: left;
	width: 130px;
	padding: 3px 0px 0px 0px;
	text-align: right;
	margin:0px;
}

.fmstyle div {
	margin-bottom: 5px;
	padding: 0px;
	display: block;
	overflow:hidden;
}

.fmstyle  div input, .fmstyle  div textarea {
	width: 150px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
	float:left;
	margin:1px 10px;
}

.fmstyle .radioregion {
	float:left;
	overflow:visible;
	}
.fmstyle .radio {
	float:none;
	width:auto;
	border:none;	
}

.fmstyle  div select {
	padding: 1px;
	margin-left:10px;
}

.fmstyle div.fm-multi div {
	margin: 5px 0;
}

.fmstyle div.fm-multi input {
	width: 1em;
}

.fmstyle div.fm-multi label {
	display: block;
	width: 200px;
	padding-left: 5em;
	text-align: left;
}

.fmstyle div.fm-line {
	clear:both;
	overflow:hidden;
	border:1px white solid; /* corrects IE7 spacing because Microsoft is severely retarded */
}

.fmstyle div.fm-help {
	font-weight:normal;
	color:#666666;
	float:left;
	padding:0px 5px;
}
.fmstyle .fm-submit {
	clear: both;
	padding-top: 10px;
	padding-left:132px;
	overflow:hidden;
}
.fmstyle .fm-fieldtext {
	padding-left:142px;
}


.fmstyle .fm-submit input, .fmstyle .fm-submit-button {
	border: 1px solid #333;
	padding: 0px;
	background: #808080;
	color: #fff;
	font-size: 13px;
	width:auto;
}

.fmstyle input:focus, .fmstyle textarea:focus {
	background: #efefef;
	color: #000;
}

.fmstyle div.fm-req {
	font-weight: bold;
}

/*.fmstyle div.fm-req label:before {
	content: "* "; /* does not work in IE */
}*/
/* ----------------------------------------------------------------------

END FORMS

 */