body
{
	margin: 0;
	background-color: #EAEAEB;
	background-position: top center;
	background-repeat: repeat-y;
	text-align: center;
	font-family: "Liberation Sans", "Arial", sans-serif;
	font-size: 20pt;
}

div.centered 
{
    text-align: center;
}

div.centered table 
{
    margin: 0 auto;
    text-align: left;
}

span.bold 
{
    font-weight: bold;
}

/*Very important!
To set margins for <p> styles and all derivatives like P, P.left, etc.,
'small p' style (next to the description) HAS to have 'margin: 0;'
(not 'margin-top: 0;' etc., only 'margin: 0;'),
otherwise setting margins for ANY paragraph style DOES NOT have any effect.
*/

p
{
	margin: 0px;
	font-size: 14pt;
}

p.left
{
	text-align: left;
	color: #673800;
}

p.center
{
	text-align: center;
	color: #673800;
}

p.justify
{
	margin-top: 5px;
	text-align: justify;
	color: #673800;
}

p.right
{
	text-align: right;
	color: #673800;
}

p.subtitle
{
	font-size: 24px;
	color: #35A157;
	margin-top: 54px;
	margin-bottom: 4px;
}

p.text
{
	line-height: 28px;
	text-align: justify;
	font-size: 16px;
	font-style: normal;	
	font-weight: normal;
	color: #606060;
}

p.copyright
{
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	font-style: normal;	
	font-weight: bold;
	color: #747474;
}

/*header.php*/
img.title
{
/*	IE8 does not correctly handles 100%, thus only in px!*/
	width: 1200px;
	height: 200px;
}

img.left
{
	margin-left: 14px;
}

img.icon
{
/*	IE8 does not correctly handles 100%, thus only in px!*/
	width: 24px;
	height: 19px;
	margin-right: 7px;
}

/*header.php*/
img.header_bottom_line
{
/*	IE8 does not correctly handles 100%, thus only in px!*/
	width: 1196px;
	height: 24px;
	text-align: center;
}

a
{
	color: #1C83D6;
	font-weight: bold;
}
a:visited
{
	color: #1C83D6;
	font-weight: bold;
}
a:active
{
	color: #1C83D6;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #1C83D6;
	font-weight: bold;
	text-decoration: underline;
}

a.layout_links:link img
{
	float: right;
	border: 2px solid #FDF9EE;
	text-decoration: none;
}
a.layout_links:visited img
{
	float: right;
	border: 2px solid #FDF9EE;
	text-decoration: none;
}
a.layout_links:hover img
{
	float: right;
	border: 2px solid red;
	text-decoration: none;
}
a.layout_links:active img
{
	float: right;
	border-color: red;
	text-decoration: none;
}

a.download_links:link
{
	font-size: 19px;
}
a.download_links:visited
{
	font-size: 19px;
}
a.download_links:hover
{
	font-size: 19px;
}
a.download_links:active
{
	font-size: 19px;
}

a.icon:link img
{
	border: none;
	border-color: none;
	text-decoration: none;
}
a.icon:visited img
{
	border: none;
	border-color: none;
	text-decoration: none;
}
a.icon:hover img
{
	border: none;
	border-color: none;
	text-decoration: none;
}
a.icon:active img
{
	border: none;
	border-color: none;
	text-decoration: none;
}

a.biography_links img
{
	border: 0;
}
a.biography_links:visited img
{
	border: 0;
}
a.biography_links:active img
{
	border: 0; 
	text-decoration: none;
}
a.biography_links:hover {
	border: 0;
	text-decoration: none;
}

a.previous:link
{
	font-size: 18px;
	color: #673800;
	font-weight: bold;
}
a.previous:visited
{
	font-size: 18px;
	color: #673800;
	font-weight: bold;
}
a.previous:hover
{
	font-size: 18px;
	color: #D44B00;
	font-weight: bold;
}
a.previous:active
{
	font-size: 18px;
	color: #D44B00;
	font-weight: bold;
}

a.next:link
{
	font-size: 18px;
	color: #673800;
	font-weight: bold;
}
a.next:visited
{
	font-size: 18px;
	color: #673800;
	font-weight: bold;
}
a.next:hover
{
	font-size: 18px;
	color: #D44B00;
	font-weight: bold;
}
a.next:active
{
	font-size: 18px;
	color: #D44B00;
	font-weight: bold;
}

/*header.php*/
table.header
{
	width: 1200px;
	margin-left: auto; 
	margin-right: auto;
	vertical-align: top;
	border-collapse: collapse;
	border: 0px;
/*	'padding: 0;' just does not work in css, zero padding for table is possible only
	while setting general style for 'td' padding to zero*/
	padding: 0px;
	border-spacing: 0px;
	border-left: 2px solid #425A74;
	border-right: 2px solid #425A74;
}

/*content.php*/
table.content
{
	width: 1198px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 30px;
	border-collapse: collapse;
	border: 0;
	padding: 0 0;
	border-spacing: 0 0;
	border-left: 2px solid #DADADB;
	border-right: 2px solid #DADADB;
	border-top: 2px solid #DADADB;
	border-bottom: 2px solid #DADADB;
	font-family: "Liberation Sans", "Arial", sans-serif;
	font-size: 12pt;
	background-color: white;
}

table.main_block_selector
{
	width: 738px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	vertical-align: top;
	border: 0;
	border-bottom: 2px solid #35A157;
	padding: 0;
}

/*content.php*/
tr.top
{
	vertical-align: top;
}

tr.title_ge
{
	vertical-align: top;
	height: 190px;
	background: url("/images/common/title_ge.jpg") 0 0 no-repeat;
}

tr.title_en
{
	vertical-align: top;
	height: 190px;
	background: url("/images/common/title_en.jpg") 0 0 no-repeat;
}

tr.white
{
	vertical-align: middle;
	background-color: white;
	height: 15px;
}

tr.redwhite
{
	vertical-align: middle;
	background-color: white;
}

/*common*/
td
{
	padding: 0;
}

td.spanned
{
	text-align: left;
	margin-top: 0;
	margin-left: 0;
	font-size: 14px;
	color: #818285;
	vertical-align: middle;
	line-height: 47px;
}

td.w280
{
	width: 280px;
	text-align: left;
	margin-top: 0;
	margin-left: 0;
	font-size: 14px;
	color: #818285;
	vertical-align: top;
	height: 47px;
	line-height: 47px;
	background: url("/images/common/red-left-bottom.jpg");
}

td.w818
{
	width: 818px;
	text-align: left;
	margin-top: 0;
	margin-left: 0;
	font-size: 18px;
	color: #818285;
	vertical-align: middle;
	height: 47px;
	line-height: 47px;
}

td.w100
{
	width: 100px;
	text-align: right;
	margin-top: 0;
	margin-left: 0;
	font-size: 18px;
	color: #818285;
	vertical-align: middle;
	height: 47px;
	line-height: 47px;
}

td.subtitle
{
	text-align: left;
	margin-top: 0;
	margin-left: 0;
	border-bottom: 2px solid #35A157;
	font-size: 18px;
	color: #818285;
}

/*common*/
td.right
{
	text-align: right;
}

/*image_processor.php*/
td.centered
{
	text-align: center;
}

/*content.php*/
td.footer
{
	width: 100%;
	background-color: black;
	vertical-align: top;
	text-align: center;
	color: white;
	line-height: 26px;
	font-size: 18px;
	font-style: italic;
}

@font-face {
    font-family: 'liberation_sansregular';
    src: url('fonts/liberationsans-regular-webfont.eot');
    src: url('fonts/liberationsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/liberationsans-regular-webfont.woff') format('woff'),
         url('fonts/liberationsans-regular-webfont.ttf') format('truetype'),
         url('fonts/liberationsans-regular-webfont.svg#liberation_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'liberation_sansbold';
    src: url('fonts/liberationsans-bold-webfont.eot');
    src: url('fonts/liberationsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/liberationsans-bold-webfont.woff') format('woff'),
         url('fonts/liberationsans-bold-webfont.ttf') format('truetype'),
         url('fonts/liberationsans-bold-webfont.svg#liberation_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'liberation_sansbold_italic';
    src: url('fonts/liberationsans-bolditalic-webfont.eot');
    src: url('fonts/liberationsans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/liberationsans-bolditalic-webfont.woff') format('woff'),
         url('fonts/liberationsans-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/liberationsans-bolditalic-webfont.svg#liberation_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'liberation_sansitalic';
    src: url('fonts/liberationsans-italic-webfont.eot');
    src: url('fonts/liberationsans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/liberationsans-italic-webfont.woff') format('woff'),
         url('fonts/liberationsans-italic-webfont.ttf') format('truetype'),
         url('fonts/liberationsans-italic-webfont.svg#liberation_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}