body { background: #ffffff }

.logo1 { font-weight: bold; font-size: 17px; color: #cc0000; font-family: Arial, Verdana, Helvetica }
.logo2 { text-transform: uppercase; font-weight: bold; font-size: 13px; color: #000000; font-family: Arial, Verdana, Helvetica }
.logo3 { font-weight: bold; font-size: 14px; color: #cc0000; font-family: Arial, Verdana, Helvetica }

.barcolor { background: #003399 }
.leftcolumn { background: #003399 }
.menudivider { background: #4D71B8 }
.menucell { background: #003399l; color: #ffffff; padding-left: 10pt; padding-right: 3pt; padding-top: 2pt; padding-bottom: 2pt; font-weight: bold; font-size: 11px; font-weight: bold; font-family: Arial, Verdana, Helvetica }
	.menucell A:link, .menucell A:visited { color: #ffffff; text-decoration: none }
	.menucell A:active, .menucell A:hover { color: #4d71b8; text-decoration: none }
.highlight { background: #eeeeee; font-size: 13px; font-family: Arial, Verdana, Helvetica  }
	
.copyright { color: #000000; font-size: 11px; font-family: Arial, Verdana, Helvetica }

.big { font-size: 15px }
.header { padding: 3px; color: #ffffff; font-size: 12px; font-weight: bold; font-family: Arial, Verdana, Helvetica }

.lightblue { background: #D3E3F6 }
.darkblue { background: #003399; color: #ffffff; font: 13px bold Arial, Verdana, Helvetica }
	.darkblue A:link, .darkblue A:visited { color: #ffffff }
	.darkblue A:active, .darkblue A:hover { color: #d3e3f6 }

A:link { color: #003399 }
A:visited { color: #4F75C1 }
A:active, A:hover { color: #cc0000 }

p, ol, ol ol, ol ol ol, ul, ul ul, ul ul ul, input, select, textarea, option, .table
	{ font-size: 13px; font-family: Arial, Verdana, Helvetica }
	
h1 { font-size: 17px; margin-bottom: -15; color: #cc0000; font-weight: bold; font-family: Arial, Verdana, Helvetica }
h2 { font-size: 15px; margin-bottom: -15; color: #cc0000; font-weight: bold; font-family: Arial, Verdana, Helvetica }
h3 { font-size: 13px; margin-bottom: -15; color: #cc0000; font-weight: bold; font-family: Arial, Verdana, Helvetica }
h4 { font-size: 13px; color: #cc0000; font-weight: bold; font-family: Arial, Verdana, Helvetica }

#hotelform td{
	padding:2px 3px 2px 5px;
	font-family:arial, helvetica, san-serif;
	font-size:11px;
}
#hotelform thead td{
	border:solid 1px #000000;
	padding:2px 5px;
	text-align:center;
	font-weight:bold;
}
#hotelform select, #hotelform input{
	font-size:11px;
}
#hotelform select#nights, #hotelform select#rooms{
	width:45px;
}
#hotelform input.submit{
	width:120px;
	cursor:hand;
}