/* 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;
}


.address { font-family: Verdana;
	color: #000000;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
 } 



A {
 font-size: 9pt; font-family: Arial; color: #4B1610; text-decoration: none; 	font-weight: bold;
}

A:link {
 font-size: 9pt; font-family: Arial; color:   #4B1610; text-decoration: none; 	font-weight: bold;
}
A:visited {
	font-size: 9pt; font-family: Arial; color:   #505125; text-decoration: none; 	font-weight: bold;
}
A:hover {
font-size: 9pt; font-family: Arial; color:  #505125;text-decoration: underline; 	font-weight: bold;
}


h1 { font-family: Verdana;
	color:  #BC430C;
	font-size: 14px;
	font-weight: bold;
 } 

 
p{ font-family: Verdana;
	color: #000000;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
 } 
p.news{ font-family: Verdana;
	color: #000000;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
 }
</style>
