.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.btext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.stext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;

}
.tf-panel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	border-top: thin dotted #999933;
	border-right: thin solid #999933;
	border-bottom: thin dotted #999933;
	border-left: thin solid #999933;
	margin: 4px;
	padding: 4px;
	overflow: scroll;
	position: relative;
	visibility: hidden;
	z-index: auto;
	height: 150px;
	width: 250px;



}
.calheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #CC0000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4B3A21;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4B3A21;
	text-decoration: underline;
}
.table-bg {
	background-image: url(nav/background-blockprint.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
