legend {
	color: #004200;
	font-family:Verdana, Arial;
	font-size:14px;
	font-weight: normal;
	letter-spacing: 2px;
}
fieldset {
	font-family:Verdana, Arial;
	font-size:13px;
	border: 1px solid #517DBF;
	padding: 0 10 0  10;
}
form {
	border: 0px solid #517DBF;
	padding: 0px;
	text-align:center;
	align:center;
}
input {
	color: navy;
	border: 1px solid gray;
	padding:2px;
	font-size:13px;
}
.submit input:hover {
	background-color: #f2f2f2;
	cursor: hand;
	color: black;
}
.submit input {
	background-color: #f2f2f2;
	cursor: hand;
	color: black;
}
.submit {
	background-color: #f2f2f2;
	cursor: hand;
	color: black;
}
label {
	color: #192F4F;
	font-size:13px;
}
table {
	font-family:Verdana, Arial;
}
td {
	font-size: 13px;
	padding: 2px;
}
th {
	font-size: 13px;
}
.errFld {
	border: 1px solid #C33;
}
.errMsg {
	color: #C33;
	font-size:9px;
}
.note {
	color: #192F4F;
	font-size:9px;
}
.duplicateLinkHidden {
	visibility:hidden;
	display:none;
}
.formHeader {
	font-size:14px;
	letter-spacing: 2px;
	text-transform: capitalize;
}
.formAuth {
	background-image: url(/forms/images/required.gif);
	background-color: white;
	border-color: White;
	background-repeat: no-repeat;
	color: white;
	font-size: xx-small;
}
.formLine {
	height: 3px;
	border-style: solid;
	border-color: #517DBF;
	border-width: thin;
	background-color: #517DBF;
	width: 100%;
}
.preElement {
	white-space:pre;
	font-weight:bold;
	font-family:verdana;
	padding:10px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */	
}
pre {
	font-size:13px;
	color:black;
	font-family: Verdana, Arial, sans-serif;
	width:inherit;
}
