tr, td, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B646B;
}
a {
	color: #C57D42;
}
.pagebg {
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.navborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #02513B;
	border-right-color: #02513B;
	border-bottom-color: #02513B;
	border-left-color: #02513B;
}
.imagebg {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ABC6BF;
	border-right-color: #ABC6BF;
	border-bottom-color: #ABC6BF;
	border-left-color: #ABC6BF;
}

.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #443D37;
}
.Navigation {
	font-size: 11px;
	font-weight: bold;
	color: #D5AA8A;
	text-decoration:none;
}
ul {
	list-style-type: square;
}
.NavBg {
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
}
