
H4, P, TD, TH, UL, OL, LI {
	font-family: arial, helvetica, sans-serif;
}

H4 {
	font-size: 14pt;
	color: #808080;
}

P, TD, TH, UL, OL, LI {
	font-size: 10pt;
}

.data {
	font-size: 9pt;
}

.sublist {
	padding-top: 9px;
}

.button {
	border: 2px outset #cccccc;
	background-color: #cccccc;
}

.pushedbutton {
	border: 2px inset white;
	background-color: #cccccc;
}

.button-flt {
	border: 2px outset white;
	font-weight: normal;
	font-style: italic;
	background-color: #cccccc;
}

.pushedbutton-flt {
	border: 2px inset white;
	font-weight: normal;
	font-style: italic;
	background-color: #cccccc;
}

.cell {
	background-color: #ffffff;
	border: 1px outset #ffffff;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 9pt;
}

A:link {
	color: #0000FF;
	text-decoration: none;
}

A:active {
	color: #FF0000;
	text-decoration: underline;
}

A:visited {
	color: #800080;
	text-decoration: none;
}

A:hover {
	color: #FF0000;
	text-decoration: underline;
}
