﻿/* CSS layout */
#masthead {
position: absolute;
left: 0px;
right: 0px;

background-image:url('fsc_logo_2006.gif');
background-repeat:no-repeat;
background-position:left;

font-family:Arial, Helvetica, sans-serif;
font-size:14pt;
font-weight:bold;
color:#000000;
text-align:left;
padding-left:5%;
padding-right:5%;
align="top";
line-height:130%;

}

#textofpage{
	margin-top:2cm;
	margin-left:150px;
	margin-right:0cm;
	margin-bottom:0cm;
	}
}

#footer {
}

body {
	color: #000000;
	font-family:"Times New Roman", Times, serif;
	line-height:100%;
}

h1, h2, h3
{
font-family: "Times New Roman", Times, serif;  
color: #000000; 
font-weight: normal;
}

h1           { font-size: 16pt; }
h2           { font-size: 14pt; }
h3           { font-size: 12pt; }

h3.fsc
{ 
font-size: 18pt;
margin-left: -135px;
font-weight: normal;
 }

a:link 	     
{ 
color: #cccccc; 
text-decoration: none}

a:hover      
{ 
background-color: #6699ff;
color: #000000; 
}

a:visited    
{ 
color: #cccccc; 
text-decoration: none;
}

p            
{ 
font-size: 11pt; 
text-align: Justify;
margin-bottom:10pt;
line-height:100%;
}

br            
{ 
font-size: 11pt; 
text-align: Justify;
margin-bottom:10pt;
}

p.column
{
background-color:#003399; 
color: #ffffff;
font-size: 10pt; 
font-weight: bold;
text-align: right;
vertical-align :top;
line-height: 100%; 
margin-top: 0; 
margin-bottom: 0;
}

th
{
background-color:#ffffff; 
color: #000000;
font-size: 10pt; 
font-weight: bold;
text-align: left;
vertical-align :top;
line-height: 100%; 
margin-top: 0; 
margin-bottom: 0;
border-bottom: solid #000000;
border-bottom-width: 1px;
font-family:"Times New Roman", Times, serif;
}

tr
{
font-size: 10pt; 
vertical-align :top;
font-family:"Times New Roman", Times, serif;
}

td
{
font-size: 10pt; 
vertical-align :top;
line-height: 100%; 
margin-top: 0; 
margin-bottom: 0;
border-bottom: solid #cccccc;
border-bottom-width: 1px;
line-height:100%;
font-family:"Times New Roman", Times, serif;
}

li
{
font-size: 11pt; 
}

ol
{
font-size: 11pt; 
}

ul
{
list-style-type: square;
}

.NonPrintable
{
  display:none
}