body {margin:0; padding:0; background:#FFFFFF;}
table, td {border-collapse:collapse;}
table, td, img {border:0;}
form, td {margin:0; padding:0;}
td, tr {
	color:#999999;
	vertical-align:top;
	text-align:left;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}

.border{height:100%; border:1px solid #DFDFDF; width:1px;}

a{ color:#669EDE; text-decoration:underline;}
a:hover{ text-decoration:none;}

b a{ color:#3F3F3F; text-decoration:underline; font-weight:normal;}
b a:hover{ text-decoration:none;}
strong{ color:#989898}
strong a{ color:#6099DB; text-decoration:none; font-weight:normal; font-weight:bold;}
strong a:hover{ text-decoration:underline;}
b img{ margin:0 0 0 5px;}
strong img{ margin:0 0 0 5px;}

span a{ color:#8B8B8B}
span{ color:#669EDE}

div{ width:72px; height:18px; color:#FFFFFF; font-weight:bold; padding:1px 0 1px 0; text-align:center; background:url(images/bgr_11.jpg) top left repeat-x;}

b{ color:#666666}



ul { margin:0; padding:0; list-style:none;}
li {margin:0; padding:0; font-size:12px;}
li a {line-height:18px; color:#669EDE; text-decoration:underline;}



/*header*/
.bgr_logo{background:url(images/bgr_logo.jpg) top left no-repeat; width:766px; height:119px;}
.bgr_logo img{ margin:25px 0 0 182px;}
.top1{background:url(images/bgr_top.jpg) top left no-repeat; width:766px; height:243px; padding:82px 0 0 60px;}
.top2{ margin-top:16px;}
/*header_end*/

/*footer*/
.footer{height:100%; width:100%; background:#EEEEEE; padding:34px 0 37px 37px;}
.footer span{ color:#6596CF;}
.footer a{ color:#6596CF; text-decoration:none}
.footer a:hover{ color:#6596CF; text-decoration:underline}
/*footer_end*/

/*content*/
.t{width:100%; height:100%;}
.cont_bgr1{height:410px; background:url(images/bgr_top_cont.jpg) top left no-repeat; width:766px;}
.cont_bgr2{background:url(images/bgr_bot_cont.jpg) bottom left no-repeat;}

.cont_bgr1a{height:410px; background:url(images/bgr_top_conta.jpg) top left no-repeat; width:766px;}
.cont_bgr2a{background:url(images/bgr_bot_conta.jpg) bottom left no-repeat;}

.f1 td input{ width:139px; height:18px;  vertical-align:middle; font-size:11px; color:#000000; padding:0 0 0 4px;}
.f1 td img{ vertical-align:middle;}
.txt2 a{ font-size:12px;}
.txt1 td{ line-height:12px;}

.q1{ width:254px;}
.q2{ color:#669EDE}

.txt3 td{ line-height:17px;}
.txt3 td a{ text-decoration:none}
.txt3 td a:hover{ text-decoration:underline}

.ins1 td span a{ color:#C72E29;}



.f2 td input{width:182px; height:18px; }
.f2 td textarea{width:175px; height:75px; overflow:auto; margin-bottom:5px;}
.f2 td textarea, input{ color:#999999; padding:0 0 1px 4px; font-size:11px; font-family:Tahoma;}

.f3 td{ height:29px;}
.f3 table{ width:211px}

.txt4 strong{ color:#669EDE}

/* vertical menu bar */
ul.mbv {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 9em;
}
ul.mbv li {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #9CC; /* fixes gap problem in IE */
	position: relative;
	z-index: 1;
}
ul.mbv ul {
	margin: 0 0 0 2px;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0; /* if using borders, -1 to align top borders */
	left: 11em;
	width: 11em;
	background: #9CC;
	z-index: 2;
}
/* separator to mark end of menu group */
ul.mbv li.end {
	border-bottom: 1px dashed #399;
}

ul.mbv li a:link,
ul.mbv li a:visited,
ul.mbv li a:hover,
ul.mbv li a:active {
	display: block;
	padding: .2em .5em;
	width: 10em;
	text-decoration: none;
	background: #9CC;
	color: #399;
}
ul.mbv li a:hover,
ul.mbv li a:active {
	background: #399;
	color: #FFF;
}

ul.mbv li a.hidden:link,
ul.mbv li a.hidden:visited {
	background: #9CC url(mb.gif) 100% -12px no-repeat;
}
ul.mbv li a.visible:link,
ul.mbv li a.visible:visited,
ul.mbv li a.visible:hover,
ul.mbv li a.visible:active {
	background: #399 url(mb.gif) 100% -62px no-repeat;
	color: #FFF;
}


/* horizontal menu bar */
ul.mbh {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
ul.mbh li {
	float: left;
	padding: 0;
	margin: 0;
	z-index: 1;
}
ul.mbh ul li {
	float: none;
	position: relative;
	border-bottom: 1px solid #9CC; /* fixes gap problem in IE */
}
/* separator to mark end of menu group */
ul.mbh ul li.end {
	border-bottom: 1px dashed #399;
}
ul.mbh li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: 0;
	left: 0;
	background: #9CC;
	z-index: 2;
}
ul.mbh ul ul {
	margin-left: .2em;
	position: absolute;
	top: 0; /* if using borders, -1px to align top borders */
	left: 9em;
}

ul.mbh li a:link,
ul.mbh li a:visited,
ul.mbh li a:hover,
ul.mbh li a:active {
	display: block;
	padding: .2em .5em;
	text-decoration: none;
	background: #9CC;
	color: #399;
}
ul.mbh li a:hover,
ul.mbh li a:active {
	background: #399;
	color: #FFF;
}
ul.mbh ul li a:link,
ul.mbh ul li a:visited,
ul.mbh ul li a:hover,
ul.mbh ul li a:active {
	width: 8em;
}

ul.mbh ul li a.hidden:link,
ul.mbh ul li a.hidden:visited {
	background: #9CC url(mb.gif) 100% -12px no-repeat;
}
ul.mbh li a.visible:link,
ul.mbh li a.visible:visited,
ul.mbh li a.visible:hover,
ul.mbh li a.visible:active {
	background: #399;
	color: #FFF;
}
ul.mbh ul li a.visible:link,
ul.mbh ul li a.visible:visited,
ul.mbh ul li a.visible:hover,
ul.mbh ul li a.visible:active {
	background: #399 url(mb.gif) 100% -62px no-repeat;
}

/*content_end*/




.Hyperlink_Manu {
	font-family: "Poor Richard";
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
}

