.lightGreyBg {
	BACKGROUND-COLOR: #cccccc
}
.lightBlueBg {
	BACKGROUND-COLOR: #cc99ff
}
.darkGreyBg {
	BACKGROUND-COLOR: #886666
}
.darkBlueBg {
	BACKGROUND-COLOR: #190863
}
.thBg {
	BACKGROUND-COLOR: #604480
}
.lightGreyBg {
	BACKGROUND-COLOR: #cccccc
}
.transparentBg {
    BACKGROUND-COLOR: transparent
}

.bold {
	FONT-WEIGHT: bold
}
.big {
	FONT-SIZE: 15pt
}
.tiny {
	FONT-SIZE: 8pt
}
.tinytiny {
	FONT-SIZE: 7pt
}
.titlefont {
	FONT-WEIGHT: bold; FONT-SIZE: 18pt
}
.greyfont {
	COLOR: #dddddd
}
.greythinfont {
	COLOR: #dddddd; FONT-WEIGHT: normal;
}
.blackfont {
	COLOR: #000000
}
.smallfont {
	FONT-SIZE: 8pt;
}

BODY {
	FONT-SIZE: 10pt; FONT-FAMILY: arial,helvetica,sans-serif
}
H1 {
	FONT-WEIGHT: bold; FONT-SIZE: 18pt
}
H2 {
	FONT-WEIGHT: bold; FONT-SIZE: 14pt
}
H3 {
	FONT-WEIGHT: bold; FONT-SIZE: 12pt
}
TABLE {
	FONT-FAMILY: arial,helvetica,sans-serif; BACKGROUND-COLOR: black
}
TABLE.yellow {
	FONT-FAMILY: arial,helvetica,sans-serif; BACKGROUND-COLOR: yellow
}
TH {
	FONT-WEIGHT: bold; FONT-SIZE: 11pt; COLOR: #dddddd; FONT-FAMILY: arial,helvetica,sans-serif; BACKGROUND-COLOR: #604480
}
TH.small {
	FONT-SIZE: 10pt; TEXT-ALIGN: left; COLOR: #dddddd;
}
TH.white {
    COLOR: white;
}
TD {
	FONT-SIZE: 10pt; FONT-FAMILY: arial,helvetica,sans-serif
}
A:link {
	COLOR: #301470; TEXT-DECORATION: none;
}
A:active {
	COLOR: #990000; TEXT-DECORATION: none;
}
A:visited {
	COLOR: #301470; TEXT-DECORATION: none;
}
A.inTH:link {
	COLOR: #dddddd;
}
A.inTH:active {
	COLOR: #990000;
}
A.inTH:visited {
	COLOR: #dddddd;
}
