.head {
	background-color: #FFFFFF;
}
.fullborder {
	border: 1px solid #000000;
}
.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.bodytext {
	padding: 5px;
	background-color: #FFFFFF;
}
.headbottom {
	background-image: url(images/header-bottomleft.jpg);
	background-repeat: repeat-x;
	text-align: right;
	padding-right: 60px;
	background-color:#FFFFFF;
}
.dotted {
	background-image: url(images/dots.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 2px;
}
.dottedhori {
	background-image: url(images/dotshori.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 2px;
