@charset "utf-8";
/* CSS Document */

.mainBorder {
	border: 2px solid #0265dd;
}
.buttonSpacing {
	padding-bottom: 1px;
}
.mainTextPad {
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Gill Sans MT";
	font-size: 12px;
}
.dividingRightBorderLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.imageBorder {
	border: 1px solid #999999;
}
html { overflow-y: scroll;
}
#ffscrollbarfix {
	position: absolute;
	top: 0;
	bottom: -0.1px;
	width: 1em;
	z-index: -1;
}.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.textPadHomePage {
	padding-right: 5px;
}
.newsBG {
	background-image: url(../pages/home/images/newsBG.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 1px solid #999999;
}
.newsBorder {
	border: 1px dotted #999999;
}
.tablePadding {
	padding-left: 5px;
}
html { overflow-y:scroll; }