a:link{
	color: Blue
}
a:visited{
	color: Blue
}
a:hover{
	color: Red;
	text-decoration: none;
	border-bottom: 1px dashed Red;
}
a:active{
	color: Red;
	text-decoration: none;
	border-bottom: 1px dashed Red;
}
.pagetitles{
font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 14px; 
	font-weight: bold; 
	text-decoration : underline;
	text-align: center;
	color: #9B82B0;
	padding: 3px;
}
.img_border{
	border: 1px solid Black;
}
.menuitems {
display : block;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px; 
	font-weight: bold; 
	text-decoration : none;
	text-align: center;
	 	}
.menuitems a:link {
   color: #393939;  
	text-decoration : none; 
	display : block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 2px;
	border: 1px solid Black;
	background-color: #83B085;
	text-align: center;
	}
	
.menuitems a:visited  {
   color: #393939;  
	text-decoration : none; 
	display : block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 2px;
	border: 1px solid Black;
	background-color: #83B085;
	text-align: center;
	}
	
.menuitems a:hover { 
color: Black; 
background-color : #6DA373;  }

.menuitems a:active { color: White;  background-color : #4C6F8D;}

.bookinglink{
background-color: #4C6F8D;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight: bold;
color: White;
	
}
.kcslink{
text-align: right;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 10px;
color: #999999;
}

.kcslink a:link {color: #666666;}
.kcslink a:visited {color: #666666;}
.kcslink a:hover {
color: #333333;
text-decoration: none; 
border-bottom: 1px dashed; 
background-color: #FFFFFF; 
}
.kcslink a:active {color: #FF0000;}

.maintd{
	border: 1px solid #333333;
	padding: 5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	font-weight : normal;
	background-color: #FFFFFF;
}
.lhstd{

border-right: 1px dotted #4C6F8D;
border-bottom: 1px dotted #4C6F8D;
width: 50%;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
}
.rhsnobotttd{

width: 50%;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #000000;
}
.rulestd{

width: 50%;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #000000;
padding-left: 18px;
}
.lhsnobotttd{
/*border-right: 1px dotted #4C6F8D;*/
width: 50%;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #000000;
}
.rhstd{
border-bottom: 1px dotted #4C6F8D;
width: 50%;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #000000;
}

.bottd{font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
	color: Black;
	background-color: White;
	
}
.permittds{
	width: 25%;
	background-color: #FFFFFF;
}
.titletds{
	background-image: url(images/table_titles.gif);
	text-align: center;
	font-weight: bold;
}
.footer{
border-bottom: 1px solid Black;
border-left: 1px solid Black;
border-right: 1px solid Black;
background-color: #83B085;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight: bold;
color: White;
padding: 10px;
text-align: center;
}

.formerror{
	background-color: #E8F8D9;
	border: dotted 1px #CCCCCC;
	padding: 8px;
	text-align: center;
	font-weight: bold;
}

.formerror a:link{
	color: Blue;
}
.formerror a:visited{
	color: Blue;
}
.formerror a:hover{
	color: Red;
	text-decoration: none;
	
}
.formerror a:active{
	color: Blue;
}
div.indent {
  margin-left: 20px;
}

table.member_details th {
  background-color: #CCCCCC;
  text-align: right;
}

table.member_details td {
  background-color: #FFFFFF;
}

table.member_details tr.even td {
  background-color: #f6f6f6;
}