.toprep {
	background-image: url(images/toprep.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.rrep {

	background-image: url(images/rrep.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.lrep {


	background-image: url(images/lrep.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.mainrep {

	background-image: url(images/mainrep.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.botrep {

	background-image: url(images/botrep.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bodytext {
	font-family: "Segoe UI", Tahoma;
	font-size: 12px;
	color: #333333;
}
.h1text {
	font-family: "Segoe UI", Tahoma;
	font-size: 13px;
	color: #C74F1F;
	font-weight: normal;
}
.h2text {
	font-family: "Segoe UI", Tahoma;
	font-size: 17px;
	color: #C74F1F;
	font-weight: normal;
}
.tleftbrdr {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EA611D;
}
.bodytextbold {
	font-family: "Segoe UI", Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
