<!--
body {
	margin: 0px;
	padding: 0px;
}
div#buttonA {
	margin-left: 0px;	
}
div#buttonA ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
div#buttonA li {
	list-style-type: none;
	height: 17px;
	width: 60px;
	margin: 20px;
	text-align:center;
}
div#buttonA li a {
	height: 100%;
	width: 100%;
	display: block;
	text-decoration: none;
	border-width: 2px;
}
div#buttonA li a:link {
    color: #FFFFFF;
	font-weight: bold;
	background-color: #0163AE;
	border-style: outset;
}
div#buttonA li a:visited {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0163AE;
	border-style: outset;
}
div#buttonA li a:hover {
    font-weight: bold;
    color: #FFFFFF;
	background-color: #DD0000;
	border-style: outset;
}
div#buttonA li a:active {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #DD0000;
	border-style: inset;
}
-->
