A:link {
	COLOR: rgb(175,175,175)
}
A:active {
	COLOR: rgb(175,175,175)
}
A:visited {
	COLOR: rgb(175,175,175)
}
A {
	text-decoration: none
}
A:hover {
	text-decoration: underline
}

.white {
	COLOR: rgb(255,255,255)
	}
.grey {
	COLOR: rgb(233,233,233)
}
.awhite {
	COLOR: rgb(255,255,255);text-decoration:none
}
.awhite:visited {
	COLOR: rgb(255,255,255);text-decoration:none
}
.awhite:link {
	COLOR: rgb(255,255,255);text-decoration:none
}
.awhite:hover {
	COLOR: rgb(255,255,255);text-decoration:underline
}
TABLE {
	table-border-color-light: rgb(255, 255, 255); table-border-color-dark: rgb(255, 255, 255)
}

H3 {
	COLOR: rgb(255,255,255)
}
H4 {
	COLOR: rgb(255,255,255)
}
H5 {
	COLOR: rgb(255,255,255)
}
H6 {
	COLOR: rgb(255,255,255)
}
BUTTON {
	COLOR: rgb(255,255,255); BACKGROUND-COLOR: rgb(255,255,255)
}

BODY {
	COLOR: rgb(255,255,255); BACKGROUND-COLOR: rgb(0,0,0);FONT-WEIGHT: normal; FONT-SIZE: 8pt; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Arial, Helvetica
}
H1 {
	FONT-SIZE: 14pt; FONT-FAMILY: Verdana, Book Antiqua, Times New Roman, Times; COLOR: rgb(255,255,255)
}
H2 {
	FONT-SIZE: 12pt; FONT-FAMILY: Verdana, Book Antiqua, Times New Roman, Times; COLOR: rgb(255,255,255)
}
H3 {
	FONT-SIZE: 10pt; FONT-FAMILY: Verdana, Book Antiqua, Times New Roman, Times
}
H4 {
	FONT-WEIGHT: normal; FONT-SIZE: 10pt; FONT-STYLE: normal; FONT-FAMILY: Verdana, Book Antiqua, Times New Roman, Times
}
H5 {
	FONT-WEIGHT: normal; FONT-SIZE: 8pt; FONT-STYLE: normal; FONT-FAMILY: Verdana, Book Antiqua, Times New Roman, Times
}
H6 {
	FONT-WEIGHT: normal; FONT-SIZE: 8pt; FONT-STYLE: normal; FONT-FAMILY: Verdana, Book Antiqua, Times New Roman, Times
}
TABLE {
	FONT-SIZE: 8pt; FONT-FAMILY: verdana, Arial, Arial, Helvetica
}
TEXTAREA {
	FONT-SIZE: 8pt; FONT-STYLE: normal; FONT-FAMILY: Arial, Arial, Helvetica; background-color:#FFFFFF
}
TH {
	FONT-STYLE: normal; FONT-FAMILY: Arial, Arial, Helvetica
}
B {
	text-decoration: bold
}