body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(../images/bg1.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
.tr_bg {
	background-image: url(../images/bg_repeat.gif);
	background-repeat: repeat-x;
	height: 26px;
}
.top_border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

.td_bg_right {
	background-color: #eaeaea;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.td_bg_left {
	background-color: #eaeaea;
	padding: 5px;
	background-image: url(../images/bg_right.gif);
	background-repeat: repeat-y;
	background-position: right;

}
.right_bg {
	background-image: url(../images/bg_right.gif);
	background-repeat: repeat-y;
}


.td_bg_middle {
	background-color: #eaeaea;
	padding: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-image: url(../images/bg_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.left_border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
