.body {
	background-color: White;
	background-position: top;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	scrollbar-3dlight-color: #E0E0E0;
	scrollbar-arrow-color: Black;
	scrollbar-base-color: Gray;
	scrollbar-darkshadow-color: #808080;
	scrollbar-face-color: #E0E0E0;
	scrollbar-highlight-color: White;
	scrollbar-shadow-color: Gray;
	scrollbar-track-color: #E0E0E0;
}
.input{
	background: transparent;
	border: 1px solid Gray;
	color: Gray;
}
.title{
	color: Gray;
	font: normal 16px Arial, Helvetica, sans-serif;
}
.text{
	color: Gray;
	font: normal 12px Arial, Helvetica, sans-serif;
}
.mybot{
	background: Silver;
	border: thin outset Gray;
	color: White;
	font: normal bold 12px Arial, Helvetica, sans-serif;
}