/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #645C56;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 125%;
}
.table-background {
	background-image: url(img/table_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.bottom-border-black-1px {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.left-border-black-1px {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}.sub-table-background {
	background-image: url(img/sub_box_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 300px;
	width: 300px;
	background-color: #CCCCCC;
}
