/* CSS Document */
body, table, tr, td, div, p, form, input, a, img {
	margin:0;
	padding:0;
}

body {
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#00528f;
}

#main {
	margin-left:auto;
	margin-right:auto;
}


a img {
	border:none;
}

#top {
	background-image:url(images/top.gif);
	text-align:center;
	vertical-align:top;
	width:768px;
	height:102px;
}

#lang {
	text-align:right;
	font-size:10px;
	padding-top:2px;
}
#lang a:link, #lang a:visited, #lang a:hover {
	font-family:Tahoma;
	font-size:10px;
	color:#484848;
	text-decoration:underline;
}

#lang a:hover {
	text-decoration:none;
}

.menu {
	margin:1px 0;
	background-image:url(images/menubg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center; 	
}

.content {
	background-image:url(images/contentbg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#f3f3f3;
	padding:20px 60px;
}

.content a:link, .content a:visited, .content a:hover {
	color:#00598d;
	text-decoration:none;
	font-weight:bold;
}

.content a:hover {
	text-decoration:underline;
}


div.bordered {
	background-color:#ffffff;
	border:1px solid #d3d3d3;
}

.back {
	background-position:top;
	background-repeat:no-repeat;
}

.content_top {
	padding:15px 25px;
	margin-bottom:15px;
	color:#393939;
	font-family:Tahoma;
	font-size:11px;
}

.content_top ul li {color: #E2141B;}
.content_top ul li p { color:#393939; text-align:justify; }
.content_top .big { font-size:12px; }

#content_mid {
	margin-bottom:15px;
}

#greenbox, #bluebox {
	background-position:top;
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:right;
}

#g_greenbox, #g_bluebox {
	background-position:top;
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:right;
}


#greenbox{
	background-image:url(images/greenbox.gif);
	width:321px;
	height:146px;
}

#g_greenbox{
	background-image:url(images/g_greenbox.gif);
	width:321px;
	height:146px;
	background-repeat:no-repeat;
}

#bluebox {
	background-image:url(images/bluebox.gif);
	width:306px;
	height:146px;
}

#g_bluebox {
	background-image:url(images/g_bluebox.gif);
	width:306px;
	height:146px;
	background-repeat:no-repeat;
}

#greenbox img, #bluebox img {
	margin-right:20px;
}

#greenbox_ru, #bluebox_ru {
	background-position:top;
	background-repeat:no-repeat;
	vertical-align:bottom;
	text-align:right;
}

#g_greenbox img, #g_bluebox img {
	margin-right:20px;
}


#greenbox_ru{
	background-image:url(images/greenbox_ru.gif);
	width:321px;
	height:146px;
}
#bluebox_ru {
	background-image:url(images/bluebox_ru.gif);
	width:306px;
	height:146px;
}

#greenbox_ru img, #bluebox_ru img {
	margin-right:20px;
}

#content_bot {
	padding:0;	
}

td.image{
	background-image:url(images/image.jpg);
	width:150px; height:126px;
	text-align:right;
	vertical-align:bottom;
	background-position:top;
	background-repeat:no-repeat;
}

td.image_g{
	background-image:url(images/g_image.jpg);
	width:150px; height:126px;
	text-align:right;
	vertical-align:bottom;
	background-position:top;
	background-repeat:no-repeat;
}

td.image_ru{
	background-image:url(images/image_ru.jpg);
	width:150px; height:126px;
	text-align:right;
	vertical-align:bottom;
	background-position:top;
	background-repeat:no-repeat;
}

 a.ul:link, a.ul:visited, a.ul:hover {
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
	font-family:Tahoma; 
	font-size:10px;
}

a.ul:hover {
	text-decoration:none;
}

a.red:link, a.red:visited, a.red:hover {
	text-decoration:underline;
	color:#CC0000;
}
a.red:hover {
	text-decoration:none;

}