html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #ffffff;
	color: #2E87C7;
	font: 11px Arial, sans-serif;
}

.nl_button {
	align :center;
	border: 0px;
	background-color: transparent;
	color: #ffffff;
	font: 11px Arial, Verdana, sans-serif;
	font-weight: bold;
}

td.btn_left {
	background: transparent url(/images/button_l.gif) right center no-repeat;
	width: 7px;
}

td.btn_middle {
	background: transparent url(/images/button_m.gif) center repeat-x;
}

td.btn_right {
	background: transparent url(/images/button_r.gif) left center no-repeat;
	width: 7px;
}
<!-- **************  HTAGS ********* BEGIN ************-->
.h1{
	text-align: left;
	vertical-align: middle;
	color: #2E87C7;
	font: 18px  Arial, sans-serif;
	font-weight: bold;
}

.h2{
	text-align: left;
	vertical-align: middle;
	color: #2E87C7;
	font: 16px  Arial, sans-serif;
	font-weight: bold;
}

.h3{
	text-align: left;
	vertical-align: middle;
	color: #2E87C7;
	font: 14px  Arial, sans-serif;
	font-weight: bold;
}

.h4{
	text-align: left;
	vertical-align: middle;
	color: #2E87C7;
	font: 14px  Arial, sans-serif;
	font-weight: normal;
}
<!-- **************  HTAGS ********* END ************-->
table {
	font: 11px  Arial, sans-serif;
	color: #595959;
	
}

p{
	margin-top: 0px;
	margin-bottom: 19px;
}

a {
	font: 11px Arial, sans-serif;
	color: #D62A6D;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.middle {
	vertical-align: middle;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.hand {
	cursor: pointer;
	cursor: hand;
}

/*Common styles end*/

/* login form by Germes*/

table.login_form {
	color: #1B61AA;
	font: 12px Arial, Verdana, sans-serif;
}

.login_form_bg{
	background-image: url(/images/horizontal_line.gif) left center no-repeat;
	color: red;
}

.submit_button{
	border: 0px;
	background-color: transparent;
	color: #ffffff;
	font: 11px Arial, Verdana, sans-serif;
	font-weight: bold;
	width: 107px;
	cursor: hand;
	cursor: pointer;
}
/* =========================== */


.module_link_more {
	color: #2E88C8;
	font: 10px  Arial, sans-serif;
	text-decoration :underline;

}

.module_link_more:hover {
	color: #2E88C8;
	font: 10px Arial, sans-serif;
	text-decoration :underline;

}

.module_link {
	color: #2E88C8;
	font: 11px  Arial, sans-serif;
	text-decoration :none;

}

.module_link:hover {
	color: #2E88C8;
	font: 11px  Arial, sans-serif;
	text-decoration :none;

}

.solid_link {
	color: #2E87C7;
	font: 12px  Arial, sans-serif;
	text-decoration: none;
	font-weight:bold;
}
.solid_link:hover {
	color: #2E87C7;
	font: 12px  Arial, sans-serif;
	text-decoration: none;
	font-weight:bold;
}

.support_link {
	color: #D62A6D;
	font: 14px  Arial, sans-serif;
	text-decoration: none;
	font-weight:bold;
}

.support_link:hover {
	color: #D62A6D;
	font: 14px  Arial, sans-serif;
	text-decoration: none;
	font-weight:bold;
}

.login_input {
	border: #b8b8b8 1px solid; 
	width:107px;
	height:18px;
}
/* login form by Germes end*/


/* content styles by Germes*/

.pm_lines div{
	 white-space:nowrap;
}

.newslistTitle {
	text-align: left;
	vertical-align: middle;
	color: #2E87C7;
	font: 14px  Arial, sans-serif;
	font-weight: bold;
}

.content_table_head {
	text-align: left;
	vertical-align: middle;
	color: #2E87C7;
	font: 18px  Arial, sans-serif;
	font-weight: bold;
}

.content_table_head H1
{
	vertical-align:middle;
	display:inline;
}

.content {
	color: #2E87C7;
	font: 13px Arial, sans-serif;
}

td.content ul li{
	list-style-image: url(/images/dot_red_ul.gif);
	list-style-position: inside;
}

.content_header{
	font: 18px  Arial, sans-serif;
	font-weight: bold;
	color: #2E88C8;
}

.module_title_more{
	color: #2E88C8;
	font: 10px  Arial, sans-serif;
	font-weight: normal;
}


.module_title_1{
	color: #D62A6D;
	font: 11px Arial, sans-serif;
	font-weight: bold;
}

.module_title_2{
	color: #2E88C8;
	font: 11px  Arial, sans-serif;
	font-weight: bold;
}


.form_field_name {
	color: #2E87C7;
	font: 11px  Arial, sans-serif;
	font-weight: bold;
}

.form_field_comment
{
	color: #2E87C7;
	font: 11px  Arial, sans-serif;
	font-weight: normal;
	font-style:italic;
}

.form_button_text {
	color: #ffffff;
	font: 11px Arial, sans-serif;
	font-weight: bold;
}

select{
	border: solid 1px #8A8A8A;
	background-color: #ffffff;
	color: #595959;
}
/*content styles end*/


input {
	height: 19px;
	vertical-align: middle;
}

input.text {
	border: solid 1px #93B6D9;
	background-color: #ffffff;
	color: #595959;
	width: 200px;
}

select{
	border: solid 1px #93B6D9;
	background-color: #ffffff;
	color: #595959;
	xwidth: 200px;
	width:auto;
}

.arial {
	font-family: Arial, sans-serif;
}


.inline {
	display: inline;
}

.sup {
	vertical-align: super;
}

.flRight {
	float: right;
}

.flLeft {
	float: left;
}


.noDecor:hover {
	text-decoration: none;
}


.white {
	background-color: #ffffff;
}


.darkGray {
	background-color: #7f7f7f;
}

.relative {
	display: block;
	position: relative;
}

.red {
	color: #ff0000;
}

.title {
	margin-bottom: 10px;
}

.height31 {
	height: 31px;
}

.height21 {
	height: 21px;
}

.height24 {
	height: 24px;
}

.height3 {
	height: 3px;
}

/*this is only for content block!!!*/
.height450 {
	height: 450px;
}

.height467 {
	min-height: 467px;
	height: expression((true == true) ? '467px' : '467px');
}

.height342 {
/*	min-height: 352px;
	height: expression((true == true) ? '352px' : '352px');*/
	height: 342px;
}

.height352 {
	height: 352px;
}

.height328 {
	height: 328px;
}


.height115 {
	height: 115px;
}         

.height29 {
	height: 29px;
}

.pad20 {
	padding-top: 20px;
}

.width120 {
	width: 120px;
}

width270 {
	width: 270px;
}

.width950 {
	width: 950px;
}

.width330 {
	width: 330px;
}

.width620 {
	width: 620px;
}

.width70 {
	width: 70px;
}

.width110 {
	width: 110px;
}

.width30 {
	width: 30px;
}


.contentTdLeft .shortNews {
	background-color: #ebebeb;
}

.obligatoryField {
	background-color: red;
}

/*Table which contains everything else and center it on screen*/
.mainTable {
	margin: 0px auto;
	color: #595959;
	font: 11px  Arial, sans-serif;
}

.redLine {
	background-image: url(../images/red_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.topLinks {
	background-color: #ebebeb;
	height: 31px;
	float: right;
	text-align: right;
	font-weight: bold;
}

.topLinks div {
	margin-top: 8px;
}

.topLinks a {
	color: #595959;
	margin: 0px 8px;
}

.flag {
	float: left;
	margin: 8px 0px 9px 10px;
	width: 23px;
	height: 14px;
	border: 0px;
}

.flagSel {
	float: left;
	margin: 6px 0px 2px 10px;
	width: 30px;
	height: 23px;
	border: 0px;
}

.topMenuContainer {
	background-image: url(../images/menu_row.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #dddddd;
	vertical-align: top;
	/*padding-top: 2px;*/
}


/*Block which contain all the content - left part, right part and bottom images*/
.contentBlock {
	vertical-align: top;
	background-color: #ebebeb;
}

/*Containers for content container - they create layout of the page*/

.bottom_line {
	color: #ffffff;
	font: 10px Arial, sans-serif;
}

.bottom_line td a,span.bot {
	color: #ffffff;
	font: 10px  Arial, sans-serif;
	text-decoration :none;
	text-align:center; 
	vertical-align:center;
	line-height: 27px;
	display: block;
	float: left;
	height: auto;
}
/*
.bottom_line td a:hover {
	color: #ffffff;
	font: 10px  Arial, sans-serif;
	text-decoration :none;
	text-align:center; 
	vertical-align:center;
	line-height: 26px;
	display: block;
	float: left;
	height: auto;
	border: 1px solid red;
}*/

.self_addr {
	color: #9AB9E2;
	font: 9px Arial, sans-serif;
}


.contentTdLeft {
	vertical-align: top;
	background-color: #ebebeb;
}


.contentTdRight {
	vertical-align: top;
	background-color: #ffffff;
}

.contentTdPm {
	vertical-align: top;
	background-color: #ebebeb;
}

.picturesLine {
	vertical-align: top;
	text-align: right;
}

.picturesLine img {
	display: inline;
	margin: 7px 4px 7px 0px;
	border: solid 1px #787878;
	height:109px;
}


/*Right content area container*/
.contentArea586 {
	margin: 17px;
	padding: 0px;
	width: 586px;
	overflow: hidden;
}

/*Right content area container but for image - smaller margins*/
.contentArea610 {
	margin: 5px;
	padding: 0px;
	width: 610px;
	overflow: hidden;
}

/*Content area which takes all the width of the page*/
.contentArea916 {
	margin: 17px;
	padding: 0px;
	width: 916px;
	overflow: hidden;
}

/*Left content area container which takes all the screen height*/
.contentArea308 {
	margin: 5px 11px;
	padding: 0px;
	width: 308px;
	height: 457px;
	overflow: hidden;
}

/*Left content area container under which goes image line*/
.contentArea308Short {
	margin: 5px 11px;
	padding: 0px;
	width: 308px;
	height: 342px;
	overflow: hidden;
}

.copyright {
	overflow: auto;
	vertical-align: baseline;
	line-height: 20px;
}

.copyright div {
	line-height: 20px;
}


.copyright a {
	color: #595959;
	margin: 0px 8px -2px;
	line-height: 20px;
	height: 20px;
}



/*Where am I styles Begin*/
.whereAmI {
	color: #2E87C7;
	font-weight: bold;
	font: 9px  Arial, sans-serif;
	vertical-align: middle;
	text-align: left;
	padding-left: 8px;
	text-decoration:underline;
}

.whereAmI a {
	color: #2E87C7;
	font: 19px Arial, sans-serif;
	margin-left: 9px;
	margin-right: 9px;
}


.hereAmI {
	color: #2E87C7;
	font-weight: bold;
	font: 9px Arial, sans-serif;
	vertical-align: middle;
	text-align: left;
	padding-left: 8px;
	text-decoration:none;
}



/*Span with list of pages*/
.pagesList {
	float: right;
	font-weight: bold;
}
/*Where am I styles End*/




.noBorder {
	border: none;
}


/* ====== size & backgrounds by Germes ========= */

.pagesCounter {
	color: #2E87C7;
	font-weight: bold;
	font: 9px  Arial, sans-serif;
	vertical-align: middle;
	text-align: left;
	padding-left: 8px;
	text-decoration:none;
}


.pagesCounter_current {
	color: #D62A6D;
	font-weight: bold;
	font: 9px Arial, sans-serif;
	vertical-align: middle;
	text-align: left;
	padding-left: 8px;
	text-decoration:none;
}

.bgCommonContent{
	background-image: url(/images/central_column_bg.gif);
	background-repeat: no-repeat;
	
}

.test{
	border: 1px solid red;
}
/* =============================================*/

#slogan
{
	position:relative;
	z-index:666; 
	left:20px; 
	top:8px; 
	width:700px; 
	height:90px; 
	overflow:hidden;
}

#slogan P
{
	margin:0;
	visibility:hidden;
}
