TABLE {
	font-size: 13px;
	font-family: Tahoma;
}
.menu {
	font-family: Tahoma;
	font-size: 13px;
	color: #FEFEFF;
	text-decoration: underline;
}
.menu:hover {
	font-family: Tahoma;
	font-size: 13px;
	color: #FEFEFF;
	text-decoration: none;
}
a {
	color: #555;
	text-decoration: underline;
}
a:hover {
	color: #333;
}
.t1 {
	font-family: Tahoma;
	font-size: 13px;
	color: #474747;
	font-weight: bold;
	text-decoration: none;
}
.t1:hover {
	font-family: Tahoma;
	font-size: 13px;
	color: #474747;
	font-weight: bold;
	text-decoration: underline;
}
.t2 {
	font-family: Tahoma;
	font-size: 14px;
	color: #CC1D1D;
	font-weight: bold;
}
.text1 {
	color: #2D2D2D;
}
.txt_kont {
	font-family: Tahoma;
	font-size: 13px;
	color: #FDFFFC;
}
.copy {
	color: #656565;
	font-size: 13px;
	font-family: Tahoma;
	text-decoration: none;
}
.copy:hover {
	color: #656565;
	font-size: 13px;
	font-family: Tahoma;
	text-decoration: none;
}
.txt {
	font-size: 13px;
	color: #2B2B2B;
}
.path {
	font-size: 13px;
	color: #6A6A62;
	font-weight: bold;
	text-decoration: none;
}
a.path:hover {
	font-size: 13px;
	color: #6A6A62;
	font-weight: bold;
	text-decoration: underline;
}
a.path2 {
	font-size: 13px;
	color: #D2811F;
	font-weight: bold;
	text-decoration: none;
}
a.path2:hover {
	font-size: 13px;
	color: #D2811F;
	font-weight: bold;
	text-decoration: underline;
}

.goodbg {
    width: 220px;
    height: 260px;
    background: url('/img/goodbg.png');
    margin: 20px 0 0 10px;
    float: left;
}

.goodbg table tr td a {
    font-weight: bold;
    font-size: 14px;
    color:#cc1d1d;
    font-family: Tahoma;
    text-decoration: none;
}

.goodbg table tr td a:hover {
    font-weight: bold;
    font-size: 14px;
    color:#aa0606;
    font-family: Tahoma;
    text-decoration: none;
}

h1 {
    font-size: 200%;
    font-weight: normal;
    margin: 0;
    padding: 10px 0 5px;
    text-align: center;
}

h2 {
    font-size: 150%;
    font-weight: normal;
    margin: 0;
    padding: 5px 0 5px;
    text-align: center;
}

h3 {
    font-size: 120%;
    font-weight: normal;
    margin: 0;
    padding: 5px 0 0;
    text-align: center;
}

h4 {
    font-size: 110%;
    font-weight: normal;
    margin: 0;
    padding: 5px 0 0;
    text-align: center;
}

h3 a {
    color: rgb(204, 29, 29);
    font-weight: bold;
    text-decoration: none;
}

h3 a:hover {
    color: rgb(180, 0, 0);
    font-weight: bold;
    text-decoration: none;
}

.logodiv {
    display:block;
    margin:5px;
    float:left;
    padding:5px;
    text-align:center;
    background: #af0029;
    border-radius: 7px 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px;
}

.logodiv:hover {
    background: #af0029;
}

.logodiv img {
    border:1px #777 solid;
}

.logodiv:hover img {
    border:1px #ffa solid;
}

.logodiv a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}

.logodiv:hover a {
    text-decoration: none;
    color: #ffa;
}
