<!--
body {
	background-color: #333333;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3E6F9B;
	font-size: 12px;
}
.style2 {
	font-size: 10px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}
.style3 {
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {color: #FFFFFF}
div#button {
	background-image: url(../images/ui_body_button-dark.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 145px;
}
div#lightbutton {
	background-image: url(../images/ui_body_button-light.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 155px;
}
div#buttonText {
	position: relative;
	height: auto;
	width: auto;
	left: auto;
	top: 4px;
}
-->