/* CSS Document */

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

A.menu:link {
 font-size: 9pt; font-family: Arial; color:   #000; text-decoration: none; 	font-weight: bold;
}
A.menu:visited {
	font-size: 9pt; font-family: Arial; color:   #000; text-decoration: none; 	font-weight: bold;
}
A.menu:hover {
font-size: 9pt; font-family: Arial; color:  #000;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: 9pt; font-family: Arial; color: #fbf89e; text-decoration: none; 	font-weight: bold;
}

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


h1 { font-family: Verdana;
	color:  #f89414;
	font-size: 14px;
	font-weight: bold;
 } 
li{ font-family: Verdana;
	color: #ffffff;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
 }
 
p{ font-family: Verdana;
	color: #ffffff;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
 } 
p.small{ font-family: Verdana;
	color: #ffffff;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
 }
</style>
