/*basics***************************************************************************************************************************/
body
{
   font-size:9pt;
   color:#000000;
   background-color:#ffffff;
   margin:0px;
   font-family: Georgia;
}
p
{
   font-size:10pt;
   color:#000000;
   font-family: Georgia;
}

table, td, p, span, b, blockquote
{
   font-size:10pt;
   color:#000000;
}

h1{
	font-size:12pt;
	color:#000000;
}

h2
{
	font-size:11pt;
	color:#28566e;
}

h3
{
	font-size:10pt;
	color:#0f6fa1;	
}

h4
{
	font-size:10pt;
	color:#003366;
	font-weight:bold;
	display:inline;
}
.tiny
{
	font-size:8pt;
	color:#0f6fa1;	
}


/* header navigation ***************************************************************************************************************************/
.navigation 
{
   height:27px;
   margin:0 auto;
   background-color:#ffffff;
   font-weight:bold;
}

.navigation a, .navigation a:visited 
{
   color:#8b8b8b;
   text-decoration:none;
   line-height:25px;
}

.navigation a:hover
{
   color:#24dadc;
}

.footer
{
	font-size:8pt;
	color:#cccccc;

}
