.b1 {
	background-image: url(../images/b1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.b2 {
	background-image: url(../images/b2.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center bottom;
}
.b3 {
	background-image: url(../images/b3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.b4 {
	background-image: url(../images/b4.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.b5 {
	background-image: url(../images/b5.jpg);
	background-repeat: no-repeat;
}.b6 {
	background-image: url(../images/b6.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
}.b7 {
	background-image: url(../images/b7.jpg);
	background-repeat: no-repeat;
}
.b8 {
	background-image: url(../images/b8.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.bcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align:top;
	word-spacing: -0.1em;
}
.spliters {
	vertical-align:top;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px 10px 0px 10px;
	text-align:center;
}
.spacing {
	width:10px;
}
.lefttitle {
	background-image: url(../images/titleleft.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 20px;
}
.righttitle {
	background-image: url(../images/titleright.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 20px;
}
.middletitle {
	background-attachment: scroll;
	background-image: url(../images/titlemiddle.jpg);
	background-repeat: repeat-x;
	vertical-align:top;
	padding-top:10px;
}
.tabletitle {
	height:40px;
	margin-bottom:5px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a:link {
	color:#0000FF;
	text-decoration:none;
}
a:visited {
	color:#0000FF;
	text-decoration:none;
}
a:hover {
	color:#0000FF;
	text-decoration:underline;
}
a:active {
	color:#0000FF;
	text-decoration:none;
}
