/* PNG FIX */
#head img {behavior: url(css/iepngfix.htc);}
/* 2007 */


html, body { text-align: center; min-height: 100%; margin: 0; padding: 0; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,input, textarea, p, blockquote, th, td {margin: 0; padding: 0;}

body {
	color: #ffffff;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../img/body_bg.jpg);
}

ul, li, p, img { list-style: none; border: 0; font-weight: normal; }

.clean { clear: both; }

#page-wrapper {
	font: 12px Tahoma, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-image: url(../img/p_wrapper.jpg);
	background-position: center top;
	width: 100%;
}

#page-container {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 940px;
	background-color: #FFFFFF;
}

div#head {
	position: relative;
	z-index: 2;
	height: 240px;
	background-color: #FFFFFF;
}

/* head BG images ++++++++++ */
#page-container .pg_index {
	background-position: center top;
	background-image: url(../img/pg_index_bg.jpg);
	background-repeat: no-repeat;
}

#page-container .pg_bank {
	background-position: right 20px;
	background-image: url(../img/pg_bank_bg.png);
	background-repeat: no-repeat;
}

#page-container .pg_netb {
	background-position: right top;
	background-image: url(../img/pg_netb_bg.jpg);
	background-repeat: no-repeat;
}

#page-container .pg_nb {
	background-position: right top;
	background-image: url(../img/pg_nb_bg.jpg);
	background-repeat: no-repeat;
}

#page-container .pg_fo {
	background-position: right top;
	background-image: url(../img/pg_fo_bg.jpg);
	background-repeat: no-repeat;
}
#page-container .pg_contact {
	background-position: right 2px;
	background-image: url(../img/pg_contact_bg.jpg);
	background-repeat: no-repeat;
}

#page-container .pg_ur {
	background-position: right bottom;
	background-image: url(../img/pg_ur_bg.jpg);
	background-repeat: no-repeat;
}
/* head BG images ++++++++++ */

#head #logos {
	width: 285px;
	position: absolute;
	left: 7px;
	top: 52px;
	height: 180px;
	z-index: 3;
}
#logos #logo1 {
}
#logos #logo2 {
	margin: 10px 0 0 0;
}
#logos #slogan {
	margin: 20px 0 0 0;
}

#head #bank_bg {
	bottom: 8px;
	position: absolute;
	width: 575px;
	height: 155px;
	left: 188px;
	z-index: 2;
}
#head #language {
	color:#333333;
	position: absolute;
	top: 12px;
	right: 15px;
}
#head #language a {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 0 0 5px;
	color: #666666;
}

#head #language a:hover {
	color: #8b170e;
	text-decoration: none;
}

#head #language a.thiz {
	text-decoration: none;
	color: #8b170e;
}




#head #personage {
	position: absolute;
	z-index: 4;
}

/* head PP images ++++++++++ */

#head .pp_bank {
	width: 179px;
	height: 144px;
	bottom: 0px;
	right: 100px;
	background-repeat: no-repeat;
	background-image: url(../img/pp_bank.png);
	background-position: left top;
}

#head .pp_netb {
	width: 265px;
	height: 219px;
	bottom: 0px;
	right: 180px;
	background-repeat: no-repeat;
	background-image: url(../img/pp_netb.png);
	background-position: left top;
}

#head .pp_nb {
	width: 161px;
	height: 230px;
	bottom: 0px;
	right: 180px;
	background-repeat: no-repeat;
	background-image: url(../img/pp_nb.png);
	background-position: left top;
}

#head .pp_fo {
	width: 267px;
	height: 225px;
	bottom: 0px;
	right: 100px;
	background-repeat: no-repeat;
	background-image: url(../img/pp_fo.png);
	background-position: left top;
}

#head .pp_contact {
	width: 192px;
	height: 229px;
	bottom: 0px;
	right: 170px;
	background-repeat: no-repeat;
	background-image: url(../img/pp_contact.png);
	background-position: left top;
}
#head .pp_ur {
	width: 275px;
	height: 224px;
	bottom: 0px;
	right: 120px;
	background-repeat: no-repeat;
	background-image: url(../img/pp_ur.png);
	background-position: left top;
}
/* head PP images ++++++++++ */

/* Menu Nav*/
#nav {
	float: right;
	width: 100%;
	margin: 0px 0px 0px 0px;
	display: inline;
	height:48px;
	background: #898270;
	border-top: solid #674c2c 1px;
}

#nav ul {
	overflow:hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	float: left;
	margin: 0;
	display: inline;
}

#nav ul li a {
	text-decoration: none;
	line-height: 48px;
	display: block;
	padding: 0 15px 0 20px;
	margin: 0 5px 0 0;
	color: #FEFEFE;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

#nav ul li a:hover {
	/*text-decoration:underline;*/
	color: #FEFEFE;
	background-color: #65615c;
	background-position: right top;
	background-image: url(../img/nav_hover.gif);
	background-repeat: no-repeat;
}

#nav ul li a.thiz {
	/*text-decoration:underline;*/
	color: #FEFEFE;
	background-color: #8b170e;
	background-position: right top;
	background-image: url(../img/nav_on.gif);
	background-repeat: no-repeat;
}
/* Menu Nav*/
#subnav {
	float: left;
	margin: 0 0 0 0;
	display: inline;
	background-image:url(../img/subnav_end.jpg);
	background-position: right top;
	background-repeat:no-repeat;
	width: 100%;
	background-color: #8b170e;
}

#subnav ul {
	overflow:hidden;
	margin: 3px 0 0 0;
	padding: 0;
	list-style: none;
}

#subnav ul li {
	float: left;
	margin: 0 0 5px 0;
	display: inline;
	margin-left:-1px;
	background-image:url(../img/subnav_sline.jpg);
	background-repeat:no-repeat;
	background-position: left center;
}

#subnav ul li a {
	text-decoration: none;
	line-height: 27px;
	display: block;
	padding: 0 6px 0 12px;
	margin: 0 5px 0 0;
	color: #FEFEFE;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#subnav ul li a:hover,
#subnav ul li a.thiz {
	text-decoration:underline;
}

#body #title {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#675545;
	font-weight:bold;
	margin: 30px 0 0 30px;
}

#body #title a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#675545;
	font-weight:bold;
	margin: 0 0 0 0;
	text-decoration:none;
}

#body #title a:hover {
	text-decoration:underline;
	color:#8b170e;
}

/*INDEX NEW STYLE*/

#IndexNews { 
	float: left; 
	width: 100%;
}

#IndexNews ul { 
	list-style: none;
	margin: 25px 0 0 30px;
}
#IndexNews li { 
	float:left; 
	width: 200px; 
	position: relative;
	margin-right: 25px;	
}
#IndexNews li.last { 
	margin-right: 0; 
}
#IndexNews li p { 
	text-align: justify;
	color: #575247;
	font-size: 12px;
	line-height: 17px;
}
#IndexNews h2 { 
	font-size:13px;
	color: #575247;
	text-align: left;
	margin-bottom:11px;
}
#IndexNews h2 a {
	font-weight: bold;
	color: #575247;
	text-decoration: none; 
}
#IndexNews h2 a:hover {	
	color: #b12d1b;
	text-decoration: underline;
}	
#IndexNews a { 
	color: #b12d1b; 
	text-decoration: none; 
	font-weight: bold; 
}
#IndexNews a:hover {
	text-decoration: underline;
}
/*INDEX NEW STYLE*/
/*INDEX STOCK*/

#stock {
	margin:40px 0 0 0;
	text-align:center;
	float: left; 
	width: 940px;
}

#stock ul { 
	list-style: none;
	margin: 25px 0 0 0;
}
#stock li { 
	float:left; 
	width: 450px; 
	position: relative;
	margin-right: 10px;	
}
/*INDEX STOCK*/

#body {
	min-height: 400px;
}

#body #page_title {
	margin: 30px 28px 0 0;
	float: right;
}


#body #texts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: left;
	text-align: left;
	padding: 40px 30px 0 50px;
	width: 860px;
}
#body #texts ul.nd li{
	list-style-type: none;
}

#body #texts ul.mp{
	padding: 0 0 0 30px;
}

#body #texts ul {
	padding: 0 0 5px 30px;
}
#body #texts li {
	list-style-type: circle;
	padding: 0 0 3px 3px;
}
#body #texts p {
	margin: 0 0 10px 0;
	line-height: 18px;
	text-align: justify;
}
#body #texts p.box {
	margin: 50px 0 50px 0;
}
#body #texts h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8b170e;
	padding: 10px 0 10px 0;
}

#body #texts h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8b170e;
	padding: 10px 0 20px 0;
}

#body #texts strong.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8b170e;
	padding: 0;
	margin: 0;
}

#body #texts img.label {
	padding:0 30px 0 30px;
	margin: 0 0 0 0;
	float: left;
}





#texts #text_123 {
	display: block;
	float: left;
	margin: 40px 0 0 40px;
}
#texts #text_123 ul {
	list-style-type:none;
	margin: 25px 0 0 30px;
	text-align: center;
}

#texts #text_123 li {
	float:left;
	width: 200px;
	position: relative;
	padding: 0 20px 0 20px;
	list-style:none;
}
#texts #text_123 p {
	text-align: left;
	color: #575247;
	font-size: 15px;
	padding: 0 0 0 25px;
	font-weight: bold;
	letter-spacing: 1px;
}
#texts #text_123 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size:38px;
	color: #000000;
	text-align: left;
	text-indent: 5px;
}

#tab3 {
	float: left;
	width: 869px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../_files/images/today_tabs.gif);
	position: relative;
	margin: 50px 0 0 0;
}

#tab3 #pl_1 {
	width: 215px;
	height: 150px;
	position: absolute;
	left: 55px;
	top: 0px;
}

#tab3 #pl_2,
#tab3 #pl_3,
#tab3 #pl_4,
#tab3 #pl_5,
#tab3 #pl_6 {
	width: 260px;
	height: 125px;
	position: absolute;
	text-align:left;
}

#tab3 #pl_2 h3,
#tab3 #pl_3 h3,
#tab3 #pl_4 h3,
#tab3 #pl_5 h3,
#tab3 #pl_6 h3{

	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#f2f2f2;
	padding: 0 0 7px 0;
}

#tab3 #pl_2 p,
#tab3 #pl_3 p,
#tab3 #pl_4 p,
#tab3 #pl_5 p,
#tab3 #pl_6 p{

	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#f2f2f2;
	padding: 0 0 0 10px;
}

#tab3 #pl_2 {
	top: 34px;
	left: 315px;
	
}

#tab3 #pl_3 {
	top: 34px;
	left: 600px;
	
}

#tab3 #pl_6 {
	top: 172px;
	left: 600px;
	
}


#tab3 #pl_5 {
	top: 172px;
	left: 315px;
	
}

#tab3 #pl_4 {
	top: 172px;
	left: 30px;
	
}











#body #top_contakt {
	margin: 70px 0 30px 0;
	float: left;
	display: block;
	width: 940px;
}
#top_contakt #block_1 {
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	margin: 0 0 0 90px;
	width: 350px;
}
#top_contakt #block_2 {
	float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	margin: 0 0 0 80px;
	width: 350px;
}
#top_contakt #block_1 h2,
#top_contakt #block_2 h2 {
	font-size: 15px;
	color: #b02c1a;
	padding: 2px 0 15px 0;
}
#top_contakt #block_1 ul,
#top_contakt #block_2 ul {
	padding: 0 0 0 5px;
}

#top_contakt #block_1 li,
#top_contakt #block_2 li {
	padding: 2px 0 2px 16px;
	background-repeat: no-repeat;
	background-image: url(../img/in_list.gif);
	background-position: left center;
	list-style:none;
}

#top_contakt #block_1 strong,
#top_contakt #block_2 strong {
	font-size: 12px;
	margin: 0 10px 0 0;
	color: #898270;
}
#body #table_contact {
	float: left;
	width: 700px;
	margin: 40px 0 30px 160px;
	text-align: left;
}
#table_contact table {
	padding: 0;
	border: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}

#table_contact table .title{
	font-family: Arial, Helvetica, sans-serif;
	color: #898270;
	font-weight: bold;
	font-size: 13px;
	padding: 0 0 10px 5px;
	
}

#table_contact table td{
	height: 20px;
	padding: 5px 0 5px 5px;
	border-bottom: dotted #cccccc 1px;
}


#table_contact table .td1{
	width: 175px;
}

#table_contact table .td2{
	width: 310px;
}

#table_contact table .td3{
	width: 105px;
}


/*STOCKS*/

#body #table {
	float: left;
	width: 700px;
	margin: 40px 0 40px 100px;
	text-align: left;
}
#table table {
	padding: 0;
	border: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}

#table table .title{
	font-family: Arial, Helvetica, sans-serif;
	color: #898270;
	font-weight: bold;
	font-size: 13px;
	padding: 0 0 10px 5px;
	
}

#table table td{
	vertical-align: top;
	height: 20px;
	padding: 5px 0 10px 5px;
	border-bottom: dotted #cccccc 1px;
}


#table table .td1{
	width: 175px;
}

#table table .td2{
	width: 330px;
}

#table table .td3{
	width: 85px;
}

strong.red{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#8b170e;
}
#page-wrapper #page-container #footer {
	width: 100%;
	height: 35px;
	background-color: #898270;
	position: relative;
	padding: 9px 0 0 0;
	margin: 34px 0 10px 0;
}
#footer span {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}

#footer span.master {
	line-height: 15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
}

#body #years {
	margin: 35px 0 0 22px;
	text-align: left;
	float: left;
	width: 800px;
}
#body #years ul li {
	margin: 0 0 0 0;
	display: inline;
	float: left;
	padding: 0 10px 0 10px;
}
#body #years h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#body #years h3 a:hover,
#body #years h3 a.thiz {
	color: #333333;
	text-decoration: none;
}

#body #years h3 a {
	color: #8b170e;
	text-decoration: underline;
}

#body #ListNews {
	float: left;
	width: 870px;
	text-align: left;
	padding: 30px 0 0 40px;
	color: #000000;
}
#ListNews li {
	padding: 0 0 25px 0;
}
#ListNews em {
	color: #999999;
	padding: 0 0 5px 0;
	font-size: 11px;
}
#ListNews p.title {
	font-weight: bold;
	padding: 5px 0 10px 0;	
}

#ListNews p {
	line-height: 18px;
}

#ListNews p.title a,
#ListNews p a {
	color: #898270;
	text-decoration: underline;
}

#ListNews p.title a:hover,
#ListNews p a:hover {
	color: #8b170e;
	text-decoration: none;
}



/**********************************************  new 2008, styles v.02  ************************************/

div.newsTitle {
	overflow:hidden;
	float:left;
	width: 600px;
	text-align:left;
	margin: 50px 0 0 30px;
	_margin: 50px 0 0 15px;
}

div.newsTitle .title {
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#675545;
	font-weight:bold;
}

a.archive_news {
	margin: 0 0 0 7px;
	font-size: 11px;
	color: #8b170e;
}

a.archive_news:hover {
	text-decoration:none;
}



ul.info_display {
	float:left;
	display:block;
	width: 880px;
	color:#000000;
	margin: 30px 0 0 30px;
	_margin: 30px 0 0 15px;
}

ul.info_display li {
	display: block;
	float: left;
	/*border: 1px #00CC00 solid;*/
}

ul.info_display li.info_center {
	width: 195px;
	margin: 0 25px 0 0;
}


ul.info_display li.stock {
	text-align:left;
	width: 420px;
	margin: 0 35px 0 0;
}


ul.info_display li.info_center h2.phone {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 10px 0 5px 0;
	font-size:24px;
	color: #b02c1a;
}

ul.info_display li.info_center p {
	font-size:11px;
	color: #767676;
}

ul.info_display li.info_center strong {
	letter-spacing: 1px;
	color:#675545;
}

ul.info_display li.stock .title {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#675545;
	font-weight:bold;
}

ul.info_display li.stock ul {
	margin: 7px 0 0 0;	
}

ul.info_display li.stock ul li {
	float:none;
	margin: 0 0 6px 0;
	padding: 0 0 0 0;
}

ul.info_display li.stock ul li a {
	color: #8b170e;
}

ul.info_display li.stock ul li a:hover {
	text-decoration:none;
}





ul.info_display li.kurs {
	width: 205px;
	text-align:left;
	color:#575247;
}

ul.info_display li.kurs span.t {
	font-size:10px;
}

ul.info_display li.kurs span.t strong {
	font-size:13px;
	padding: 0 35px 0 0;
}

ul.info_display li.kurs table {
	border:0px;
}
ul.info_display li.kurs th {
	font-weight: normal;
	width: 65px;
	padding: 5px 0 10px 0;
	font-size:11px;
	text-align:left;
}

ul.info_display li.kurs td {
	padding: 2px 0 2px 0;
	font-size:11px;
}

ul.info_display li.kurs span.up {
	color:#4f9560;
	background-image:url(../img/up.gif);
	background-repeat:no-repeat;
	background-position: right center;
	padding: 0 10px 0 0;
}

ul.info_display li.kurs span.down {
	color:#de5b64;
	background-image:url(../img/down.gif);
	background-repeat:no-repeat;
	background-position: right center;
	padding: 0 10px 0 0;
}


div.feedback {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: left;
	padding: 40px 20px 0 180px;
	width: 800px;
}

div.feedback h1 {
	font-size: 16px;
	color: #b02c1a;
	padding: 2px 0 20px 0;
}

div.feedback table {
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}


div.feedback td {
	vertical-align:top;
	padding: 10px 0 10px 0;
}

div.feedback td.fist {
	width: 220px;
}

div.feedback td.fist img {
	margin: 0 0 0 20px;
}


div.feedback td.info {
	padding-bottom: 40px;
	font-size:12px;
	
}

div.feedback #input_submit {
	width: 130px;
	height: 27px;
	font-size:13px;
	line-height:18px;
	margin: 0 0 0 220px;
   _margin: 0 0 0 205px;
}

div.feedback #input_name,
div.feedback #input_email,
div.feedback #input_text {
	padding: 2px;
	width: 310px;
	font-size:13px;
}

div.feedback #input_code {
	padding: 2px;
	font-size:13px;
}


#credit_calc {
	width: 500px;
	margin: 0 0 0 200px;
}
#credit_calc .roz_form {
	width: 450px;
}
#credit_calc .roz_form td {
	text-align: left;
	vertical-align:top;
	padding: 7px 0 7px 0;
}

#credit_calc .roz_form td.doter {
	border-bottom: dotted #cccccc 1px;
}

#credit_calc .roz_form td.fist {
	vertical-align:top;
	padding: 7px 0 7px 0;
}

#credit_calc .roz_form #but_graph {
	width: 190px;
	height: 27px;
	font-size:13px;
	line-height:18px;
}
#credit_calc .roz_form #credit_sum {
	padding: 2px;
	font-size: 13px;
}
#credit_calc .roz_form .p30 {
	padding: 30px 0 0 0;
}
#credit_calc #credit_tab {
	text-align:center;
	padding: 50px 0 0 0;
}

#credit_calc #credit_tab td {
	padding: 4px 0 4px 0;
	border-bottom: dotted #cccccc 1px;
}
#credit_calc #credit_tab th {
	padding: 0 10px 10px 10px;
}







#deposit_calc {
	width: 700px;
	margin: 0 0 0 180px;
}

#deposit_calc #submitter {
	width: 170px;
	height: 27px;
	font-size:13px;
	line-height:18px
}

div#city {
	padding: 0 0 30px 0;
}
div#city ul {
	list-style-type:none;
}
	
div#city li {
	margin:0 0 4px 0;	
}

div#city a {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0 0 0 5px;
	color: #8f8e8e;
}

div#city a:hover {
	color: #8b170e;
	text-decoration: none;
}

div#city a.thiz {
	font-size: 17px;
	text-decoration: none;
	color: #8b170e;
}

















/*************************************************************************/


.InputTD { background-color:#ededed;padding:2px 0px 2px 0px; }

#deposit_calc table.tMinWidth { width: auto; }
#deposit_calc table th, .content table td { padding: 0.5em 2em 0.5em 0; }
#deposit_calc table th { text-align: left; font-weight: bold; border-bottom: 1px solid black; }
#deposit_calc table th.number, .content table td.number { text-align: right; }
#deposit_calc table th.nonBorder { border-top: 0px; }
#deposit_calc table th span.comment { font-weight: normal; font-size: 90%; color: #767676; }
#deposit_calc table th.sorter img { vertical-align: middle; position: relative; left: -14px; margin: 0 -8px 0 0; }
#deposit_calc table.ColumnList ul { margin-left: 0px; }
#deposit_calc table.ColumnList ul li { list-style: none; line-height: 150%; }

#deposit_calc table.layout { margin: 0; width: auto; }
#deposit_calc table.layout td { padding: 0; border: 0; }
#deposit_calc table.padding td { padding: 5px; }
#deposit_calc table.padding td table.layout td { padding: 0; }
#deposit_calc table.padding td table.padding td { padding: 5px; }
#deposit_calc table.padding td table.padding td table.layout td { padding: 0; }



.calBtn {
	padding: 0;
	font-family: sans-serif;
	font-size: 30%;
}

.calBtn img {
	margin: 0;
}

.calendarTable {
	width: auto;
}

.purpleCell {
	background-color: #617180;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 75%;
}

.yearMonthTable {
	margin-bottom: 3px;
}

.yearMonthTable td {
	padding: 3px 3px 0 3px;
}

.whiteCell {
	background-color: #ffffff;
	color: #810831;
	font-family: sans-serif;
	font-size: 75%;
	padding: 1px 3px;
}

.sundayCell {
	background-color: #ffffff;
	color: #666666;
	font-family: sans-serif;
	font-size: 75%;
	padding: 1px 3px;
}

.overCell {
	background-color: #ffffff;
	color: #cc0000;
	font-family: sans-serif;
	font-size: 75%;
	padding: 1px 3px;
}

.blackCell {
	background-color: #7D0024;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 75%;
	padding: 1px 3px;
}

#candarLeer {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
/*************************************************************************/