html, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.linkBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFD200;
	text-decoration: underline;
}

.linkBold:hover {
	text-decoration: none;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1D4D9C;
	text-decoration: underline;
}

.link:hover {
	text-decoration: none;
}

.textWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1D4D9C;
}

.headingLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	padding: 0px 0px 10px 0px;
}

.headingLink:hover {
	text-decoration:none;
}
.bodyLight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #303030;
}

.bodySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.bodyLinkSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1D4D9C;
	text-decoration: underline;
}

.bodyLinkSmall:hover {
	text-decoration: none;
}

.blue {
	background-color: #1D4D9C;
}

.border {
	border: 2pt;
	border-color: #000000;
	border-style: dashed;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #1D4D9C;
}

.footerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #1D4D9C;
	text-decoration: underline;
}

.footerLink:hover {
	text-decoration: none;
}

.formfield200 {
	BORDER-RIGHT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #000000;
	width : 200px;
	BACKGROUND-COLOR: #FFFFFF;
}

.bodyUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #000000;
}

.button {
	BORDER-RIGHT: #000988 1px solid;
	BORDER-TOP: #000988 1px solid;
	border-left: #000988 1px solid;
	border-bottom: #000988 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 20px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Times, serif;
	BACKGROUND-COLOR: #000988;
}

.buttonHover {
	BORDER-RIGHT: #000988 1px solid;
	BORDER-TOP: #000988 1px solid;
	border-left: #000988 1px solid;
	border-bottom: #000988 1px solid;
	FONT-WEIGHT: bold;
	FONT-SIZE: 20px;
	COLOR: #000988;
	FONT-FAMILY: Times, serif;
	BACKGROUND-COLOR: #FFFFFF;
}
