<!--
BODY {
	font-family: Arial;
	font-size: 10pt;
	width: auto;
	background-color: #010066;
	color: #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

A {
	font-family: Arial;
	font-weight: bold;
	color: #9a0000;
	text-decoration: none;
}

A:LINK {
	font-family: Arial;
	font-weight: bold;
	color: #9a0000;
	text-decoration: none;
}

A:HOVER {
	font-family: Arial;
	font-weight: bold;
	color: #cd9933;
}

A.SmallLink {
	font-family: Arial;
	font-weight: bold;
	color: #9a0000;
	text-decoration: none;
	font-size: 7pt;
}

A.SmallLink:LINK {
	font-family: Arial;
	font-weight: bold;
	color: #9a0000;
	text-decoration: none;
	font-size: 7pt;
}

A.SmallLink:HOVER {
	font-family: Arial;
	font-weight: bold;
	color: #cd9933;
	font-size: 7pt;
}

A.OrangeMainNav {
	font-family: Arial;
	font-weight: bold;
	color: #010066;
	text-decoration: none;
	font-size: 8pt;
}

A.OrangeMainNav:LINK {
	font-family: Arial;
	font-weight: bold;
	color: #010066;
	text-decoration: none;
	font-size: 8pt;
}

A.OrangeMainNav:HOVER {
	font-family: Arial;
	font-weight: bold;
	color: #9a0000;
	font-size: 8pt;
}

A.RedMainNav {
	font-family: Arial;
	font-weight: bold;
	color: #FFFFCD;
	text-decoration: none;
	font-size: 7pt;
}

A.RedMainNav:LINK {
	font-family: Arial;
	font-weight: bold;
	color: #FFFFCD;
	text-decoration: none;
	font-size: 7pt;
}

A.RedMainNav:HOVER {
	font-family: Arial;
	font-weight: bold;
	color: #330000;
	font-size: 7pt;
}

A.MainNav {
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

A.MainNav:LINK {
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

A.MainNav:HOVER {
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}

A.CalendarWeekendDayLink {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffcd;
}

A.CalendarWeekendDayLink:LINK {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffcd;
}

A.CalendarWeekendDayLink:HOVER {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #cd9933;
}

A.CalendarWeekDayLink {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffcd;
}

A.CalendarWeekDayLink:LINK {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffcd;
}

A.CalendarWeekDayLink:HOVER {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #9a0000;
}

A.CalendarToDayLink {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffcd;
}

A.CalendarToDayLink:LINK {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffcd;
}

A.CalendarToDayLink:HOVER {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #cd9933;
}

TD {
	font-family: Arial;
	font-weight: normal;
	color: #010066;
	font-size: 8pt;
}

.ColumnHeader {
	font-size: 8pt;
	color: #ffffff;
	background-color: #010066;
	font-family: Arial;
	font-weight: bold;
}

.MainContent {
	font-size: 8pt;
	color: #010066;
	background-color: #ffffcd;
	font-family: Arial;
	font-weight: normal;
}

.MainNavMenu {
	cursor: pointer;
	cursor: hand;
	color: #ffffcd;
	font-weight: bold;
	font-size: 8pt;
	background-color: transparent;
}

.MainNavMenuOn {
	cursor: pointer;
	cursor: hand;
	color: #CD9933;
	font-weight: bold;
	font-size: 8pt;
	background-color: transparent;
}

.SubNavMenu {
	cursor: pointer;
	cursor: hand;
	color: #ffffcd;
	font-weight: bold;
	font-size: 8pt;
	background-color: #9a0000;
}

.SubNavMenuOn {
	cursor: pointer;
	cursor: hand;
	color: #CD9933;
	font-weight: bold;
	font-size: 8pt;
	background-color: #9a0000;
}

TD.EmptyDay {
	font-family: Arial;
	font-weight: normal;
	background-color: #FFFFcd;
	font-size: 7pt;
	padding-right: 2px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
}

TD.ToDay {
	font-family: Arial;
	font-weight: normal;
	background-color: #010066;
	font-size: 7pt;
	padding-right: 2px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
}

TD.WeekendDay {
	font-family: Arial;
	font-weight: normal;
	background-color: #9a0000;
	font-size: 7pt;
	padding-right: 2px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
}

TD.WeekDay {
	font-family: Arial;
	font-weight: normal;
	background-color: #cd9933;
	font-size: 7pt;
	padding-right: 2px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 2px;
}

FONT.CalendarInstruction {
	font-family: Arial;
	font-size: 7pt;
	font-weight: normal;
	color: #000000;
}

FONT.CalendarDayNumber {
	font-family: Arial;
	font-size: 7pt;
	font-weight: normal;
	color: #FFFFFF;
}

FONT.CalendarCurrentDayNumber {
	font-family: Arial;
	font-size: 7pt;
	font-weight: normal;
	color: #FFFFFF;
}

FONT.CalendarContentTitle {
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #6666FF;
}

FONT.CalendarInputLabel {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #6666FF;
}

FONT.ContentHighlight {
	font-family: Arial;
	font-weight: bold;
	color: #9a0000;
}

FONT.OrangeContentHighlight {
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	color: #cd9933;
}

FONT.OrangeContentHighlightSmall {
	font-family: Arial;
	font-weight: bold;
	font-size: 7pt;
	color: #cd9933;
}

FONT.YellowContentHighlight {
	font-family: Arial;
	font-weight: normal;
	color: #cd9933;
}

FONT.Red10ptContentHighlight {
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	color: #9a0000;
}

FONT.BlueContentHighlight {
	font-family: Arial;
	font-weight: bold;
	color: #0066FF;
}

FONT.BlackContentHighlight {
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
}

FONT.ContentHeader {
	font-family: Arial;
	font-weight: bold;
	color: #9a0000;
	font-size: 14pt;
}

FONT.ContentSubHeader {
	font-family: Arial;
	font-weight: bold;
	color: #cd9933;
	font-size: 12pt;
}

FONT.GrayContentSubHeader {
	font-family: Arial;
	font-weight: bold;
	color: #666666;
	font-size: 10pt;
}

FONT.RequiredFieldLabel {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #010066;
}

FONT.NonRequiredFieldLabel {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #666666;
}

FONT.RequiredAsterisk {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #cd9933;
}

FONT.PhotoCaption {
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	font-size: 8pt;
}

FONT.SmallNote {
	font-family: Arial;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 7pt;
}

FONT.ErrorMessage {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FF0000;
}

FONT.SmallWhiteInputLabel {
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 8pt;}

FONT.Disclaimer {
	font-family: Arial;
	font-weight: normal;
	color: #000000;
	font-size: 7pt;
}

FONT.Footer {
	font-family: Arial;
	font-weight: normal;
	color: #C0C0C0;
	font-size: 7pt;
}

input,button,select {
	font-size:8pt;
	font-family: arial;
}

input,button,select.SmallInput {
	font-size:8pt;
	font-family: arial;
}

-->
