@charset "windows-1251";
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #333333;
}
.mainBoldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	font-style: italic;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #159fef;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #F52C2C;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #6C6C6C;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #F53838;
	font-style: normal;
}

body {
	background-image: url(../images/body.jpg);
	background-repeat: repeat-x;
	line-height: 20px;
}
