body{
	background: #606060;
}
hr{
	color: #000000;
	height: 1px;
}
input{
	font-family: "Tahoma";
	font-size: 11px;	
	border-color: #000000;
	border: solid;
	border-width: 1px;
	height: 14px;
}
textarea{
	font-family: "Tahoma";
	font-size: 11px;	
	border-color: #000000;
	border: solid;
	border-width: 1px;
	width: 500px;
	height: 300px;
}

.tab{
	background: #969a96;
	border: 1px solid #ffffff;
	padding-left: -1px;
	margin: 0px;
}
/*текст лотипа*/
.logo{
	color: #ffffff;
	font-family: "Times New Roman";
	font-size: 26px;
	font-weight: bold; 
	font-variant: small-caps;
}

/*текст верхнего меню*/
.mcont{
	color: #ffffff;
	font-family: "Tahoma";
	font-size: 12px;
	font-variant: small-caps;
	padding-bottom: 15px;
}
/*основной текст контента*/
.pcont{
	color: #000000;
	background: #ffffff;
	font-family: "Tahoma";
	font-size: 12px;	
	vertical-align: top;
	text-align: justify;
	padding:15px;
}
/*текст заголовков в контенте*/
.hcont{
	color: #ed1c23;
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;	
	vertical-align: top;
	text-align: justify;
}
.card{
	color: #000000;
	font-family: "Tahoma";
	font-size: 11px;	
	vertical-align: top;
}
/*текст разделов в контенте*/
.hd{
	color: #000000;
	font-family: "Tahoma";
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	padding-left:15px;
	padding-top:15px;	
}
.num{
	padding-left:15px;
	padding-top:15px;	
}
/*текст нижних ссылок*/
.adr{
	color: #ffffff;
	font-family: "Tahoma";
	font-size: 10px;	
	padding-right: 15px;
	padding-left: 15px;
}
/*стиль главных ссылок*/
/*начало*/
.amenu{
	color: #ffffff;
	font-family: "Tahoma";
	font-size: 11px;
        text-transform: uppercase;
	text-decoration: none;
}
.amenu:hover{
	color: #ed1c23;
	font-family: "Tahoma";
	font-size: 11px;
        text-transform: uppercase;
	text-decoration: underline;
}
.amenu:active{
	color: #ed1c23;
	font-family: "Tahoma";
	font-size: 11px;
        text-transform: uppercase;
	text-decoration: underline;
}
.amenu:visit{
	color: #ffffff;
	font-family: "Tahoma";
	font-size: 11px;
        text-transform: uppercase;
	text-decoration: none;
}
/*конец*/ 

/*стиль текстовых ссылок*/
/*начало*/
.acont{
	color: #ed1c23;
	font-family: "Tahoma";
	font-size: 12px;
	text-decoration: none;
}
.acont:hover{
	color: #969a96;
	font-family: "Tahoma";
	font-size: 12px;
	text-decoration: underline;
}
.acont:active{
	color: #969a96;
	font-family: "Tahoma";
	font-size: 12px;
	text-decoration: underline;
}
.acont:visit{
	color: #ed1c23;
	font-family: "Tahoma";
	font-size: 12px;
	text-decoration: none;
}
/*конец*/ 
.amcard{
	color: #ffffff;
	font-family: "Tahoma";
	font-size: 12px;
	text-decoration: none;
	padding-left:20px;	
}
.amcard:hover{
	color: #ed1c23;
	font-family: "Tahoma";
	font-size: 12px;
	text-decoration: underline;
	padding-left:20px;	
}
.amcard:active{
	color: #ed1c23;
	font-family: "Tahoma";
	font-size: 12px;
	text-decoration: underline;
	padding-left:20px;	
}
.amcard:visit{
	color: #ffffff;
	font-family: "Tahoma";
	font-size: 12px;
	text-decoration: none;
	padding-left:20px;
}