/* Base Font */
body, div, span, ul, p, td {
  font-family:		Arial;
  font-size:		12px;
  color:			#000000
}

/* page-heading */
.page-heading {
  font-family:		Arial;
  font-size:		18px;
  font-weight:		bold;
  color:			#000000
}

/* sub-heading */
.sub-heading {
  font-family:		Arial;
  font-size:		12px;
  font-weight:		bold;
  color:			#000000
}

/* for Rates and Booking Form */
.RequiredField {color: #FF0000}
.DateHeader {font-size: 11px}
select {width: 206px;}
.TextBox {width:200px;}
.FootNote {
	font-size: 10px;
	font-style: italic;
	color: #FF0000;
}


/* Regular Links */
a:link {
  font-weight:		bold;
  text-decoration:	none;
  color:		blue
}
a:active {
  font-weight:		bold;
  text-decoration:	none;
  color:		blue
}
a:visited {
  font-weight:		bold;
  text-decoration:	none;
  color:		blue
}
a:hover {
  font-weight:		bold;
  text-decoration:	underline;
  color:		navy
}

/* Menu Links */
a.vmenu:link {
  font-weight:		bold;
  color:		#FFFFFF;
  text-decoration:	none
}
a.vmenu:active {
  font-weight:		bold;
  color:		#FFFFFF;
  text-decoration:	none
}
a.vmenu:visited {
  font-weight:		bold;
  color:		#FFFFFF;
  text-decoration:	none
}
a.vmenu:hover {
  font-weight:		bold;
  color:		#FFFFFF;
  text-decoration:	underline
}

/* Plan Title Links */
a.menu:link {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;
  color:		#FFFFFF;
  text-decoration:	none
}
a.menu:active {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;
  color:		#FFFFFF;
  text-decoration:	none
}
a.menu:visited {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;
  color:		#FFFFFF;
  text-decoration:	none
}
a.menu:hover {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;
  color:		#FFFFFF;
  text-decoration:	underline
}


/* Site Title */
.site-title {
  font-family:		Arial;
  font-size:		20px;
  font-weight:		bold;
  color:		red
}


/* Section Title */
.title-large {
  font-family:		Arial;
  font-size:		15px;
  font-weight:		bold;
  font-style:		italic;
  color:		red
}


/* Medium Title */
.title-medium {
  font-family:		Arial;
  font-size:		10pt;
  font-weight:		bold;
  color:		red
}


/* Small Title */
.title-small {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;
  color:		red
}

/* Form Title */
.title-form {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;  
  color:		black
}

/* Small Text */
.small {
  font-family:		Verdana;
  font-size:		11px
}


/* Date Text */
.date {
  font-family:		Verdana;
  font-size:		11px;
  color:		#666666
}


/* Copyright Notice */
.copyright {
  font-family:		Verdana;
  font-size:		10px;
  color:		#CCCCCC
}

li {
  font-family:		Arial;
  font-size:		10px;
  color:			#000000
}

a .footer
{
	color:#3333FF;
	text-decoration:underline;
	font-weight:normal;
	
}

.footer
{
	font-size:10px;

}


