body {
	scrollbar-face-color       : #FFFFFF;
	scrollbar-track-color      : #FFCCCC;
	scrollbar-3dlight-color    : #FFFFFF;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-arrow-color      : #FFCCFF;
	scrollbar-shadow-color     : #FFCCFF;
	scrollbar-highlight-color  : #FFCCFF;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;

}
td {
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
input.button0 {
	width: 80px; height: 24px;
	background-color: rgb(255,204,255);
	color: rgb(0,0,0);
	border: 1px solid rgb(255,102,0);
	cursor: hand; cursor: pointer;
}
input.button1 {
	width: 80px; height: 24px;
	background-color: rgb(255,51,51);
	color: rgb(255,255,255);
	border: 1px solid rgb(255,102,0);
	cursor: hand; cursor: pointer;
}
form {
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	line-height:0px;
}