BODY, TD {
	font-family : Lucida Calligraphy;
	font-size :11pt;
	color: White
}
h1 {
	font-family : Lucida Calligraphy;
	font-size :24pt;
	color: White
}
h2 {
	font-family : Lucida Calligraphy;
	font-size :18pt;
	color: White
}
h3 {
	font-family : Lucida Calligraphy;
	font-size :14pt;
	color: White
}


A {
	text-decoration: underline;
	color: #ffcc99;
}

A:Hover {
	text-decoration: underline;
	color: White;
}

a:visited {
	text-decoration: underline;
	color: aqua;
}
.small {
	font-family : Lucida Calligraphy;
	font-size :9pt;
	color: White
}

.small A {
	text-decoration: underline;
	color: #ffcc99;
}

.small A:Hover {
	text-decoration: underline;
	color: White;
}

.small a:visited {
	text-decoration: underline;
	color: aqua;
}

.big {
	font-family : Lucida Calligraphy;
	font-size :15pt;
	color: White
}

.big A {
	text-decoration: underline;
	color: #ffcc99;
}

.big A:Hover {
	text-decoration: underline;
	color: white;
}
.big a:visited {
	text-decoration: underline;
	color: aqua;
}
.bigbold {
	font-family : Lucida Calligraphy;
	font-size :15pt;
	font-weight : bold;
	color: White
}

.bigbold A {
	text-decoration: underline;
	color: #ffcc99;
}

.bigbold A:Hover {
	text-decoration: underline;
	color: white;
}
.bigbold a:visited {
	text-decoration: underline;
	color: aqua;
}
.textnav {
	font-family : Lucida Calligraphy;
	font-size :9pt;
	color: White
}

.textnav A {
	text-decoration: underline;
	color: Red;
}

.textnav A:Hover {
	text-decoration: underline;
	color: Lime;
}

.textnav a:visited {
	text-decoration: underline;
	color: #ffffc6;
}
