/* CSS Document */

.main_border {border:0px solid #000000;}
.main_border1 {border:1px solid #000000;}
p {font-family:Verdana; font-size:12px; margin:12px;}
.left {background-color:#f6f6f6; border-right:1px solid #424242;}
body {background-image:url(bg.jpg)}
h1 {font-family:Verdana; font-size:14px; margin:15px;}
h2 {font-family:Verdana; font-size:13px; margin:13px;}

h3 {font-family:Verdana; font-size:10px; margin:12px;}

p.title {
background-color: #0462B9;
color: #ffffff;
font-weight:bold;
margin:5px;
padding:5px;
}

#coolmenu{
border: 1px solid gray; /*Стиль рамки */
border-bottom-width: 0;
width: 88%; /*Ширина меню */
background-color: #f6f6f6;  /*Фоновый цвет ячейки*/
margin:8px; /*Ширина отступов*/
}

* html #coolmenu{ 
width: 150px;/*Ширина меню для Internet Explorer*/
}

#coolmenu a{
font: bold 13px Verdana; /*Шрифт текста*/
padding: 2px; /*Внутренний отсутп текста ссылки от краев ячейки*/
padding-left: 4px;/*Внутренний отсутп текста ссылки от левого края ячейки*/
display: block;
width: 100%; /*Ширина ячейки*/
color: #000000;  /*Цвет текста*/
text-decoration: none; /*Подчеркивание у ссылок - нет*/
border-bottom: 1px solid gray;
}

html>body #coolmenu a{ 
width: auto;
}

#coolmenu a:hover{
background-color: #cccccc; /*Фоновый цвет ячейки при наведение курсора*/
color: #000000;  /*Цвет текста при наведении курсора*/
}

p.title2 {
background-color: #0462B9;
color: #ffffff;
font-weight:bold;
margin:5px;
padding:5px;
}
.form1 {
font-family: Verdana;
font-size: 10px;
}

.form3 {
font-family: Verdana;
font-size: 11px;
}

.form {
border: 1px solid #cccccc;
margin:5px;
}

.text2 {
      color: #727272;
	  FONT: 11px Verdana, Arial, Helvetica, sans-serif;
	  text-align: justify;
	  
	  display:inline;
	  


