BODY  {
	font-family : Arial;
	font-size : 10pt;
}

TD  {
	font-family : Arial;
	font-size : 10pt;
}
A  {
	font-weight : bold;
	text-decoration : none;
	color : white;
}

A:Visited  {
	text-decoration : none;
	color : white;
}

A:Active  {
	text-decoration : underline;
	color : white;
}

A:Hover  {
	text-decoration : underline;
	color : white;
}
#content A  {
	font-weight : bold;
	text-decoration : none;
	color : Navy;
}

#content A:Visited  {
	text-decoration : none;
	color : Navy;
}

#content A:Active  {
	text-decoration : underline;
	color : Navy;
}

#content A:Hover  {
	text-decoration : underline;
	color : Navy;
}

.navy  {
	color : Navy;
}

.navy:hover  {
	text-decoration : underline;
	color : Navy;
}

.navy:A:Visited  {
	color : Navy;
}

.header  {
	color : Navy;
	font-size : 14pt;
	font-weight : bold;
	padding-top : 5px;
	padding-bottom : 5px;
}

.big  {
	color : Navy;
	font-size : 12pt;
	font-weight : bold;
	padding-top : 5px;
	padding-bottom : 5px;
	font-style : italic;
}


