@charset "windows-1251";
/************************[	Begin style	]************************/
/* [ Стиль Body и таблицы ] */
body, table {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		color:#000000;
}

h1 {font-size: 16px; text-decoration: none; font-family: "Times New Roman", Times, serif;}

a {
   		font-family: Georgia, "Times New Roman", Times, serif;
		color:#000000;
		font-size:12px;
		text-decoration:none;
}
a:hover {
		font-family: Georgia, "Times New Roman", Times, serif;
        color:#000000;
		font-size:12px;
		text-decoration: underline;
}
a.menu {
   		font-family: Georgia, "Times New Roman", Times, serif;
		color:#000000;
		font-size:12px;
		text-decoration:underline;
}
a.menu:hover {
		font-family: Georgia, "Times New Roman", Times, serif;
        color:#000000;
		font-size:12px;
		text-decoration: none;
}
a.mainmenu {
   		font-family: Georgia, "Times New Roman", Times, serif;
		color:#5c2e36;
		font-size:12px;
		text-decoration:underline;
		font-weight:bold;
}
a.mainmenu:hover {
		font-family: Georgia, "Times New Roman", Times, serif;
        color:#5c2e36;
		font-size:12px;
		text-decoration: none;
		font-weight:bold;
}
p {
	margin:0px;
	margin-top:5px;
	margin-bottom:5px;
}
.padmenu {
	padding-left:65px;
}
.padmainmenu {
	padding-top:53px;
	padding-left:50px;
}
.title {
	font-size:24px;
}
.titlediv {
	padding-left:20px;
	padding-top:5px;
	background-color:#5b2e36;
	height:43px;
	color:#FFFFFF;
	margin-top:10px;
	margin-bottom:15px;
}
.pad20 {
	padding-right:20px;
}
.pad30 {
	padding-top:30px;
}
.pad65 {
	padding-left:65px;
}