table.menu {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #9AAB9A;
	letter-spacing: 3.5px;
	line-height:30px;

}

td.a1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: #9AAB9A;
	padding-left: 10px;
	letter-spacing: 3px;
	line-height:25px;

}

table.submenu {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	color: #9AAB9A;
	letter-spacing: 3px;
	line-height:25px;

}


/* Hyperlinks default */


a:link {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
 	text-decoration: none;
	color: #9AAB9A;
	letter-spacing: 3.5px;
	line-height:30px;

}
a:visited {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
 	text-decoration: none;
	color: #9AAB9A;
	letter-spacing: 3.5px;
	line-height:30px;

}
a:hover {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
 	text-decoration: underline;
	color: #9E861C;
	letter-spacing: 3.5px;
	line-height:30px;

}
a:active {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
 	text-decoration: underline;
	color: #9AAB9A;
	letter-spacing: 3.5px;
	line-height:30px;

}

