/* CSS Document */
BODY {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}

TD, P {
	line-height: 16px;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #D9252F;
	line-height: 20px;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D9252F;
}

H4 {
	font-size: 13px;
	color: #003366;
}

H5 {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	color: #003366;
	margin: 0px;
}

A {
	color: #003366;
	font-weight: normal;
	text-decoration: underline;
}

A:hover {
	color: #D9252F;
}

HR {
	height: 0px;
	background-color: #003366;
	border-bottom: 1px solid #003366;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}

IMG {
	border: 0;
}

UL {
	margin-left: -24px !important; margin-left: 16px;
}

LI {

}


/* Custom styles from here */
.redTextBold {
	font-size: 11px;
	font-weight: bold;
	color: #D9252F;
}
.blue_border {
	border: 1px solid #9999cc;
}
.button01 {
	color: #fff;
	background-color: #3862A4;
	height: 20px;
	border: 1px solid #3862A4;
	font-weight: bold;
}
.textfield01 {
	height: 19px;
	border: 1px solid #3862A4;
}
.multifield01 {
	height: 100px;
	width: 250px;
	border: 1px solid #3862A4;
}
.whitetext {
	color: #fff;
}
.whitetext A {
	text-decoration: underline;
	color: #fff;
}
.whitetext A:hover {
	text-decoration: underline;
	color: #fff;
}
.smalltext {
	font-size: 9px;
}