a#menu {
	display: block;
	padding: 5px;
	background: #3366CC;
	color: #FFFFFF;
	font: bold 14px sans-serif;
	text-decoration: none;
	border-top: 1px solid #003399;
	border-right: 1px none #003399;
	border-bottom: 1px solid #003399;
	border-left: 1px none #003399;


}
a#menu:hover {
	background: #FF6600;
	text-decoration: none;
	color: #FFFFFF;

}
a#menu:active {
	background: white;
	color: #003399;
	text-decoration: none;
}
table#menu {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;


}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.photoStN {
	border: 1px solid #000000;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
