body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	color: #4b4b4b;
	font-family: tahoma;
	font-size: 11px;
}
.style2 {
	color: #b0b0b0;
	font-size: 11px;
	font-family: tahoma;
}
.style3 {
	color: #35a4b7;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style4 {
	color: #d2eaf2;
	font-size: 9px;
	font-family: tahoma;
	font-weight: bold;
}
.style5 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma;
}
.style6 {
	font-size: 12px;
	font-weight: bold;
}
.style7 {
	font-family: tahoma;
	font-size: 10px;
	color: #4b4b4b;
}
.style8 {
	color: #0000ff;
	font-size: 11px;
	font-family: tahoma;
}
.style9 {
	color: #f00;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	border-bottom: 1px #f00 dashed;
}
.but {
	width: 10em;
	margin-top: 16px;
	padding: 0 0 0 0;
	font-family: tahoma, Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 0.6em;
	background-color: #35a4b7;
	color: #fff;
	border: 1px solid #e9e9e9;
}
#button {
	width: 18em;
	padding: 0 0 1em 0;
	margin-top: 0em;
	margin-bottom: 1em;
	font-family: tahoma, 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	background-color: #f4f4f4;
	color: #333;
	border-left: 2px solid #228292;
}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#button li {
	border-bottom: 1px solid #ebebeb;
	margin: 0;
}
#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 0px solid #228292;
	border-right: 0px solid #f4f4f4;
	background-color: #f4f4f4;
	color: #339999;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	border-left: 0px solid #999999;
	border-right: 10px solid #228292;
	background-color: #ebebeb;
	color: #3399ff;
}
