.background {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.centre {
	background-image: url(../images/centre.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bottom {
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.contentmainborder {
	border: 1px solid #666666;
}
.bottomsectionborder {
	border-top: 0px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

.bottomsectionborder2 {
	border-top: 0px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 6px;
}
.paddedcell10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 10px;
}

