.lefttile {
	background-attachment: scroll;
	background-image: url(nav/tileleft.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.righttile {
	background-attachment: scroll;
	background-image: url(nav/tileright.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.celltile {
	background-attachment: scroll;
	background-image: url(nav/celltile.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.titlebartile {
	background-attachment: scroll;
	background-image: url(nav/tile.jpg);
	background-repeat: repeat;
	background-position: left top;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;

}
.maintext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}
.titletext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
}
.headertext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(nav/tile.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	background-color: #333F33;

}
.smallertext {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
}
