
body {
	background-color: #fff;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #f00;
}





/* top_left_image - small image on top-left corner */

td.top_left_image {
	background: #78a8ef url(img/biuro-240x140.gif) top left;
	background-attachment: scroll; /* fixed; */
	background-repeat: no-repeat;
	width: 240px;
	height: 140px;
}



/* menu_entry - menu on the left */

td.left_menu_column {
	border-width: 0px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: #78a8ef;
	vertical-align: top;
	width: 240px;
}
	
table.menu_body {
	width: 240px;
}
td.menu_body {
	border-width: 0px;
	padding: 20px 5px 20px 5px;
	margin: 0 0 0 0;
	background: #78a8ef;
}

p.menu_address_card {
	font-weight: normal;
	text-align: center;
	font-family: Times New Roman, Arial;
	font-size: 12pt;
	color: white;
}

a.menu_entry {
	text-align: center;
	font-family: Times New Roman, Arial;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
}

a.menu_entry:link, a.menu_entry:visited, a.menu_entry:active {
	color: #FFFFFF;
} 
a.menu_entry:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a.submenu_entry {
	font-size: 10pt;
}

a.menu_current_entry {
	text-decoration: underline;
}

td.menu_body hr {
	margin: 2px;
	width: 90%;
	height: 0px;
	border: dashed #bbd3f7;
	border-width: 1px 0 0 0;
}



/* main_body - style of main body page */

td.main_body {
	max-width: 1040px; /* 1280px - 240px; */
	min-width: 744px; /* 1024px - 240px - 40px; */
	border-width: 0px;
	margin: 0 0 0 0;
	padding: 20pt 50pt 20pt 50pt;
	background: white url(../img/tlo.png) top left;
	background-attachment: scroll; /* fixed; */
	background-repeat: no-repeat;
}
span.main_body,
p.main_body,
td.main_body p,
td.main_body ul li,
td.main_body dl dt,
td.main_body dl dd {
	font-weight: normal;
	text-align: left;
	font-family: Times New Roman, Arial;
	font-size: 14pt;
	color: #000000;
}
span.main_body, p.main_body, td.main_body p {
	margin-bottom: 0pt;
	margin-top: 14pt;
	text-indent: 24pt;
}
td.main_body dl dt {
	font-weight: bold;
	letter-spacing: 0.5pt;
	padding-bottom: 1pt;
}
td.main_body dl dd {
	font-size: 12pt;
	margin-left: 10px;
	line-height: 95%;
}
span.main_body_smaller_text {
	font-size: 12pt;
}
td.main_body img {
	border: 0;
}
td.main_body a:link {text-decoration: none; color: #000000} 
td.main_body a:visited {text-decoration: none; color: #000000} 
td.main_body a:active {text-decoration: none; color: #000000} 
td.main_body a:hover {text-decoration: underline; color: #000000}
td.main_body table.images_set {
	border-width: 0;
	margin: 0 0 0 0;
	padding: 5pt 5pt 5pt 5pt;
	width: 100%;
}
td.main_body table.images_set tr td {
	text-align: center;
	vertical-align: middle;
}
td.main_body table.images_set tr td.left_bank {
	padding-left: 0;
}
td.main_body table.images_set tr td.right_bank {
	padding-right: 0;
}
td.main_body ul {
	margin: 6pt 0 0 0;
	list-style-type: disc;
	list-style: outside;
}
td.main_body ul.framed li {
	vertical-align: bottom;
}

/*
td.main_body ul.framed li {
	border-width: 0px;
	border: solid red;
}
*/



/* header style */

td.header_box {
/*  background: #236ede; */
    background: #0c50b6;
	text-align: center;
	max-width: 1040px; /* 1280 - 240 */
	min-width: 744px; /* 1024px - 240px - 40px; */
}
td.header_huge_text {
	font-family: Times New Roman,Tahoma,Arial;
	font-size: 80pt;
	font-style: italic;
	line-height: 100%;
	color: #eee;
	margin: 0;
	padding: 0 0px 0 20px;
	text-align: center;
	vertical-align: middle;
	width: 50%;
/* 	height: 80%; */
}
td.header_list_elements {
	font-family: Times New Roman,Tahoma,Arial;
	font-size: 20pt;
	font-weight: 400;
	color: white;
	margin: 0;
	padding: 0 30px 0 0px;
	text-align: left;
	vertical-align: middle;
	width: 50%;
/*	height: 100%; */
	line-height: 105%;
	letter-spacing: 50%;
}
td.header_list_elements span ul {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
}
td.header_list_elements span ul li {
	white-space: nowrap;
}



/* footer style */

p.footer {
	text-decoration: none;
	font-family: Tahoma,Arial;
	font-size: 8pt;
	color: #666666;
}
hr.footer {
	border: 0;
	width: 100%;
	height: 1px;
	background-color: #888888;
	color: #888888;
}

.yellow_blinking_row {
	text-align: center;
	font-family: Arial;
	font-size: 16pt;
	white-space: nowrap;
}

