//////////////////////////////
// Start of style definitions.
//////////////////////////////

P, TD, UL, OL, BLOCKQUOTE {
	color: #0099CC;
	font-family: Arial;
	font-size: 9pt; }
A:link {
	color: DarkMagenta;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: underline; }
A:visited {
	color: DarkMagenta;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: underline; }
A:hover {
	border: 0px solid none;
	color: Blue;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: underline; }
#titlebar {
	color: White;
	font-family: Arial;
	font-size: 12pt; }
#heading {
	color: Teal;
	font-family: Arial;
	font-size: 11pt; }
#tagline {
	color: Red;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold; }
#listing {
	color: Black;
	font-family: Arial;
	font-size: 8pt; }
#table {
	color: White;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold; }

// End of style definitions.