body {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	height: 100%;
}
.lefttb {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
.righttb {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
}

.bottom {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
.line {
	border-top-color: #c4c4c4;
	border-right-color: #c4c4c4;
	border-bottom-color: #c4c4c4;
	border-left-color: #c4c4c4;
}
.input {
	border: 1px solid #7b7b7b;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #c7c7c7;
	padding: 1px;
	width: 156px;
}
.purple:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #343399;
	text-decoration: none;
}
.purple:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #343399;
	text-decoration: none;
}
.purple:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #343399;
	text-decoration: underline;
}

.inputdiv {
	padding: 1px;
	background-color: #FFFFFF;
	width: 160px;
}
.scroll {
	height: 250px;
	width: 370px;
	overflow: auto;
	font-family: Tahoma;
	font-size: 11px;
}