.formLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.formTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

/*Links*/
a:link    {
	color: #993300;
	text-decoration: underline;

}    /* unvisited links */
a:visited {
	color: #993300;
	text-decoration: underline;

}   /* visited links   */
a:hover   {
	color: #993300;
} /* user hovers     */
a:active  {
	color: #993300;
}   /* active links    */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;


}
td {
	font-size: 14px;
}
.attention {
	font-size: 14px;
	font-weight: bold;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.bgTableBorder {
	background-color: #999999;
}
.footer {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}
.stub {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6633;
	background-color: #FFFF99;
}
fieldset {
	border: 1px outset #CCCCCC;
}
legend {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}
.notes {
	font-size: 12px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	color: #29270b;
}
.formRequired {
	font-size: 14px;
	color: #993300;
	font-weight: bold;
}
.fatalErrors {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.warningMessage {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;


}
textarea {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;

}
.pageTitle {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
p {
	font-size: 14px;
}
.generalMessage {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

h5 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	margin: 0 0 0 20px;
	padding: 0;
}