html {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Arial Cyr", sans-serif;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "Arial Cyr", sans-serif;
	font-size: medium;
	color: red;
}
h2.login {
	font-family: "Arial Cyr", sans-serif;
	font-size: medium;
	color: #000099;
}

.border {
	BORDER-TOP-WIDTH: 1px; BORDER-RIGHT: #bfccf2 1px solid; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #bfccf2; BORDER-LEFT: #bfccf2 1px solid; BORDER-TOP-COLOR: #bfccf2
}
.borderl {
	BORDER-TOP-WIDTH: 1px; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #bfccf2; BORDER-LEFT: #bfccf2 1px solid; BORDER-TOP-COLOR: #bfccf2; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #bfccf2
}
.txtusual {
	FONT-SIZE: 13px; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif
}

td.topBar {
	color: #FFFFFF;
	text-align: center;
	font-family: 'Arial Cyr', sans-serif;
	font-size: 14px;
	height: 20px;
}

table.gal td {
	text-align: center;
	vertical-align: middle;
}

table.tours {
	width: 100%;
}
table.tours h1 {
	font-size: 110%;
}
table.tours p {
	margin: 0;
}
table.tours td {
	padding-bottom: 2em;
	vertical-align: top;
}

table.book th {
	text-align: right;
	font-weight: normal;
}

table.specs {
	background-color: #FFFFFF;
	width: 100%;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
table.specs th {
	width: 40%;
	vertical-align: top;
	padding-right: 20px;
	text-align: left;
	font-weight: normal;
}
table.specs td {
	width: 60%;
	vertical-align: top;
}

table.prices {
	border: solid #DDDDDD 1px;
}
table.prices td {
	padding: 0 20px 0 5px;
}

table.calendar {
	margin-top: 2em;
}
table.calendar th {
	font-weight: normal;
	font-size: 80%;
	padding: 0 3px 2px 3px;
	text-align: center;
}
table.calendar td {
	font-weight: normal;
	text-align: center;
}
table.leftMenu td.news {
	vertical-align: top;
	text-align: left;
	font-family: "Arial Cyr", sans-serif;
	font-size: 80%;
	margin-left: 20px;
}
table.leftMenu td.news p {
	margin: 0 0.5em 1em 0.5em;
}
table.leftMenu td.news p.modified {
	color: #0000cc;
	margin: 0 0.5em;
}

p.result {
	margin: 2em 0;
	color: blue;
}
