div.menu{
	margin-bottom: 5px;
	text-indent: 5px;
	width: 140px;
	font-weight: bold;
	font-size: 13pt;
	color: white;
	background-color: #79CA9A;
}

div.submenu{
	margin-bottom: 5px;
	text-indent: 5px;
	width: 140px;
	font-weight: bold;
	font-size: 13pt;
	color: white;
	background-color: #4dc2ff;
}

div.update{
	font-size: 8pt;
	width: 145px;
	padding: 0px 10px;
	background-color:#e6f3fd;
	text-align:right
}

img{
	width: 140px;
}

a:link{
	text-decoration: none;
	color: white;
}

a:hover{
	text-decoration: none;
	color: white;
}

a:visited{
	text-decoration: none;
	color: white;
}

a:active{
	text-decoration: none;
	color: white;
}