a {
        text-decoration: none;
        color: #999999;
        font-weight: bold;
}

a:hover,
a.belka:hover,
a.menu:hover {
        text-decoration: underline;
        color: #FF0000;
}

a.belka {
		font-size: 12px; 
        color: #000000;  
}

a.menu {
        font-size: 13px;
        color: #000000;
        font-weight: normal;
}

span.small {
        font-size: 8pt;
}

span.italic {
        font-style: italic;
}

span.underline {
        text-decoration: underline;
}

span.title,
.bold {
        font-weight: bold;
}
span.error {
		color: red;
		font-weight: bold;
}

span.news_data {
        font-size: 12px;
}

div.text {
        font-size: 11pt;
        text-align: justify;
        font-stretch: normal;
        font-variant: normal;
        font-style: normal;
        font-weight: normal;
}

body {
        font-size: 11pt;
        color: #000000;
        font-family: Arial;
        background: #FFFFFF;
        margin: 0; 
        padding: 0;
}

p {
		text-indent: 25; 
		margin: 0;
}
