.table_main {
	font: 10pt bold verdana, arial;
	color: #737373;
	text-decoration: none;
	border: 0px;
}
.dir_topleft {
	border: 0px;
	background-image: url(../img/dir_topleft.gif);
	background-repeat: no-repeat;
    width: 26px;
	height: 26px;
}
.dir_top {
	border: 0px;
	background-image: url(../img/dir_top.gif);
	background-repeat: repeat-x;
	height: 26px;
}
.dir_topright {
	border: 0px;
	background-image: url(../img/dir_topright.gif);
	background-repeat: no-repeat;
    width: 26px;
	height: 26px;
}
.dir_left {
	border: 0px;
	background-image: url(../img/dir_left.gif);
	background-repeat: repeat-y;
    width: 26px;
}
.dir_right {
	border: 0px;
	background-image: url(../img/dir_right.gif);
	background-repeat: repeat-y;
    width: 26px;
}
.dir_bottomleft {
	border: 0px;
	background-image: url(../img/dir_bottomleft.gif);
	background-repeat: no-repeat;
    width: 26px;
	height: 26px;
}
.dir_bottom {
	border: 0px;
	background-image: url(../img/dir_bottom.gif);
	background-repeat: repeat-x;
	height: 26px;
}
.dir_bottomright {
	border: 0px;
	background-image: url(../img/dir_bottomright.gif);
	background-repeat: no-repeat;
    width: 26px;
	height: 26px;
}
.img_topleft {
	border: 0px;
	background-image: url(../img/img_topleft.gif);
	background-repeat: no-repeat;
    width: 13px;
	height: 13px;
}
.img_top {
	border: 0px;
	background-image: url(../img/img_top.gif);
	background-repeat: repeat-x;
	height: 13px;
}
.img_topright {
	border: 0px;
	background-image: url(../img/img_topright.gif);
	background-repeat: no-repeat;
    width: 13px;
	height: 13px;
}
.img_left {
	border: 0px;
	background-image: url(../img/img_left.gif);
	background-repeat: repeat-y;
    width: 13px;
}
.img_right {
	border: 0px;
	background-image: url(../img/img_right.gif);
	background-repeat: repeat-y;
    width: 13px;
}
.img_bottomleft {
	border: 0px;
	font: 8pt verdana,arial;
	background-image: url(../img/img_bottomleft.gif);
	background-repeat: no-repeat;
    width: 13px;
	height: 13px;
}
.img_bottom {
	border: 0px;
	background-image: url(../img/img_bottom.gif);
	background-repeat: repeat-x;
	height: 13px;
}
.img_bottomright {
	border: 0px;
	background-image: url(../img/img_bottomright.gif);
	background-repeat: no-repeat;
    width: 13px;
	height: 13px;
}
.img_comment {
	border: 0px;
	background-image: url(../img/img_comment.gif);
	background-repeat: no-repeat;
    width: 13px;
	height: 13px;
}
.credits {
	font: 8pt Verdana, Arial;
	color: #848484;
    text-align: center;

}
body {
	
	scrollbar-arrow-color: black;
	scrollbar-base-color: #707070;
	scrollbar-dark-shadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #AAAAAA;
	scrollbar-shadow-color: #AAAAAA;
	scrollbar-3d-light-color: #707070;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #707070;
	background-color: #FFFFFF;
	margin: 0;
    padding: 0;
}

