/* CSS Document */

A  {
	color : #6666CC;
	text-decoration : none;
}

A:Visited  {
	color : #000099;
	text-decoration : none;
}

A:Active  {
	color : #6666CC;
	text-decoration : none;
}

A:Hover  {
	text-decoration : underline;
	color : #666666;
}

A.nav  {
	color : #6666CC;
	text-decoration : none;
}

A.nav:Visited  {
	color : #000099;
	text-decoration : none;
}

A.nav:Active  {
	color : #6666CC;
	text-decoration : none;
}

A.nav:Hover  {
	text-decoration : underline;
	color : #E4B62D;
}

p {
	font-family: Garamond, Times, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 14pt;
	color: #000000;
}.nav {
	font-family: Garamond, Times, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: bold;
	color: #666666;
}
.headline {
	font-family: "Palatino Linotype", Times, serif;
	font-size: 16pt;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #8A0808;
}
.subheadline {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #E3B62C;
}
.smalltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 11pt;
	font-weight: normal;
}
.verysmalltext {
	font-family: "Copperplate Gothic Light";
	font-size: 9pt;
	font-style: normal;
	line-height: 11pt;
	font-weight: normal;
}
.symbols {
	font-family: Wingdings;
	font-size: 9pt;
	font-style: normal;
	line-height: 11pt;
	font-weight: normal;
}
