HTML
{
	height: 100%;
	margin-top: 1px;
	margin-bottom: 1px;
}
DIV.book-online H1
{
	color: #009900;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14.7pt;
}
DIV.book-online
{
	margin: 0 20px;
}
DIV.book-online UL LI
{
	color: #004000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
}
DIV.book-online STRONG.red
{
	color: #FF0000;
	text-transform: uppercase;
	text-decoration: underline;
}
A
{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 10pt;
	color: #FF0000;
	text-decoration: none;
}
A.menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	&nbsp;color: #008500;
	text-decoration: none;
}
A.navbar
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #80FF80;
	text-decoration: none;
}
A.footer
{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 11pt;
	color: #0000FF;
	text-decoration: none;
}
A:hover
{
	color: #800040;
	text-decoration: none;
}
P
{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 11pt;
	color: #004000;
}
.tw
{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 11pt;
	color: #FFFFFF;
}
.tbl
{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 11pt;
	color: #0000FF;
}
.tr
{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 11pt;
	color: #FF0000;
}
.tw
{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 11pt;
	color: #FFFFCD;
}
.tbk
{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 11pt;
	color: #000000;
}
.mh
{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 13pt;
	font-weight: bold;
	color: #008000;
}
.mhbl
{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 13pt;
	font-weight: bold;
	color: #0000FF;
}
.mhr
{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 13pt;
	font-weight: bold;
	color: #FF0000;
}
.mhw
{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFCD;
}
.mhy
{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFF80;
}
.mhgn
{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 13pt;
	font-weight: bold;
	color: #80FF80;
}
.bh
{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 16pt;
	font-weight: bold;
	color: #008000;
}
.bhbl
{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 16pt;
	font-weight: bold;
	color: #0000FF;
}
.bhr
{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 16pt;
	font-weight: bold;
	color: #008000;
}
.bhw
{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFCD;
}
.vbh
{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 28;
	font-weight: bold;
	color: #008000;
}
.tcap
{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 9pt;
	color: #FF0000;
}
.ts
{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 9pt;
	color: #008000;
}
.tsw
{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 9pt;
	color: #FFFFFF;
}
#navcontainer
{
	width: 130px;
}
#navcontainer UL
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navcontainer A
{
	display: block;
	padding: 3px;
	width: 130px;
	background-color: #008000;
	border-bottom: 1px solid #FFFFFF;
}
#navcontainer A:link, #navlist A:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#navcontainer A:hover
{
	background-color: #00E600;
	color: #FFFFFF;
}
UL#navlist
{
	margin: 0;
}
DIV.book-online SPAN.red
{
	text-transform: uppercase;
	text-decoration: underline;
	color: #FF0000;
}

.red-box
{
    border: 2px solid #FF0000;
    margin: 0 5%;
    padding: 0px 20px;
    background-color: #EF9A9A;
    text-align: center;
    /*+border-radius:3px;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px 3px 3px 3px;
    /*+box-shadow:0 0 3px #008000;*/
    -moz-box-shadow: 0 0 3px #008000;
    -webkit-box-shadow: 0 0 3px #008000;
    -o-box-shadow: 0 0 3px #008000;
    box-shadow: 0 0 3px #008000;
}
.red-box A
{
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    color: #000000;
}


