A:link {
	font-family : Verdana;
	font-size : 10pt;
	color : #004EC3;
	text-decoration : none;
	font-weight : normal;
}
A:visited {
	font-family : Verdana;
	font-size : 10pt;
	color : #004EC3;
	text-decoration : none;
	font-weight : normal;
}
A:active {
	font-family : Verdana;
	font-size : 10pt;
	color : red;
	text-decoration : none;
	font-weight : normal;
}
A:hover {
	font-family : Verdana;
	font-size : 10pt;
	color : red;
	text-decoration : none;
	font-weight : normal;
}
.menutitle {
	font-family : Verdana;
	font-weight : bold;
	font-size : 10pt;
	color : navy;
	text-align : left;
	background-color : white;
	margin-bottom : 5px;
	padding : 2px;
	border-width : 1px;
	border-color : black;
	border-style : solid;
	width : 120px;
	cursor : hand;
}
.submenu {
	font-family : Verdana;
	font-size : 10pt;
	margin-bottom:0.5em;
}
