/* CSS Document */

<style> 
A.menu {
 font-size: 9pt; font-family: Arial; color: #990000; text-decoration: none; 	font-weight: bold;
}

A.menu:link {
 font-size: 9pt; font-family: Arial; color:    #006600; text-decoration: none; 	font-weight: bold;
}
A.menu:visited {
	font-size: 9pt; font-family: Arial; color:   #006600; text-decoration: none; font-weight: bold;
}
A.menu:hover {
font-size: 9pt; font-family: Arial; color:   #006600;text-decoration: underline; font-weight: bold;	
}

A.menu2 {
 font-size: 9pt; font-family: Arial; color: #00CC00; text-decoration: none; 	font-weight: bold;
}

A.menu2:link {
 font-size: 9pt; font-family: Arial; color:   #00CC00; text-decoration: none; 	font-weight: bold;
}
A.menu2:visited {
	font-size: 9pt; font-family: Arial; color:   #00CC00; text-decoration: none; 	font-weight: bold;
}
A.menu2:hover {
font-size: 9pt; font-family: Arial; color:  #00CC00;text-decoration: underline; 	font-weight: bold;
}






A {
 font-size: 9pt; font-family: Arial; color: #990000; text-decoration: none; 	
}

A:link {
 font-size:9pt; font-family: Arial; color: #990000; text-decoration: none; 	
}
A:visited {
	font-size: 9pt; font-family: Arial; color: #990000; text-decoration: none; 	
}
A:hover {
font-size: 9pt; font-family: Arial; color: #990000;text-decoration: underline; 	
}


h1 { font-family: Verdana;
	color:  #993300;
	font-size: 14px;
	font-weight: bold;
 } 
h2 { font-family: Verdana;
	color:  #FF6600;
	font-size: 19px;
	font-weight: bold;
 }

li{ font-family: Verdana;
	color: #000000;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
 }
 
p{ font-family: Verdana;
	color: #000000;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
 } 
 p.z{ font-family: Verdana;
	color: #c91659;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
 } 
p.small{ font-family: Verdana;
	color: #000000;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
 }
 table.table { border:thin; border-color:#CCCCCC; }
</style>

