/* CSS Document */

.left {
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.right {
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8F2222;
}
a {
	font-size: 11px;
	color: #990000;
	text-decoration: underline;
}
.smaller {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #838383;
	text-align: center;

}
body {
margin:0px;
border:0px;
}

.bodytextsmaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
