@charset "windows-1251";
.text1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F00;
}

.text2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-top: 6px;
	padding-left: 20px;
}

.text3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.text4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-right: 20px;
	line-height: 17px;
}

.map {
	padding-right: 20px;
}

A:link {
text-decoration: none; color:#FFF /* Убирает подчеркивание для ссылок */
}
A:visited { text-decoration: none; color:#FFF}
A:active { text-decoration: none; color:#FFF}
A:hover {
text-decoration: underline; /* Делает ссылку подчеркнутой при наведении на нее курсора */
color: white; /* Цвет ссылки */
} 

.text5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

