<!--
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #cc0033;
	text-decoration: none;
}
.bodymargin {
	margin: 0;
}
.menu {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.menu:hover {
	font-family: Arial;
	font-size: 12px;
	color: #f6d9d9;
	text-decoration: none;
}
.headermain {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
    background: #aa7502;
	color: #ffffff;
}
.headernews {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
    background: #ff6600;
	color: #ffffff;
}
.headerinfo {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
    background: #0099cc;
	color: #ffffff;
}
.headerother {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
    background: #000084;
	color: #ffffff;
}
.fon {
	background: #f3f3e9;
}
.rub {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
    background: #cfc2b4;
}
.add {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #00007f;
}
.lnblue {
    color: #0000ff;
}
.lnwhite {
    color: #ffffff;
}
.small {
	font : smaller;
}
.par {
	text-indent: 25px;
	text-align: justify;
}
-->