<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: PTSansRegular,Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: black;   
	margin: 0px;
	padding: 0px;
	background-color: white;
	background: url("/files/i/bg_pattern.png") repeat scroll 0 0;
/*	
font-family:'Open Sans',PTSansRegular,Helvetica,Arial,sans-serif;
font-size:16px;
font-weight:400;
font-style:normal;
font-size-adjust:none;
color:#363636;
line-height:23px;
text-align:justify;
font-stretch:normal;
font-variant:normal;
*/
}

h4 {
	color: #e93d0f;
	font-weight: bold;
	font-size: 24px;
}

#container {
	min-width: 1050px;
}

#header {
	background: url(/files/i/head4.png) no-repeat scroll 0 0 transparent;
	background-position: center top;
	height: 167px;
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
/*	background-color: #FFCC99; */
	background-color: #CCCCCC;
}

#nav {
	background: url(/files/i/vh.gif) repeat-x scroll 0 0 transparent;
	width: 100%;
	height: 48px;
	margin-bottom: 22px;
}

#btns {
	padding-top: 17px;
	width: 100%;
}

.btnl {
	background: url(/files/i/btnl.gif) no-repeat scroll 0 0 transparent;
	width: 6px;
	height: 28px;
	margin-left: 20px;
	float: left;
}

.btn {
	/*background: url(/files/i/btnv.gif) repeat-x scroll 0 0 transparent;*/
	background-color: black;
	height: 28px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	/*	border: thin solid red;*/
}

.btntxt {
	color: #e93d0f;
	font-weight: normal;
	padding-top: 8px;
}

.btntxt a,.btntxt:link,.btntxt:visited {
	text-decoration: none;
	color: #e93d0f;
}

.btnr {
	background: url(/files/i/btnr.gif) no-repeat scroll 0 0 transparent;
	width: 6px;
	height: 28px;
	float: left;
}

.btnl_a {
	background: url(/files/i/btnl_a.gif) no-repeat scroll 0 0 transparent;
	width: 7px;
	height: 43px;
	margin-left: 20px;
	float: left;
	margin-top: -12px;
}

.btn_a {
	background: url(/files/i/btnv_a.gif) repeat-x scroll 0 0 transparent;
	/*background-color: black;*/
	height: 43px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -12px;
	/*border: thin solid red;*/
}

.btntxt_a {
	color: black;
	font-weight: bold;
	padding-top: 12px;
}

.btntxt_a a,.btntxt_a:link,.btntxt_a:visited {
	color: black;
	font-weight: bold;
	padding-top: 12px;
	text-decoration: none;
}

.btnr_a {
	background: url(/files/i/btnr_a.gif) no-repeat scroll 0 0 transparent;
	width: 7px;
	height: 43px;
	float: left;
	margin-top: -12px;
}

#page { /*	border: thin solid red;*/
	float: left;
	width: 100%;
	overflow: hidden;
}

#lbar {
	width: 195px;
	background-color: #FFCC99;
	float: left;
	padding-left: 16px;
	padding-top: 16px;
	padding-bottom: 1000%;
	margin-bottom: -1000%;
	border-top-right-radius: 10px;
}


#content {
	padding-left: 16px;
	float: left;
	width: 63%;
	padding-bottom: 100px;
	background-image: url(/files/i/bblogo.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	min-height: 400px;
}

#rbar {
	background-color: #FFCC99;
	float: right;
	width: 120px;
	padding-bottom: 1000%;
	margin-bottom: -1000%;
	border-top-left-radius: 10px;
}

#prefoot {
	padding-left: 16px;
	width: 195px;
	background-color: #FFCC99;
	float: left;
}

#footer {
	padding-left: 10px;
	width: 60%;
	float: left;
	font-size: 12px;
	display: block;
	text-align: center;
}

#footer a {
	padding-right: 30px;
	text-decoration: none;
	color: black;
}

#postfoot {
	background-color: #FFCC99;
	float: right;
	width: 120px;
}

.menu_o {
	font-weight: bold;
	background-image: url(/files/i/ddown_o.gif);
	background-position: center right;
	padding-right: 10px;
	background-repeat: no-repeat;
}

.menu_i {
	display: block;
	padding-left: 12px;
	border-bottom: 1px dashed black;
}

.menu_ia {
	display: block;
	padding-left: 12px;
	border-bottom: thin dashed black;
	color: #e93d0f;
	
	text-decoration: none;
}

.menu_c {
	font-weight: normal;
	background-image: url(/files/i/ddown.gif);
	background-position: center right;
	padding-right: 10px;
	background-repeat: no-repeat;
	line-height: 30px;
}

.menu_o a,.menu_o:link,.menu_o:visited,.menu_i a,.menu_i:link,.menu_i:visited,.menu_c a,.menu_c:link,.menu_c:visited
	{
	text-decoration: none;
	color: black;
}

#fbForm th {
	text-align: right;
}

#fbForm th,#fbForm td {
/*	background-color: #FFFFFF; */
	border-bottom: 1px dashed #CCCFD1;
	padding: 3px 5px;
	vertical-align: top;
}

INPUT[type="text"] {
	border:solid 1px black;
}

TEXTAREA {
	border:solid 1px black;
	overflow: auto;
}

.error {
	color: Red;
	display: block;
	font-weight: bold;
}

a img {
    border: 0;
}</pre></body></html>