a:link
{
	color: rgb(128, 0, 0);
	text-decoration: underline; 
}
a:active 
{
	color: rgb(51, 153, 153);
	text-decoration: underline;
}
a:hover
{
	color: rgb(51, 153, 153);
	text-decoration: underline;
}
a:visited
{
	color: rgb(128, 128, 128);
	text-decoration: underline; 
}
.headerlink a:link
{
	color: rgb(128, 0, 0);
	text-decoration: none; 
}
.headerlink a:active 
{
	color: rgb(51, 153, 153);
	text-decoration: underline;
}
.headerlink a:hover
{
	color: rgb(51, 153, 153); font-size:10pt;
	text-decoration: underline;
}
.headerlink a:visited
{
	color: rgb(128, 0, 0);
	text-decoration: none; 
}
.footerlink a:link
{
	color: rgb(128, 0, 0);
	text-decoration: underline; 
}
.footerlink a:active 
{
	color: rgb(51, 153, 153);
	text-decoration: underline;
}
.footerlink a:hover
{
	color: rgb(51, 153, 153); font-size:10pt;
	text-decoration: underline;
	font-weight: normal;
}
.footerlink a:visited
{
	color: rgb(128, 0, 0);
	text-decoration: none; 
}
.bottomlink a:link
{
	color: rgb(34, 104, 104);
	text-decoration: underline; 
}
.bottomlink a:active 
{
	color: rgb(128, 0, 0);
	text-decoration: underline;
}
.bottomlink a:hover
{
	color: rgb(51, 153, 153); font-size:9pt;
	text-decoration: underline;
	font-weight: normal;
}
.bottomlink a:visited
{
	color: rgb(128, 0, 0);
	text-decoration: none; 
}
body
{
	font-family: Albertus MT Lt;
	color: #000000; font-size:12pt
}
caption
{
	color: #000000; font-size:10pt; font-weight:bold
	text-decoration: none;
}
table
{
	table-border-color-light: rgb(153,255,204);
	table-border-color-dark: rgb(0,0,51); 
}
h1
{
	font-family: Lucida Calligraphy; font-size:14pt; color:#226868; font-weight:bold; margin-top:24; margin-bottom:12;
}
h2
{
	font-family: Albertus MT; font-size:12pt; color:#000080; font-weight:bold; margin-top:12; margin-bottom: 6; margin-left:12;
}
h3
{
	font-family: Albertus MT; font-size: 12pt; color: rgb(0,255,204); 
}