a:link
{
	color: rgb(19,0,124); 
}
a:visited
{
	color: rgb(51,153,102); 
} 
a:active 
{
	color: rgb(255,153,0);
}
body         { font-family: Century Gothic; background-color: #FFFFFF; color: #004080; font-size:10pt }
table
{
	table-border-color-light: rgb(255,102,153);
	table-border-color-dark: rgb(102,51,153); 
}
td           { font-family: Century Gothic; font-size: 10pt }
h1, h2, h3, h4, h5, h6
{
	font-family: Century Gothic; font-size:12pt
}
h1           { color: #004080;  }
h2
{
	color: #FF6699; 
}
h3
{
	color: #339966; 
}
h4
{
	color: #663399;
}
h5
{
	color: #FF6699;
}
h6
{
	color: #339966;
}