/*  719601 green
	0080bc blue
	cf5f20 orange
	
*/
body {
	background-color: #FFFFFF;
}	

html, p, body, table, td, th { 
	color: #000000; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 18px; 
	font-variant: normal; 
	text-transform: none; 
	font-family : Verdana, Arial, Helvetica, sans-serif ! important;
	z-index: 2;

}

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

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

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

a:visited:hover {
	color: #cf5f20;
	text-decoration: none;
	font-weight: bold; 
}

small_caps {
	font-size: 16px; 
	text-transform: uppercase;
}

.copyright {
	font-size: 9px;
	line-height: 13px;
}

input {
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
}

select {
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
}

textarea {
	font-size: 10px;
	color: #CCCCCC;
	background-color: #FFFFFF;
}

.lead_in { 
	font-size: 14px; 
	font-weight: bold;
}

em {
	font-size: 16px; 
	font-weight: bold; 
	font-style: normal; 
	color: #000000;
}

b {
	font-weight: bold;
}

h1 {
	font-size: 16px; 
	font-weight: bold; 
	color: #0080bc;
	margin-bottom: -6px; 
	margin-top: -0px; 
}

h2 {
	font-weight: bold;
	font-size: 11px;  
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-style: none; /* none, dotted, dashed, solid, double, groove, ridge, inset, outset */
	margin-bottom: -12px; 
}

h3 {
	font-size: 16px; 
	font-weight: bold; 
	color: #719601;
	margin-bottom: 16px; 
	margin-top: 24px; 
}

h4 {
	font-size: 12px; 
	font-weight: bold; 
	color: #FFFFFF;
	margin-bottom: 0px; 
	margin-top: 0px; 
}

h5 { 
	color: #000000; 
	font-size: 11px; 
	font-weight: bold; 
	margin-bottom: 2px; 
}

h6 {
	font-size: 16px; 
	font-weight: bold; 
	color: #853A38;
	margin-bottom: -18px; 
	margin-top: -0px; 
}

ul {
	list-style-position: outside; 
	list-style-type: disc; /* none, disc, circle, square, decimal */
	margin-left: 14px; 
	margin-top: -12px; 
	margin-bottom: 0px; 
}

ol {
	list-style-position: outside; 
	list-style-type: decimal; /* none, decimal, lower-roman, upper-roman, lower-alpha, upper-alpha */
	margin-bottom: 0px; 
	margin-top: -12px; 
	margin-left: 22px; 
	margin-right: 0em; 
}

.alpha {
	list-style-position: outside; 
	list-style-type: lower-alpha; /* none, decimal, lower-roman, upper-roman, lower-alpha, upper-alpha */
	margin-bottom: 0px; 
	margin-top: -12px; 
	margin-left: 22px; 
	margin-right: 0em; 
}

p.test:first-line {
	color: #C6950D;
	text-decoration: none;
}

p.tested:first-letter {
	color: #C6950D;
	font-size: 200%; 
}

p.test {
	margin-top: -8px; 
	margin-bottom: 10px; 
	border-top: 1px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-style: dotted; /* none, dotted, dashed, solid, double, groove, ridge, inset, outset */
}
.specialty_bg {
	background-color: #CCCCCC;
	background-image: url(images/bg_colour.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.index_bg {
	background-color: #CCCCCC;
	background-image: url(images/bg_index.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.hotel {
	background-image: url(images/but_hotels.gif);
}

.hotel a:link {
	background-image: url(images/but_hotels.gif);
}

.hotel a:hover {
	background-image: url(images/but_hotels_over.gif);
}

.hotel a:visited {
	background-image: url(images/but_hotels_over.gif);
}

.hotel a:visited:hover {
	background-image: url(images/but_hotels.gif);
}

td.tl {
	background-attachment: fixed;
	background-image: url(images/rounded_corner_tl.png);
	background-repeat: no-repeat;
	background-position: left top;
}

td.tr {
	background-attachment: fixed;
	background-image: url(images/rounded_corner_tr.png);
	background-repeat: no-repeat;
	background-position: right top;
}

td.bl {
	background-attachment: fixed;
	background-image: url(images/rounded_corner_bl.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

td.br {
	background-attachment: fixed;
	background-image: url(images/rounded_corner_br.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

