BODY {
	font: 10pt "Trebuchet MS", Verdana, sans-serif;
	color: #000000;
}
H1 {
	font-weight: bold;
	font-size: 16pt;
	color: #220044;
}
H2 {
	font-weight: bold;
	font-size: 14pt;
	color: #220044;
}
H3 {
	font-weight: bold;
	font-size: 12pt;
	color: #220044;
}
H4 {
	font-weight: bold;
	font-size: 11pt;
	color: #220044;
}
H5 {
	font-weight: bold;
	font-size: 12pt;
	color: #220044;
}
UL {
	list-style: url(/images/bullet.gif) square;
}
A:link {
	color: #446677;
}
A:visited, A:active {
	color: #AA9977;
}
INPUT, TEXTAREA, SELECT, .FormItem {
	font: 10pt "Lucida Console" monospace;
}
.Button {
	font: bold 10pt "Trebuchet MS", Verdana, sans-serif;
}
PRE {
	font-family: "Lucida Console" monospace;
}
TT {
	font-family: "Courier New" monospace;
}
.InfoTable {
	background: #EEE6D6;
}