body {
	margin: 0px;
	background-color: #fefcf9;
}
.mainTable {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #352a1d;
	border-left-color: #352a1d;
}
.menu {
	background-color: #352A1D;
	vertical-align: top;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 2px;
}
.menu img{
	margin: 0 0 7px 0;
}

.logged_in_bar {
/* 	font-family: Arial; */
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F3E8D2;
	vertical-align: middle;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 5px;
}

.logged_in_bar a {
/* 	font-family: Arial; */
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}

.logged_in_bar a:hover {
/* 	font-family: Arial; */
	font-size: 9pt;
	color: #000000;
	text-decoration: underline;
}

.PageTitle {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #A81B00;
	font-size: 26px;
	font-weight: bolder;
	display: block;
}
.textBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #352A1D;
	text-align: justify;
	padding-right: 21px;
	padding-left: 5px;
	padding-bottom: 11px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	background-image: url(images/bg-paper.gif);
	padding-bottom: 7px;
}
a {
	font-weight: bold;
	color: #A81D00;
}
a:hover {
	color: #352A1D;
}
.header {
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
}

.hidden_div {
/* 	visibility:hidden;
	width:0;
	height:0;
	padding:0;
	margin:0;
	overflow:hidden; */
	display: none;
}

.visible_div {
/* 	visibility:visible;
	width:auto;
	height:auto;
	padding:0;
	margin:0;
	overflow:visible; */
	display: block;
}

.page_title {
	font-weight: bold;
	font-size: 19px;
	/* line-height: 0px; */
}