body {
	margin:0;
	padding:0;
	font-family:Verdana,Arial,sans-serif;
	font-size:12;
}

.top-table {
}

.content-table {
}

/*Top level DIV's*/

.left {
	margin: 5px;
	width: 170px;
	font-size: 10;
        vertical-align:top;
	border: 1px solid white;
	background: #FFFFFF;
}

.content {
	border: 1px solid #6C9CE4;
	background: #FFFFFF;
	text-align:justify;
	text-indent:0pt;
        vertical-align:top;	
	}

.content-deluxe {
/*	margin: 0px 5px 5px 160px;*/
	padding: 5;
	border: 1px solid #6C9CE4;
	background: #FFFFFF;
	background-image:url(content_bg.jpg);
	background-repeat:repeat-y;
	text-align:justify;
	text-indent:0pt;
        font-size:10pt;
	vertical-align:top;
	}

.bottom {
        text-align:center;
        font-size:10pt;
}

/* Second level DIV's*/

.logo {
	background-image:url(logo.jpg);
	background-repeat:no-repeat;
	border-style:solid;
	border-width:1;
	border-color:#6C9CE4;
	height:65;
	/*width:150;*/
	empty-cells:show;
	cursor:pointer;
	cursor:hand;
}

.logo-cell {
	/*background-image:url(logo-bg.gif);*/
	margin: 5px;
	width: 170px;
	font-size: 10;
        vertical-align:middle;
	border: 1px solid white;
	background: #FFFFFF;
}

.title {
	background-color:#eff6ff;
	background-image:url(path-bg.gif);
	background-repeat:repeat-y;
	border-style:solid;
	border-width:1;
	border-color:#6C9CE4;
	height:65;
	text-align:center;
	vertical-align:middle;
	color:#6C9CE4;
}

.title h1 {
   margin:0;
	font-size:30;
	font-style:italic;

}

.title h2 {
        margin:0;
	font-size:24;
	font-style:italic;
}

.title h3 {
        margin:0;
	font-size:16;
	font-style:italic;
}



/* Left menu */


.left_english {
	background-image:url(bg_english.jpg);
	background-repeat:repeat-y;
	background-color:white;
	border-color:#6C9CE4;
	border-style:solid;
	border-width:1;
	height:18px;
	margin:0 0 5 0;
	cursor:pointer;
	cursor:hand;
}

.left_russian {
	background-image:url(bg_russian.jpg);
	background-repeat:repeat-y;
	background-color:white;
	border-color:#6C9CE4;
	border-style:solid;
	border-width:1;
	height:18px;
	margin:0 0 5 0;
	cursor:pointer;
	cursor:hand;
}

.left_submenu {
	background-color:white;
	border-color:#6C9CE4;
	border-style:solid;
	border-width:1;
	margin:0 0 5 0;

}

.left_submenu_header {
	background-color:#6C9CE4;
	background-image:url(header_bg.jpg);
	background-repeat:repeat-y;
	padding-left:15px;
	color:white;	
	font-size:12px;
	font-weight:bold;
}

.left_submenu_main {
	background-image:url(content_bg.jpg);
	background-repeat:repeat-y;
	padding: 5px;	
	font-size:11px;
}

.left_submenu_advert {
	background-image:url(content_bg.jpg);
	background-repeat:repeat-y;
	padding: 5 0 5 0;	
	text-align:center;
}

.left_submenu_statistics {
	background-image:url(bg_stat.jpg);
	background-repeat:repeat-y;
	font-size:12px;
	text-align:center;
}

.left_submenu_table {
	font-size:10;
}

.left_submenu_table tr td {
	padding-left:5px;
	padding-right:5px;
}

div.left_submenu_main a:link {
	text-decoration:none;
}
div.left_submenu_main a:visited {
	TEXT-DECORATION:none
}
div.left_submenu_main a:active {
	TEXT-DECORATION:none
}
div.left_submenu_main a:hover {
	TEXT-DECORATION:underline
}


div.left_submenu_header a:link {
	text-decoration:none;
        color:#FFFFFF;
}
div.left_submenu_header a:visited {
	TEXT-DECORATION:none;
        color:#FFFFFF;
}
div.left_submenu_header a:active {
	TEXT-DECORATION:none;
        color:blue;
}
div.left_submenu_header a:hover {
	TEXT-DECORATION:underline;
        color:#AB3770;
}

.content table tr td.table-image-comment {
	padding: 5;
	border: 1px solid #6C9CE4;
	background: #FFFFFF;
	background-image:url(content_bg.jpg);
	background-repeat:repeat-y;
	text-align:center;
	text-indent:0pt;
   font-size:8pt;
	vertical-align:top;
}

.content table tr td.table-image-comment p {
	font-size:8pt;
	text-align:center;
	text-indent: 0pt;
	margin-bottom:0;
}

.left_submenu_main hr {
	color: #6C9CE4; 
	height:1px;
}


.content center p {
	text-indent:0;
	text-align:center;
}

.content table tr td center p {
	text-indent:0;
	text-align:center;
}

.content p.gbanswer {
	font-size:10pt;
	font-weight:bold;
}


.content p {
   margin-top:0;
   margin-bottom:10;
	font-size:10pt;
	margin-left:5;
	margin-right:5;
	text-indent:20;
	text-align:justify;
}


.content table tr td {
	font-size:12;
}

.content table tr th {
	font-size:12;
	font-weight: normal;
}

.content table tr td p {
        margin-top:0;
        margin-bottom:10;
	font-size:10pt;
	margin-left:5;
	margin-right:5;
	text-indent:20;
	text-align:justify;
}

.content .simple-table {
	background-color:#6C9CE4;
}
.content .simple-table tr td {
	background-color:#FFFFFF;
}
.content .simple-table tr th {
	background-color:#FFFFFF;
}

.content h1 {
	font-size:20;
	font-weight:bold;
	margin-left:5;
	margin-right:5;
}

.content h2 {
	font-size:18;
	font-weight:bold;
	margin-left:5;
	margin-right:5;
}

.content h3 {
	font-size:14;
	font-weight:bold;
	margin-left:5;
	margin-right:5;
}

.content h4 {
	font-size:12;
	font-weight:bold;
	margin-left:5;
	margin-right:5;
}


.content li {
	font-size:10pt;
}

.content a:link {
	text-decoration: none;
}
.content a:visited {
	TEXT-DECORATION: none;
}
.content a:active {
	TEXT-DECORATION: none;
}
.content a:hover {
	TEXT-DECORATION: underline;
}

.content a.external {
	background: url(external-link.gif) center right no-repeat;
	padding-right: 13px;
}

.content a.external#externalIgnore {
  background: white;
	padding-right: 0px;
}

.content hr {
	color:#6C9CE4;
	margin-left:50px;
	margin-right:50px;
}

.content .delimiter {
	height:2px;
	background-color:#6C9CE4;
	margin-left:50px;
	margin-right:50px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:1px;
}

.content-deluxe .delimiter {
	height:2px;
	background-color:#6C9CE4;
	margin-left:50px;
	margin-right:50px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:1px;
}


.content-deluxe h1 {
	font-size:14pt;
	font-weight:bold;
}

p.righttext {
	text-align:right;
}

.content ul {
	margin-top:0px;
	margin-right:5px;
}

.light-off-div {
  position:absolute;
  background:#061E42;
	filter:alpha(opacity=80);
  opacity:0.8;
	-moz-opacity:0.8;
}

.image-win {
  position: absolute;
  background : #6C9CE4;
  border-style: solid;
  border-width: 1;
  border-color: #B7CEF1;
	padding: 4;
  text-align: left;
}

.image-win .header {
	color: white;
	font-weight: bold;
	text-indent: 0;
	text-align:left;
	margin: 5 5 5 5;
}

.image-win .header .htitle {
	padding-left: 2;
	background: #6C9CE4;
	color: white;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.image-win .header .close {
  background-image:url(close-cross.gif);
  background-repeat: no-repeat;
  width:12px;
  height:12px;
  float:right;
  margin-right:2px;
  cursor:pointer;  
  cursor:hand;
}

.image-win .content {
	background: white;
	padding: 4;
	text-indent: 0;
	text-align:center;
}


.path {
	padding: 1 5 1 10;
	border: 1px solid #6C9CE4;
	background: #eff6ff;
	background-image: url(path-bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	text-indent: 0pt;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 6 0 7;
}

.path a:link {
	text-decoration: none;
}
.path a:visited {
	TEXT-DECORATION: none;
}
.path a:active {
	TEXT-DECORATION: none;
}
.path a:hover {
	TEXT-DECORATION: underline;
}

.content .newstext p {
	text-indent: -80;
	margin-left: 80;
	padding-left:5;
	padding-right:5;
}




