
body {
	background-color:#EADDC8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7E705F;
}

a {
	color:#776033;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

a.bot {
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

a.bot:hover {
	text-decoration:underline;
}

p {
	margin-bottom:10px;
	margin-top:7px;
	margin-left:5px;
	margin-right:5px;
}

h4 {
	color:#776033;
	font-size:12px;
	margin-bottom:10px;
}

.small {
	font-size:10px;
	color:#7E705F;
}

.white {
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
}


.top_background {
	background-position:top;
	background-repeat:repeat-x;
	background-image:url(../images/top_background.jpg);
	vertical-align:top;
	text-align:center;
}

.bot_background {
	background-position:top;
	background-repeat:repeat-x;
	background-image:url(../images/bot_line_bg.gif);
	vertical-align:top;
	text-align:center;
}

.right {
	background-color:#F2EBDD;
	background-position:top;
	background-repeat:repeat-x;
	background-image:url(../images/right_top.jpg);
	vertical-align:top;
	padding-top:16px;
	padding-left:3px;
	padding-right:3px;
}

.main {
	background-color:#ffffff;
	background-position:top;
	background-repeat:repeat-x;
	background-image:url(../images/main_top.jpg);
	vertical-align:top;
	padding-top:16px;
	padding-left:15px;
	padding-right:15px;
}


.bottom {
	font-size:10px;
	color:#8F7761;
	vertical-align:top;
	text-align:center;
}

input {
	font-size:11px;
	color:#000000;
}

select {
	font-size:11px;
	color:#000000;
}

input.num {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	width:27px;
	height:19px;
}

input.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:129px;
	height:21;
	background-image:url(../images/button.gif);
	color:#7E705F;
	font-weight:bold;
	border-width:0px;
}
a.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:40px;
	display:block;
	font-size:11px;
	width:129px;
	height:21px;
	line-height:21px;
	background-image:url(../images/button.gif);
	color:#7E705F;
	font-weight:bold;
	border-width:0px;
}

.btn_big {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:129px;
	height:21;
	background-image:url(../images/button.gif);
	color:#7E705F;
	font-weight:bold;
	border-width:0px;
}

td.wrong
{
  color: #990000;
  border-left: 1px solid #ffffff;
  text-align: center;
  font-weight: bold;
}

/***Calendar styles***/
.tip
{
  background-color: #f1f2f7;
}
.calendar
{
  width: 230px;
  border: 1px solid #808080;
}
.calendar .thead
{
  text-align: center;
  font-weight: bold;
}
.white
{
  color: #7E705F;;  
}
.red
{
  background-color: #BDB1A4;  
  color: #ffffff;
}
.yellow
{
  background-color: #F9F4AC;  
}
.blue
{
  background-color: #F2ECDE;  
}

/*** END Calendar styles***/

h3 {
	color:#776033;
	font-size:12px;
	margin-bottom:10px;
	margin-left:36px;
	margin-top:-5px;
}

.deposit
{
	color: red;
}
#cycl {
	width:770px;
	height:124px;
}
#menu {
	width:100%;
	height:111px;
	background:url(../images/menu_bg.jpg) no-repeat top right;
}

.menu_items{
	margin-top:2px;
	padding-top:3px;
	width:100%;
	height:19px;
	white-space:nowrap;
}
.menu_items span{
	padding:0 10px 0 10px;
	white-space:nowrap;
}
.menu_items a{
	white-space:nowrap;
}

.top_images {
	margin-top:9px;
}
form#contactForm label.error{
		clear:both;
		font-size:11px;
		display:block;
		color: #ff0000;
		font-weight:bold;
		padding:0;
		background:none;
	}
	form#contactForm input.error, form#contactForm textarea.error { 
		border: 1px dotted #ff0000;
		background:#faebe7;
	}
	form#contactForm fieldset {
		border:0;
		margin:0;
		padding:0;
	}
	.req{color:#F00;}
