/*!
\ body header text elements
*/
/* link */
a.BHMenuLink { color: #FFFFFF; font-size: 14px !important; font-weight: bold; }
/* link selected */
a.BHMenuLinkS { color: #FFA54F; font-size: 14px !important; font-weight: bold; }
/* hover link */
a.BHMenuLink:hover, a.BHMenuLinkS:hover { color: #FFA54F; }

/*!
\ body footer text elements
*/
/* separator bar */
span.BFMenuBar { padding: 0px 6px; }
/* link */
a.BFMenuLink { /*font-weight: bold;*/ }
/* hover link */
a.BFMenuLink:hover { color: #FFA54F; }
/* info link */
a.BFInfoLink { color: #FFFFFF; font-weight: bold; }
/* hover link */
a.BFInfoLink:hover { color: #FFA54F; font-weight: bold; }


/*!
\ form elements
*/
/* input */
input, input:disabled
{
	background-color: #FFFFFF;
	border-top: 1px solid #0808FF;
	border-right: 1px solid #000080;
	border-bottom: 1px solid #000080;
	border-left: 1px solid #0808FF;
	line-height: 1.4 !important;
	padding: 0px 2px 0px 2px;
	vertical-align: middle;
}
input[disabled] { color: #808080; }
input[type="radio"] { border-style: none; }
input[type="checkbox"] { border-style: none; }
input.chkBox { background-color: #FFFCF4; border-style: none;}

p.BMCAbout
{
	font-style: italic;
	text-indent: 24px;
}

span.BMCTitle1 { display: block; font-style: normal; font-weight: bold; letter-spacing: 3px; margin-bottom: 14px; text-indent: 48px; }
span.BMCTitle2 { display: block; font-style: italic; font-weight: bold; letter-spacing: 3px; margin-bottom: 04px; text-indent: 24px; }
span.BMCTextNormal { display: block; font-style: normal; font-weight: normal; margin: 4px 0px 4px 0px; text-indent: 24px; }
