a:link
{
	color: rgb(0,64,64); 
}
a:visited
{
	color: rgb(128,0,0); 
} 

body
{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	background-color: rgb(255,255,255);
	color: #000000; 
}

.regular     {font-size: 12px; line-height: 16px}
.regular-header     {font-size: 12px; line-height: 16px; color: rgb(0,0,0)}
.large       { font-size:24px }
.heading     { font-size:16px; color: rgb(0,0,128) }
.small        { font-size:10px; line-height:12px }
.tiny       { font-size:8px; line-height:9px }
.special-heading { font-size: 12pt; line-height: 16px; font-family: Arial Narrow }
table
{
	table-border-color-light: rgb(255,255,255);
	table-border-color-dark: rgb(255,255,255); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}
h1
{
	color: rgb(0,0,0);
}
h2
{
	color: rgb(0,0,0); 
}
h3
{
	color: rgb(0,0,0); 
}
h4
{
	color: rgb(0,0,0);
}
h5
{
	color: rgb(0,0,0);
}
h6
{
	color: rgb(0,0,0);
}