body {
	background-color:#55411C;
	font-family:Verdana;
	font-size:11px;
	color:black;
}
p {
	font-family:Verdana;
	font-size:11px;
	color:#686868;
	line-height:1.5em;
}
ol {
	font-family:Verdana;
	font-size:11px;
	color:#686868;
	line-height:1.5em;
}
ul {
	font-family:Verdana;
	font-size:11px;
	color:#686868;
	line-height:1.5em;
}
.bodyContent {
	border-width:0 2px 0 2px;
	border-color:#2D220F;
	border-style:solid;
	background-color:White;
	padding:10px;
}
.bodyContent2 {
	border-width:0 2px 0 2px;
	border-color:#2D220F;
	border-style:solid;
}
.text {
	font-family:Verdana;
	font-size:11px;
	color:#686868;
}
.openingPhrase {
	font-weight:normal; color:#000000; font-size:22px; font-family:Georgia, Times New Roman, Times, serif;
}

/******************************************
	// HEADER //
******************************************/
.header_middle {
}

.header_middle_left {
	vertical-align:middle;
	height:100px;
	padding:10px;
	border-width:0 0 0 2px;
	border-color:#2D220F;
	border-style:solid;
}

.header_middle_right {
	vertical-align:middle;
	height:100px;
	border-width:0 2px 0 0;
	border-color:#2D220F;
	border-style:solid;
}

/******************************************
	// FOOTER //
******************************************/
.footer {
	background-color:#dedede;
	width:100%;
	height:100px;
	text-align:center;
	vertical-align:middle;
	border-width:0 2px 0 2px;
	border-color:#2D220F;
	border-style:solid;
}

/******************************************
	// UTILITY //
******************************************/
.enabled 
{
	display:block;
	visibility:visible;
}

.disabled 
{
	display:none;
	visibility:hidden;
}
.errorMessage 
{
	font-size:11px;
	font-weight:bold;
	color:#000000;
	font-family:Verdana;
	padding:8px;
}

.error
{
	font-size:11px;
	font-weight:bold;
	color:red;
	font-family:Verdana;
}
.successMessage 
{
	font-size:11px;
	font-weight:bold;
	color:green;
	font-family:Verdana;
	padding:8px;
}