.theme {
	COLOR: #000000; BACKGROUND-COLOR: #000000
}
.themeText {
	COLOR: #003c78
}
.themeBack {
	COLOR: white; BACKGROUND-COLOR: #000000
}
.themeBackText {
	FONT-SIZE: 10px; COLOR: white; FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif
}
.themeBackText2 {
	FONT-SIZE: 10px; COLOR: red; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.themeBackArrow {
	FONT-SIZE: 9px
}
.linkColour {
	COLOR: #000044
}
.tableFormCell {
	COLOR: white; BACKGROUND-COLOR: #003c78
}
.tableHeaderCell {
	COLOR: black; BACKGROUND-COLOR: #e4e4f5
}
.tableInputFormCell {
	COLOR: #000000; BACKGROUND-COLOR: #003c78
}
.tableInputFormCell2 {
	COLOR: #000000; BACKGROUND-COLOR: #ffffff
}
.tableMouseOutCell {
	CURSOR: hand; COLOR: #000000; BACKGROUND-COLOR: #ffffff
}
.tableMouseOverCell {
	CURSOR: hand; COLOR: white; BACKGROUND-COLOR: #003c78
}
.headerFont {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: black; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.headerFont2 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: black; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.calenderColor {
	BACKGROUND-COLOR: #003c78
}
.errorFont {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ff0000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.successFont {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.alertBox {
	BORDER-RIGHT: #ffd200 1px solid; BORDER-TOP: #ffd200 1px solid; BORDER-LEFT: #ffd200 1px solid; BORDER-BOTTOM: #ffd200 1px solid; BACKGROUND-COLOR: #fffed6
}