BODY {
	background-color : #FFFFFF;
	color : #C0C0C0; 
	font-size : 8pt;
	font-family : arial, helvetica, sans-serif;
}
h2 { font-size:14pt; }
h3 { font-size:12pt; }
h4 { font-size:10pt; }
h5 { font-size:8pt; }
h6 { font-size:8pt; font-family : arial; }
sup { font-size:8pt; font-family : arial; color :  #666666; }

TABLE {
	background-color : #FFFFFF;
	width : 100%; 

}

TD {
	font-family :  arial, helvetica, sans-serif;
	font-size : 12pt;
	color :  #333333;
	background-color : #FFFFFF;
	width : 100%;
}

A {
	color : #333333; 
	text-decoration : none; 
}
A:visited {
	color : #333333; 
	text-decoration : none; 
}
A:link {
	color : #333333; 
	text-decoration : none; 
}
A:active {
	color : #333333; 
	text-decoration : none; 
}

a:Hover {
	color : #666666;
	text-decoration : none; 
}
	
hr {
	margin-top:2cm; 
	width : 100%;
	text-align:left; 
}
