BODY {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	BACKGROUND-COLOR: #011552;
	FONT-SIZE: 9pt;
	FONT-FAMILY: Tahoma;
	COLOR: white;
}

TABLE {
	FONT-SIZE: 9pt;
	FONT-FAMILY: Tahoma;
}

TABLE.border {
	BORDER: solid;
	BORDER-WIDTH: 1;
	BORDER-COLOR: black;
	BORDER-COLLAPSE: collapse;
}

TH.border {
	BACKGROUND-COLOR: #191D67;
	BORDER: solid;
	BORDER-WIDTH: 1;
	BORDER-COLOR: black;
	PADDING: 4px;
}

TD.border {
	BORDER: solid;
	BORDER-WIDTH: 1;
	BORDER-COLOR: black;
	PADDING: 2px;
}

SELECT {
	FONT-SIZE: 8pt;
	FONT-FAMILY: Tahoma;
}

INPUT {
	FONT-SIZE: 8pt;
	FONT-FAMILY: Tahoma;
}

A:link, A:visited {
	background-color: transparent;
	font-family: Tahoma;
	font-weight: normal;
	color: #FFFF66;
	text-decoration: underline;
}

A:hover {
	background-color: transparent;
	font-family: Tahoma;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

A.boldLink:link, A.boldLink:visited {
	background-color: transparent;
	font-family: Tahoma;
	font-weight: bold;
	color: #FFFF66;
	text-decoration: underline;
}

A.boldLink:hover {
	background-color: transparent;
	font-family: Tahoma;
	font-weight: bold;
	color: #FB8B14;
	text-decoration: underline;
}

A.smallLink:link, A.smallLink:visited {
	background-color: transparent;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt;
	color: #FFFF66;
	text-decoration: underline;
}

A.smallLink:hover {
	background-color: transparent;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: underline;
}

.titleText {
	COLOR: white;
	FONT-SIZE: 10pt;
	FONT-FAMILY: Tahoma;
	FONT-WEIGHT: bold;
}

.subTitleText {
	COLOR: white;
	FONT-SIZE: 9pt;
	FONT-FAMILY: Tahoma;
	FONT-WEIGHT: bold;
}

.boldText {
	FONT-WEIGHT: bold;
}

.smallText {
	FONT-SIZE: 8pt;
	FONT-FAMILY: Tahoma;
	FONT-WEIGHT: normal;
}

.largeText {
	FONT-SIZE: 10pt;
	FONT-FAMILY: Tahoma;
	FONT-WEIGHT: normal;
}

.instructionalText {
	FONT-SIZE: 10pt;
}

.feedbackText {
	FONT-WEIGHT: bold;
	color: #FB8B14;
}

.formButton {
    BACKGROUND-COLOR: #96B1C7;
    BORDER-STYLE: double;
    BORDER-COLOR: #000000;
    BORDER-WIDTH: 1;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bold;
    COLOR: #FFFFFF;
    cursor: hand;
}

.indent {
	margin-left: 15px;
}

.contentMargin {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 10px;
}

.noMargin {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
}