body {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 90%;
    margin: 0 15% 1% 15%;
    padding:0;
    background-color : #ccffcc;
}
.tbl1{ 
	background: url('images/back.jpg'); 
	background-repeat: no-repeat; 
    margin: 0 15% 1% 0;
    padding:0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
	font-weight: bold;
} 

.tbl1 a{ 
    color: #003300;
	text-decoration: none;
}
.tbl1 a:hover,
.tbl1 a:focus,
.tbl1 a:active{ 
    color: #009900;
	text-decoration: none;
}

.copyright a:link {
color: #003300; /* Цвет COPYRIGHT ссылок */
text-decoration: none; /* Подчеркивание у ссылок убираем */
}

.copyright a:visited {
color: #003300; /* Цвет посещенных COPYRIGHT ссылок */
text-decoration: none; /* Подчеркивание у ссылок убираем */
}

.copyright a:hover {
color: #009900; /* Цвет COPYRIGHT ссылок */
text-decoration: none; /* Подчеркивание у ссылок убираем */
}

p,main {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 90%;
        color: #003300;
}

h1,h2,h3 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 90%;
        color: #009900;
}

h1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 200%;

        font-weight: bold;
}

h2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 160%;

        font-weight:bold;
}


h3 {

        font-size: 110%;

        
}

a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
    color:  #003300;
}

a:hover,
a:active,
a:focus{
    color:  #009900;
	text-decoration: underline;
}

.heading
{
background-color:#99cc66; /* цвет фона заголовка блока "Информация" */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 22px;
font-weight: bold;
font-variant: normal;
text-transform: none;
color: #003300; /* цвет шрифка заголовка блока "Информация" */
text-decoration: none;
padding-left:10px;
padding-right:10px;
}

.heading a{
	color: #003300;
	text-decoration: none;
}

.heading a:active{
	color: #003300;
	text-decoration: none;
}

.heading a:hover,
.heading a:focus{
	color: #009900;
	text-decoration: none;
}

.box
{
	border:1px solid #009900;
	padding:2px;
	color:#003300;
	text-decoration: none;
}

.box a{
	color:#003300;
	text-decoration: none;
}

.box a:hover,
.box a:focus,
.box a:active
{
	color: #009900;
	text-decoration: none;
}

/* CSS Rubric */
#rub{
	padding: 10px 5px;
	vertical-align: center;
}

.rub_box{
	background-color:inherit;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.rub_box:hover
{
	background-color:#99cc99;
}
.rub_active_link a{
	text-decoration:none;
	color: #009900; /* цвет шрифта активных наименований меню */
}
.rub_link a{
	text-decoration:none;
	color: #003300; /* цвет шрифта неактивных наименований меню */
}
.rub_link a:hover,
.rub_link a:active,
.rub_link a:focus
{
	text-decoration:none;
}
.rub_active_link a:hover,
.rub_active_link a:active,
.rub_active_link a:focus
{
	text-decoration:none;
}

.body_link:hover
{
text-decoration:none;
}

#rightColumn{
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	vertical-align: top;
}

ul.rubsec_links{
	list-style-type: none;
	padding: 0;
	text-align: left;
    font-size: 90%;
}

.rubsec_links li{
	background: none;
	padding-left: 0 !important;
}

.rubsec_links li a{
	background: url("images/bullet.gif") no-repeat 0 5px;
	color: #003300;
	padding-left: 10px;
	text-decoration: none;
}

.rubsec_links li a:hover,
.rubsec_links li a:focus,
.rubsec_links li a:active{
	background: url("images/bullet-hover.gif") no-repeat 0 5px;
	color: #009900;
	text-decoration: none;
}
