BODY {
	font-family : sans-serif;
	color : Black;
}

TD {
	font-family : sans-serif;
	color : Black;
}

A, A:ACTIVE, A:LINK, A:VISITED, A:FOCUS {
	color : Blue;
	text-decoration : none;
}

.small {
	font-size : 11px;
}

A:HOVER {
	text-decoration : underline;
}

.header1 {
	font-size : 18px;
	font : bold;
}

.header2 {
	font-size : 14px;
	font : bold;
}

.red {
	color : Red;
}
