P  {}

H1  {}

H2  {}

H3  {}

A  {
	color : rgb(27,36,96);
}

A:Visited  {
	color : rgb(27,36,96);
}

A:Active  {
	color : rgb(27,36,96);
	text-decoration : underline;
}

A:Hover  {
	color : rgb(163,142,96);
	text-decoration : underline;
}

BODY  {
	font-size : 12pt;
	font-family : Arial;
	color : black;
}

.title {
	font-family : Arial;
	font-size : 14pt;
	font-color : black;
}

.linkheader {
	font-family : Arial;
	font-size : 12pt;
	font-color : black;
}

.legal {
	font-family : Arial;
	font-size : 8pt;
	font-color : black;
}

.copy {
	font-family : Arial;
	font-size : 11pt;
	font-color : black;
}