H1 {
	font-family: Arial;
	font-size: 28px;
	color: #09063F;
	text-align: left;
	line-height: 36px;
}

P {
	font-family: Arial;
	font-size: 12px;
	color: #09063F;
	text-align: left;
	line-height: 18px;
}

BODY {
	font-family: Arial;
	font-size: 12px;
	color: #09063F;
	text-align: left;
	line-height: 18px;
}

TD {
	font-family: Arial;
	font-size: 12px;
	color: #09063F;
	text-align: left;
	line-height: 18px;
}

/* links */
A {
	color: #09063F;
	text-decoration: underline;
}

A:VISITED {
	color: #09063F;
	text-decoration: underline;
}

A:Hover  {
	color: white;
	background: #09063F;
	text-decoration: underline;
}

A:Active  {
	color: white;
	background: #09063F;
	text-decoration: underline;
}