/* Главный стиль */
body {
 padding:0px;
 margin:10px 15px 15px 15px;
 color:#000000;
 background-color:#FFFFFF;
 border:solid 1px #000000;
}
body,td,th {
 font-family: lucida,verdana,sans-serif;
 font-weight: normal;
} 
a img {
 text-decoration:none;
 border:none;
 padding:0px;
 margin:0px;
}
/* Стили таблиц */
td.row1,th.row1	{ background-color: Aliceblue; }
td.row2,th.row2	{ background-color: Aliceblue; }
td.row3,th.row3	{ background-color: #FFFFF7; }
hr { color: #DCDCDC; }
/* Элементы форм */
input { text-indent : 2px; }
input,textarea, select { color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #8B0000;
    background-color : #FFFFFF;
}
/* Основной стиль ссылок */
a:link,a:visited,a:active { color: #0000FF; text-decoration: none;}
a:hover { color: #FF0000;  text-decoration: underline;}
/* Ссылки навигатора */
a.nav:link,a.nav:visited,a.nav:active { font-weight: bold; color: #0099cc; text-decoration: none; }
a.nav:hover { font-weight: bold; color: #FF0000;  text-decoration: underline; }

/* text */
.gen { font-size: 14px; }
.genmed { font-size: 12px; }
.gensmall { font-size: 11px; }
.micro { font-size: 8px; }
.gen,.genmed,.gensmall,.micro { font-family: lucida,verdana,sans-serif; color : #000000; font-style: normal; }
a.gen,a.genmed,a.gensmall,a.micro { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall,a.micro:hover	{ color: #DD6900; text-decoration: underline; }
.red { font-family: Times New Roman, Times, serif; font-size: 18px; font-style: normal; color:red;}
.blue { font-family: Times New Roman, Times, serif; font-size: 18px; font-style: normal; color:blue;}

/* Заголовки */
h1 { font-size: 24px;  color: #0099cc; }
h2 { font-size: 18px;  color: #8B0000; }
h3 { font-size: 18px;  color: #0099cc; }
h4 { font-size: 14px;  color: #8B0000; }
h1,h2,h3,h4 { font-family: Times New Roman, Times, serif; font-weight: bold; text-decoration:none;  margin:3px 3px 3px 3px;
}

/* Абзац с большой буквы */
p.bigl:first-letter { float:left; font-size:1.3em; color:red;} 
p.space { text-indent: 30pt;} 
p { text-indent: 10pt;} 
/* Стиль цытаты */
.quote {
	font-family: Times New Roman, Times, serif; font-size: 14px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


