A:link {
	COLOR: #3366cc; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A:visited {
	COLOR: #3366cc; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A:active {
	COLOR: #6f92db; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #6f92db; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
TD {
	FONT-SIZE: 11px; COLOR: #666666; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
H1 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; MARGIN: 0px 0px 5px; COLOR: #4762a5; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
LI {
	MARGIN: 2px 0px
}

#button {
	width: 100%;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-family: 'Verdana';
	background-color: #d2d2d2;
	}

#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
	border-bottom: 1px solid #d2d2d2;
	margin: 0;
	}
#button li a {
	display: block;
	padding: 2px 2px 2px 0.5em;
	border-left: 0px solid #1958b7;
	border-right: 0px solid #508fc4;
	background-color: white;
	text-decoration: none;
	color: #666;
	width: 100%;
	}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	border-left: 0px solid #000000;
	background-color: #59ABF7;
	color: #FFFFFF;
}
