body {
	background-color: #FFFFFF; /* background color */
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: 10px; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

h1 {
	color: #464D8E; /* text color */
	font-family: Tahoma; /* Tahoma */
	font-size: 24px; /* font size */
}
h1.gall {
	color: #464D8E; /* text color */
	font-family: Tahoma; /* Tahoma */
	font-size: 24px; /* font size */
	margin-bottom: -10px;
}

h2 {
	color: #464D8E; /* text color */
	font-family: Tahoma; /* Tahoma */
	font-size: 19px; /* font size */
	margin-bottom: -5px;
}




a:link {color: #464D8E;}
a:visited {color: #464D8E; }
a:hover {color: #464D8E; font-style: italic;text-decoration: none;}
a:active {color: #464D8E; text-decoration: none;}

a.news:link {font-size: 10px; color: #464D8E; text-decoration: none;}
a.news:visited {font-size: 10px;text-decoration: none;}
a.news:hover {font-size: 10px; font-style: italic; color: #464D8E; text-decoration: none;}
a.news:active {font-size: 10px; text-decoration: none;}

a.news2:link {font-size: 12px; color: #464D8E; text-decoration: none;}
a.news2:visited {font-size: 12px;text-decoration: none;}
a.news2:hover {font-size: 12px; font-style: italic; color: #464D8E; text-decoration: none;}
a.news2:active {font-size: 12px; text-decoration: none;}


a.arch:link {font-size: 13px;  text-decoration: none; color: #FFFFFF;}
a.arch:visited {font-size: 13px; text-decoration: none; color: #FFFFFF;}
a.arch:hover {font-size: 13px; font-style: italic; color: #FFFFFF; text-decoration: none;}
a.arch:active {font-size: 13px; text-decoration: none; color: #FFFFFF;}

a.cont:link {font-size: 13px;  text-decoration: none; color: #FFFFFF;}
a.cont:visited {font-size: 13px; text-decoration: none; color: #FFFFFF;}
a.cont:hover {font-size: 13px; font-style: italic; color: #FFFFFF; text-decoration: none;}
a.cont:active {font-size: 13px; text-decoration: none; color: #FFFFFF;}


.bookingForm {
	color: ; /* text color */
	font-family: ; /* font name */
	font-size: 10px; /* font size */
}

.text_med {
	color: #464D8E; /* text color */
	font-family: Tahoma; /* Tahoma */
	font-size: 16px; /* font size */
}

.text {
	color: #464D8E; /* text color */
	font-family: Tahoma; /* Tahoma */
	font-size: 13px; /* font size */
	text-align: justify;
}
.textw {
	color: #FFFFFF; /* text color */
	font-family: Tahoma; /* Tahoma */
	font-size: 13px; /* font size */
}

.text_smaller {
	color: #464D8E; /* text color */
	font-family: Tahoma; /* Tahoma */
	font-size: 10px; /* font size */
}
.text_smallest {
	color: #464D8E; /* text color */
	font-family: Tahoma; /* Tahoma */
	font-size: 9px; /* font size */
}

.head1 {
	color: #464D8E; /* text color */
	font-family: Tahoma; /* Tahoma */
	font-size: 24px; /* font size */
}
.head1w {
	color: #FFFFFF; /* text color */
	font-family: Tahoma; /* Tahoma */
	font-size: 24px; /* font size */
}
.head2 {
	color: #464D8E; /* text color */
	font-family: Tahoma; /* Tahoma */
	font-size: 19px; /* font size */
}
.head3 {
	color: #464D8E; /* text color */
	font-family: Tahoma; /* Tahoma */
	font-size: 13px; /* font size */
	text-decoration: none;
}

.pic_border {
	border-style : inset ;
	border-width: 5px ;
	border-style: ridge;
	border-color: gold;
}

.pic_border2 {
	margin-left: 10px;
	margin-bottom: 5px;
}

legend {
	border:1px solid silver;
	color:#F7DC42;
	background-color:#464D8E;
	-margin-top:10px;
	padding: 2px;
}

fieldset {
	margin-top:10px;
	width:95%;
	border-color: #464D8E;
	padding: 5px;
}





.red { color: #FF0000; font-weight: bold; }
.green { color: #00FF00; font-weight: bold; }
.blue { color: #0000FF; font-weight: bold; }
.amber { color: #FFA500; font-weight: bold; }




//-->
</style>

