body {
	background-image: url(bg.jpg);
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
}
a {
	text-decoration: none;
}
input {
	background-color: #ACACAC;
	height: 18px;
	border: 1px solid #000000;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #cccccc;
}
.bg {
	background-repeat: repeat-y;
	background-position: center center;
}
.line_right {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #999999;
	background-repeat: repeat-y;
	background-position: left;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999999;
}