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

.bl {
	width: 80%;
	text-align: center;
	background-image: url(../siteimages/panels/blo.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

.br {
	background-image: url(../siteimages/panels/bro.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

.tl {
	background-image: url(../siteimages/panels/tlo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #FFF;
}
.tr {
	padding:0 px;
	background-image: url(../siteimages/panels/tro.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

.paneltitle {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #663200;
	background-color: #FFF;
	text-align: center;
}
.bodytext {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	color: #663200;
	background-color: #FFF;
	text-align: center;
	font-weight: normal;
}
.body12 {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #663200;
	background-color: #FFF;
	text-align: center;
	font-weight: normal;
}
.body14b {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #663200;
	background-color: #FFF;
	text-align: center;
	font-weight: bold;
}
.body14 {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #663200;
	background-color: #FFF;
	text-align: center;
	font-weight: normal;
}
.paneltitleleft {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #663200;
	background-color: #FFF;
	text-align: left;
}
.body12left {
	font-family: "Comic Sans MS", cursive;
	font-size: 12px;
	color: #663200;
	background-color: #FFF;
	text-align: left;
	font-weight: normal;
}
.body14left {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #663200;
	background-color: #FFF;
	text-align: left;
	font-weight: normal;
}

