
.noScreen{
	display: none;
}


 /* text styles */

.textBody{
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;

	padding-top: 0px;
}

.caption{
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #96A659;
	padding-top: 5px;
}


.link{
	font-family: Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #8C6D62;
	text-decoration: underline;
}

.link:hover{
	font-family: Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #8C6D62;
	text-decoration: none;
}


.link2{
	font-family: Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #385A89;
	text-decoration: underline;
}

.link2:hover{
	font-family: Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #385A89;
	text-decoration: none;
}







.navLink{
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 16px;

	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;

	padding: 0px;
	margin: 0px;
}

.navLink:hover{
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 16px;

	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;

	padding: 0px;
	margin: 0px;
}

 /* border styles */

.borderT1{
	border-style: solid none none none;
	border-width: 1px;
	border-color: #9D775F;
	background: url(images/line_t.gif) repeat-x right;
}

.borderT2{
	height: 20px;
	border-style: solid solid none none;
	border-width: 1px;
	border-color: #9D775F;
	background: url(images/line_t.gif) repeat-x right;
}

.borderL{
	width: 20px;
	border-style: none none none solid;
	border-width: 1px;
	border-color: #9D775F;
	background: url(images/line_l2.gif) repeat-y left;
}

.borderR{
	width: 20px;
	border-style: none solid none none;
	border-width: 1px;	
	border-color: #9D775F;
	background: url(images/line_r2.gif) repeat-y right;
}

.borderB1{
	height: 20px;
	border-style: none none solid solid;
	border-width: 1px;
	border-color: #9D775F;
	background: url(images/line_b.gif) repeat-x right;
}

.borderB2{
	height: 20px;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #9D775F;
	background: url(images/line_b.gif) repeat-x right;
}

.borderB3{
	height: 20px;
	border-style: none solid solid none;	
	border-width: 1px;
	border-color: #9D775F;
	background: url(images/line_b.gif) repeat-x right;
}




 /* positioning styles */

.mainBox{
	height: 20px;
	border-style: solid none none solid;
	border-width: 1px;
	border-color: #9D775F;
	background: url(images/line_t.gif) repeat-x right;
}


.contactBox{
	display: block;
	width: 428px;
	background-color: #EBE2CB;
	border: 1px solid #4F4F4F;
	border-color: #9D775F;

	text-align: center;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	font-weight: bold;

	padding: 5px;
}

.footerBox{
	display: block;
	background-color: #F3EFD8;
	border: 1px solid #4F4F4F;
	border-color: #9D775F;
	text-align: center;
	padding: 5px;

	font-family: Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #8C6D62;
	font-weight: normal;
}


