.bckgrnd {
	background-image: url(../images/bckgrnd.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	left: auto;
	top: auto;
}
.tiledbckgrnd {
	background-image: url(../images/bckgrnd_tile.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.tiledbckgrndBottom {
	background-image: url(../images/bckgrnd_tile_r3_c1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: scroll;

}
.refTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.refInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.scrollColor {
	scrollbar-3dlight-color:#E0E0E0;
	scrollbar-arrow-color:#999999;
	scrollbar-base-color:#F9F9F9;
	scrollbar-track-color:#F9F9F9;
	scrollbar-darkshadow-color:#F9F9F9;
	scrollbar-face-color:#F9F9F9;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#999999;
}
.border {
	border: 1px solid #000000;
}
