@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E5E5E5;
	text-align: center;
	font-family: sylfaen;
}
.text {
	font-size: 13px;
	padding-right: 10px;
}
td.shadow_top {
    background-image: url(structure/shadow_top.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
td.shadow_bottom {
    background-image: url(structure/shadow_bottom.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
td.black {
    background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}
td.bottom_text {
    font-size: 14px;
	color: #000000;
	text-align: center;
}
td.shapka_top {
    color: #000000;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
td.shapka_middle {
    color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
td.shapka_bottom {
    color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding-right: 40px;
}
a {
    font-size: 14px;
	text-decoration: none;
	color: #666666;
}  
