﻿/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: Verdana, Arial, sans-serif;
	color:Black;
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
.f04
{
	font-family: Verdana;
	font-size: 4pt;
}

.f05
{
	font-family: Verdana;
	font-size: 5pt;
}

.f06
{
	font-family: Verdana;
	font-size: 6pt;
}

.f06bold
{
	font-family: Verdana;
	font-size: 6pt;
	font-weight: bold;
}

.f07
{
	font-family: Verdana;
	font-size: 7pt;
}

.f07error
{
	font-family: Verdana;
	font-size: 7pt;
	color: Red;
}

.f07bold
{
	font-family: Verdana;
	font-size: 7pt;
	font-weight: bold;
}

.f08
{
	font-family: Verdana;
	font-size: 8pt;
}

.f07silver
{
	font-family: Verdana;
	font-size: 7pt;
	color: Silver;
}

.f08italic
{
	font-family: Verdana;
	font-size: 8pt;
	font-style: italic;
}

.f08italic_silver
{
	font-family: Verdana;
	font-size: 8pt;
	font-style: italic;
	color: Silver;
}

.f08silver
{
	font-family: Verdana;
	font-size: 8pt;
	color: Silver;
}

.f08error
{
	font-family: Verdana;
	font-size: 8pt;
	color: Red;
}

.f08optional
{
	font-family: Verdana;
	font-size: 8pt;
	color: Green;
}

.f08bold
{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}

.f09
{
	font-family: Verdana;
	font-size: 9pt;
}

.f09bold
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
}

.f09error
{
	font-family: Verdana;
	font-size: 9pt;
	color: Red;
}

.f10
{
	font-family: Verdana;
	font-size: 10pt;
}

.f10bold
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}

.f10error
{
	font-family: Verdana;
	font-size: 10pt;
	color: Red;
}

.f12
{
	font-family: Verdana;
	font-size: 12pt;
}

.f12bold
{
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
}

.f12error
{
	font-family: Verdana;
	font-size: 12pt;
	color: Red;
}

.f14
{
	font-family: Verdana;
	font-size: 14pt;
}

.f14bold
{
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold
}

.f16
{
	font-family: Verdana;
	font-size: 16pt;
}

.f16bold
{
	font-family: Verdana;
	font-size: 16pt;
	font-weight: bold;
}

.f18bold
{
	font-family: Verdana;
	font-size: 18pt;
	font-weight: bold;
}

.f20bold
{
	font-family: Verdana;
	font-size: 20pt;
	font-weight: bold;
}
