<!--

.text  
{
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #666666;
}

.content  
{
	padding:20px;
}

.title  
{
	font-size : 16pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #003366;
}

.subtitle  
{
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #6094C5;
}

a:link  
{
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #6094C5; 
    	text-decoration : none;
}

a:visited
{
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #6094C5; 
    	text-decoration : none;
}

a:hover  
{
	color : #6094C5;
	text-decoration : underline;
}

.textform  
{
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #295A8F;
}

.textred 
{
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #FF0000;
}

.lightblue  
{
	background-color : #5581AB;
}

.blue 
{
	background-color : #003366;
}

.blue03  
{
	background-color : #EEEEEE;

}

.white  
{
	background-color : #FFFFFF;

}

.footer:link 
{
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #6094C5;
                   text-decoration: none;
}

.footer:visited
{
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #6094C5;
                   text-decoration: none;
}

.footer:hover
{
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #6094C5; 
      text-decoration: underline;
}

.TextLarge
{
   font-size: 12px;
   color: #005693;
   font-family: Arial, Helvetica, sans-serif
}

.field  
{
	font-size : 8pt;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
}

-->