body {
  margin: 5px;
  padding: 0;
  background-image: url("mottledbg.jpg");
  SCROLLBAR-FACE-COLOR: #545881;
  SCROLLBAR-HIGHLIGHT-COLOR: #f3f3f3;
  SCROLLBAR-SHADOW-COLOR: #f3f3f3;
  SCROLLBAR-ARROW-COLOR: #ffffff;
  SCROLLBAR-BASE-COLOR: #73738b;
  scrollbar-dark-shadow-color: #ffffff;
  scrollbar-3d-light-color: #9BAAC1
}

.formpage {
  padding: 0 0 0 0;
  background-image: url("pagebg.gif");
}

h1 {
  font-family: times new roman, times, sans-serif;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 1px;
  color: #666666;
  text-transform: uppercase;
  text-decoration: none;
}

.title {
  font-family: algerian, times new roman, times, sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 2px;
  color: #585C87;
  text-transform: uppercase;
}

h2 {
  font-family: trebuchet ms, arial, times new roman, times, sans-serif;
  font-size: 17px;
  color: #333333;
  font-weight: bold;
  text-transform: capitalize;
}

h3 {
  font-family: trebuchet Ms, times new roman, times, sans-serif;
  font-size: 15px;
  color: #333333;
  font-weight: bold;
  text-transform: capitalize;
}

.td_sm {
  font-family: arial, times new roman, times, sans-serif;
  font-size: 12px;
  color: #333333;
  margin: 5px;
}

td, p , li {
  font-family: arial, times new roman, times, sans-serif;
  font-size: 13px;
  color: #333333;
}

#loading {
	width: 200px;
	height: 100px;
	background-color: #c0c0c0;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -100px;
	text-align: center;
}

input, textarea, select {
  font-family: verdana, arial, helvetica, serif;
  font-size: 11px;
  color: #333333;
}

ul {
  margin: 10px;
  padding-left: 16px;
  list-style: solid;
}

li {
  padding-top: 0px;
  padding-bottom: 5px;
  
}

blockquote {
  margin-left: 0;
  padding-left: 25px;
}

.content {
  background-color: #FFFFFF;
}

.link {
  text-decoration: none;
  color: #0000FF;
  border-bottom: ;
}

.link:hover {
  border-bottom: solid 2px #585C87;
}

.link_sm {
  font-size: 11px;
  text-decoration: none;
  color: #0000FF;
  border-bottom: dotted 1px;
}

.link_sm:hover {
  border-bottom: solid 2px #585C87;
}

.author {
  font-family: verdana, arial, helvetica, serif;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
  color: #;
}

.copyright {
  text-align: center;
  font-family: verdana, arial, helvetica, serif;
  font-size: 11px;
  line-height: 25px;
  color: #999999;
}

.value {
  padding: 0 5px 0 5px;
  background-color: #EFEFEF;
  text-align: center;
}

.choice {
  font-weight: bold;
  text-align: center;
  padding: 0 5px 0 5px;
  background-color: #DDDDEE;
  border: solid 1px #CCCCCC;
}

.border_table {
  border: solid 1px #CCCCD5;
  background-image: url("pagebg.gif");
  background-color: #FEFEFE
}

.border_pic {
  border: double 4px #C6C2AE;
  padding: 0px 0px 0px 0px;
  font-size: 11px;
  font-weight: ;
  text-align: ;
  vertical-align: ;
  font-family: verdana, arial, helvetica, serif;
}

.wrap_table {
  border: solid 1px #585C87;
}
.wrap_intro {
  background-color: #C6C2AE;
  border: groove 10px #;
}
.wrap_contact {
  background-color: #C6C2AE;
  border: solid 5px #585C87;
}

.calendar {
  padding: 3px 3px 3px 3px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  font-family: verdana, arial, helvetica, serif;
}

.avail {
  margin: 0px 0 0 0;
  padding: 3px 3px 3px 3px;
  text-align: right;
  vertical-align: middle;
  width: 10px;
  background-color: #E0E0E0;
  border: solid 1px #CCCCCC;
}

.not_avail {
  margin: 0px 0 0 0;
  padding: 3px 3px 3px 3px;
  vertical-align: middle;
  text-align: right;
  width: 10px;
  background-color: #CCCCCC;
  border: solid 1px #CCCCCC;
  text-decoration : line-through;
  color: #999999;
}

