a {
	font: 8pt Verdana, Times New Roman, Arial;
  line-height: 150%;
  text-decoration: none;
}

a.white {
	font: 8pt Verdana, Times New Roman, Arial;
	color: white;
}

a.white:visited {
	color: white;
}

a.white:hover {
	color: #FF0000;
}
				 
a:visited {
	color: #0000FF;
}

a:hover {
	color: #FF0000;
}

b.red {
	font: 8pt Verdana, Times New Roman, Arial;
  font-weight: bold;
  color: red;
}

body.marine {
	background-color: #000066;
}

body.bottom {
  background-color: #000066;
	margin-top: 3px;
}

body.yellow {
	background-color: #FFFFCC;
}

p {
	font: 8pt Verdana, Times New Roman, Arial;
  margin-left: 1px;
  line-height: 150%;
}

p.bold {
	font-weight: bold;
}

p.h1 {
	font: 13pt Verdana, Times New Roman, Arial;
  font-weight: bold;
}

p.white {
	font-weight: bold;
	color: white;
}

span.white {
	font-weight: bold;
	color: white;
}

h2 {
	font: 10pt Verdana, Times New Roman, Arial;
  margin-left: 1px;
  font-weight: bold;
  line-height: 150%;
}

table {
	font: 8pt Verdana, Times New Roman, Arial;
  color: black;
  text-align: justify;
  margin-left: 1px;
  line-height: 150%;
}

td.booking {
	color: white;
	text-align: center;
	font-weight: bold;
  background-color: #000066;
}

th {
	color: white;
	text-align: left;
  background-color: #000066;
}

.b {
  font-weight: bold;
}