/* CSS Document */

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

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

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

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






A {
 font-size: 8pt; font-family: Arial; color: #30598f; text-decoration: none; 	
}

A:link {
 font-size: 8pt; font-family: Arial; color:   #30598f; text-decoration: none; 	
}
A:visited {
	font-size: 8pt; font-family: Arial; color:   #44308f; text-decoration: none; 	
}
A:hover {
font-size: 8pt; font-family: Arial; color:  #30598f;text-decoration: underline; 	
}


h1 { font-family: Verdana;
	color:  #93ad14;
	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>
