

a:link { TEXT-DECORATION: none }
a:visited { TEXT-DECORATION: none }
a:active { TEXT-DECORATION: none }
a:hover { TEXT-DECORATION: underline}

.footer
{
	font-family: Arial;
	font-size: 10pt;
	color: black;
	font-weight:bold;
}

.normaltext
{
	font-family: Century Gothic, Arial;
	font-size: 10pt;
	color: black;
}
.normaltextenhanced
{
	font-family: Century Gothic, Arial;
	font-size: 10pt;
	color: #009999;
	font-weight: bold;
	font-style: italic;
}
.mediumheading
{
	font-family: Century Gothic, Arial;
	font-size: 14pt;
	color: #009999;
	font-weight:bold;
	font-style:italic;
}
.mediumlightheading
{
	font-family: Century Gothic, Arial;
	font-size: 14pt;
	color: black;
	font-weight:normal;
	color: navy;
}
li
{
	font-family: Century Gothic, Arial;
	font-size: 10pt;
	color: black;
}
.smalltext
{
	font-family: Century Gothic, Arial;
	font-size: 8pt;
	color: black;
}
.massiveheading
{
	font-family: Century Gothic, Arial;
	font-size: 24pt;
	color: black;
	font-weight:bold;
}
.orangeheading
{
	font-family: Century Gothic, Arial;
	font-size: 24pt;
	color: #FF9900;
	font-style: italic;
	font-weight: bold;
}
.orangesmalltext
{
	font-family: Century Gothic, Arial;
	font-size: 14pt;
	color: #FF9900;
	font-style: italic;
	font-weight: bold;
}