body
{
	font-size : 9pt;
	font-family: Tahoma, Arial, Helvetica, san-serif;
	margin-top : 0 pt;
	margin-bottom : 0 pt;
	margin-left : 0pt;
	margin-right : 0pt;
}

tr, td
{
	font-size : 9pt;
	font-family: Tahoma, Arial, Helvetica, san-serif;
}

a {
	outline: none;
}

img {
	border: 0;
}

.lang
{
	font-family: Tahoma, Arial, Helvetica, san-serif;
	font-size: 8pt;
	color: #FFFFFF;
	margin-top : 8pt;
	text-decoration: none;
}

.b-text
{
	font-size : 9pt;
	font-family: Tahoma, Arial, Helvetica, san-serif;
	text-align : justify;
	margin-left : 30pt;
	margin-right : 30pt;
	margin-top : 10pt;
	COLOR : black;
	line-height : 14 pt;
}

.main_head
{
	font-family: Tahoma, Arial, Helvetica, san-serif;
	font-size: 14pt;
	font-weight: bold;
	text-align : left;
	margin-left : 30pt;
	margin-right : 30pt;
	margin-top : 10pt;
}

ul, ol, li
{
	margin-top : 5;
	margin-bottom : 2;
	margin-left : 15;
}

div.left_menu
{
	margin-left : 42pt;
	font-size : 10pt;
	font-family: Tahoma, Arial, Helvetica, san-serif;
	text-decoration: none;
	color : #000000;
}

A
{
	font-size : 10pt;
	font-family: Tahoma, Arial, Helvetica, san-serif;
	text-decoration: none;
	color : #003366;
}
A:link
{
	color : #003366;
}
A:visited
{
	color : #003366;
}
A:active
{
	color : #003366;
}
A:hover
{
	color : #003366;
	text-decoration: underline;
}

A.left_menu
{
	font-size : 10pt;
	font-family: Tahoma, Arial, Helvetica, san-serif;
	text-decoration: none;
	color : #000000;
}
A.left_menu:link
{
	color : #000000;
}
A.left_menu:visited
{
	color : #000000;
}
A.left_menu:active
{
	color : #000000;
}
A.left_menu:hover
{
	color : #000000;
	text-decoration: underline;
}
.news_supra
{
        font-size:10px;
}

.no_url {
  	font-size : 10pt;
	font-family: Tahoma, Arial, Helvetica, san-serif;
	text-decoration: none;
	color : #003366;
}

.head {
	font-size: 14px;
}

a.privacy {
	color: #D7D7D7;
	font-size: 12px;
	margin-left: 15px;
	border-bottom: 1px dashed #FFF;
}
	a:hover.privacy {
		text-decoration: none;
		border-bottom-style: solid;
	}

.left_contact {
	width: 200px;
	margin: 0 0 20px 60px;
	font: normal 11px Tahoma;
}


.question_error {
	padding: 5px 0;
	color: #FF0000;
}
.question_ok {
	padding: 5px 0;
	color: #008000;
	font-weight: bold;
}
.question_form {
	margin-top: 20px;
}
	.question_form span {
		display: block;
		float: left;
		width: 120px;
	}
	.question_form input {
		width: 300px;
		height: 23px;
		margin-bottom: 5px;
	}
		.question_form textarea {
			width: 450px;
			height: 150px;
			white-space: normal;
			
		}
		.question_form input.send {
			width: 70px;
			height: 18px;
			margin: 5px 0 0 120px;
			background: #E7ECEF;
			border: 1px solid #A6B5BA;
			font: normal 10px Tahoma;
			cursor: pointer;
		}
		.question_form input.captcha {
			display: none;
		}