@charset "ISO-8859-1";

ul {
	list-style-type:disc;
	list-style-position:outside;
}

li {
	margin-bottom:0.5em;
/* 	margin-right:5em; */
}

a:link, a:visited, a:active {
	color: #003366;
/* 	color: #1b43a3; */
	text-decoration: none 
}

a:hover {
 	color: #93afdf;  
	text-decoration: none
}

a#closed {
	color: #ffffff;
	text-decoration: none;
	font-style:italic;
}

a#item {
	color: #ffffff;
	text-decoration: none
}

a#item:hover {
	color: #93afdf; 
	text-decoration: none
}

a#text {
	color: #003366; 
	text-decoration: underline
}

a#text:hover {
	color: #93afdf; 
	text-decoration: none;
}

.normal {
/* 	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: justify;
}

.normalright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: right;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: justify;
}

.smallhighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	text-align: justify;
}


.hugeheading {
	font-family: Helvetica, sans-serif;
	font-size: 45pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	text-align: justify;
}

.biggerheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	text-align: justify;
}


.bigheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	text-align: justify;
}

.centerbigheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	text-align: center;
}


.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	text-align: justify;
}

.centerheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	text-align: center;
}


.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	text-align: justify;
}


.hotel {
	border: 1px solid #003366;	
	margin:1em;
	padding:.5em;
	padding-left: 1em;
	padding-right: 1em;
/* 	background: rgb(,,); */
}

.marker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	text-align: justify;
}




