body, td {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111111;
}
h1, h1 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	letter-spacing:normal;
	color: black;
	line-height:120%;
	text-decoration: none;
}
td h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	letter-spacing:normal;
	color: black;
	line-height:120%;
}

h2, h2 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:normal;
	color:black;
	text-decoration: none;
}
h3, h3 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:normal;
	color:black;
	text-decoration: none;
/*
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
*/
}
h2.blue, h3.blue 
{
	color: #0A50A1;
}

a {
	color:#19338F;
	text-decoration:none;
}
a:hover {
	color:#890c08;
}
a.impt 
{
	font-weight: bold;
}
img {
	border-style: none;
}

p, td, li {
	line-height: 18px;
}
p {
/*
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
*/
}
li
{
	padding-bottom: 10px;
}	
ul, ol {
	position: relative;
	left: -25px;
}

/* FAQ classes */
a.scrollTo, a.FAQ {
	color:black;
	font-size:10px;
	text-decoration:none;
}
a.scrollTo:hover, a.FAQ:hover {
	color:#19338F;
}

a.FAQ {
	font-weight: bold;
	line-height: 200%;
}

.padAbove
{
	padding-top: 10px;
}
.padBelow
{
	padding-top: 10px;
}
.padNONE
{
	padding: 0;
}

/* ERRORS */
.formError
{
	color: #890C08;
}
.errorTable 
{
	border-color: #333333;
	border-style: solid;
	border-width: 2px 4px 4px 2px;
	margin: 20px 20px 20px 20px;
}
.error 
{
	background-color: #890C08;
	font-family: Courier New, Courier, Monospace;
	font-size: large;
	font-weight: bold;
	color: #F0F0F0;
	letter-spacing:normal;
	padding: 2px 10px 2px 10px;
	height: 35px;
	vertical-align: middle;
}
.errorTable td, .errorSM
{
	letter-spacing:normal;
	padding: 10px 10px 10px 10px;
}
.errorNotice
{
	position: absolute;
	top: 15px;
	left: 850px;
	z-index: 1000;
	color: #890C08;
	letter-spacing: 2px;
	font-family: Courier "Courier New" Monospace;
}


/* BOXES */
span.boxed, span.boxed100, span.boxed150, span.boxed200, span.boxed250, span.boxed300, span.boxed350, span.boxed400
{
	display: block;
	padding: 5px;
	border-style:solid;
	border-width: 2px;
	border-color: #ccc;
}
span.boxed100
{
	width: 100px;
}
span.boxed150
{
	width: 150px;
}
span.boxed200
{
	width: 200px;
}
span.boxed250
{
	width: 250px;
}
span.boxed300
{
	width: 300px;
}
span.boxed350
{
	width: 350px;
}
span.boxed400
{
	width: 400px;
}
.center 
{
	display: block;
	text-align: center;
}
.left 
{
	display: block;
	text-align: left;
}
.floatLeft, img.floatLeft
{
	display: block;
	float: left;
	margin-right: 5px;
}
.right 
{
	display: block;
	text-align: right;
}
.floatRight, img.floatRight
{
	display: block;
	float: right;
	margin-left: 5px;
}
.justify 
{
	display: block;
	text-align: justify;
}
p.clearAll, div.clearAll
{
	clear: both;
}
/* GENERAL CLASSES */
.highlight 
{
	/* color: #890C08; */
	background: #FFFFCC;
	font-weight: bold;
}
.monospaced
{
	font-family: "Courier New", Courier, Monospace;
}