body {
	margin: 0;
	background: #fff;
	color: #000;
	text-align: center;
}
table.site {
	margin-left: auto; margin-right: auto;
	width: 750px;
	border: 1px solid #339;border-bottom: 0;
	background: #9cf;
}
table.sitenobg {
	margin-left:auto; margin-right:auto;
	width: 750px;
	border: 1px solid #339;border-bottom: 0;
}

form {
	margin: 0;
}
a {
	color: #339;
}
a:hover {
	color: #33f;
	text-decoration: none;
}
img {
	border-color: #339;
}
ul {
	list-style-type: bullet;
	padding: 0;
	margin-left: 15px;
}
.main {
	font: 14px "century gothic",sans-serif;
	padding-left: 5px;

}
.mainlinks {
	font: 14px "century gothic",sans-serif;
	padding: 5px;

}
.maintariff {
	font: 14px "century gothic",sans-serif;
	padding-left: 60px;
}

.subheader {
	font: small-caps 26px arial,sans-serif;
	color: #f63;
}
td.subheader {
	font: small-caps 26px arial,sans-serif;
	color: #f63;
	padding: 10px 0;
}

.smalltext {
	font: 12px arial,sans-serif;
}
td.smalltext {
	font: 12px arial,sans-serif;
	padding: 2px 0;
}

.header {
	font: bold 48px "times new roman",serif;
	border-bottom: 1px solid #9cf;
	background: #339;
}
.boldtext {
	font: 18px arial,sans-serif;
	padding-left: 5px;
}

#dropmenudiv{
	position:absolute;
	z-index: 100;
	text-indent: 5px;
	border: 1px solid #339;border-bottom: 0;
	background: #fff;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	font: normal 12px arial,sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #339;
	text-align: left;
}

table.topmenu  {
	width: 650px;
	text-align: center;
}
table.topmenu td a {
	display: block;
	width: 100%;
	font: 12px arial,sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 4px 0;
	border: 1px solid #339;
}
table.topmenu td a.selected {
	color: #339;
	background: #9cf;
	border-bottom:1px solid #9cf;
}
table.topmenu td a:hover {
	color: #fff;
	background: #33f;
	border: 1px solid #33f;
}
table.topmenu td a.selected:hover {
	color: #339;
	background: #9cf;
	border-bottom: 1px solid #9cf;
}

td.bottommenu  {
	font: 12px arial,sans-serif;
	color: #dcdcdc;
	background: #339;
	text-align: center;
	padding: 4px 0;
}
td.bottommenu a {
	color: #dcdcdc;
	text-decoration: none;
}
td.bottommenu a:hover {
	color: #fff;
}

table.button  {
	width: 120px;
	font: 12px arial,sans-serif;
	background: #339;
	border: 1px solid #339;
	text-align: center;
	margin: 5px 2px;
}
table.button td a {
	display: block;
	width: 100%;
	color: #fff;
	padding: 4px 0;
	text-decoration: none;
}
table.button td a:hover {
	color: #339;
	background: #9cf;
}