/* CSS Document */


a:link {font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;   
    color: #CC6600;
    font-weight: bold;}
a:visited {font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;    
    color: #666633;
    font-weight: bold;}

a.left:link {font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt; 
    font-style: oblique;   
    color: #CC9900;
    font-weight: 900;}
a.left:visited {font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt; 
    font-style: oblique;   
    color: #CC9966;
    font-weight: 900;}

div.highlight {font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;  
    color: #CC9900;
    font-weight: 900;
	text-align: center;}

p.normal {font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   color: #333333;
   background: white;
}
span.center {font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
	text-align: center;
   color: #333333;
   background: white;
}
p.ICS {font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-variant: small-caps;
	font-weight: bold;
}
span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	font-weight: normal;
	font-variant: normal;
	background: white;
}

h1 {font-family: Arial, Helvetica, sans-serif;
   font-size: 14pt;
   text-align: center;
   font-weight: bold;
   color: #FF3300;
   background: white;
}
