body
	{
	font-size: 12px;
	color: #1E4A9B;
	font-family: Arial;
	background-image: url(images/bg2.gif);
	}

textarea, input, select
	{
	font-size: 12px;
	color: #1E4A9B;
	font-family: Arial;
	}

a	
	{
	color: #5080D6;
	text-decoration: none;
	}

a:hover 
	{
	text-decoration: underline;
	color: #1E4A9B;
	}

img 
	{
	border: none;
	}

form
	{
	margin: 0px;
	border-color: #AAAAAA;
	}

hr
	{
	height: 2px;
	border: solid #98A9B8 1px;
	border-top-width: 0px;
	}

th
	{
	text-align: left;
	}

h1
	{
	font-size: 18px;
	}

h2
	{
	font-size: 16px;
	}
	
h3
	{
	font-size: 14px;
	}

h4
	{
	font-size: 12px;
	font-weight: bold;
	}

#bookingMenu
	{
	list-style: none;
	text-align: center;
	}

#bookingMenu li
	{
	font-size: 18px;
	font-weight: bold;
	display: inline;
	list-style: none;
	padding: 5px 20px 5px 20px;
	}

#bookingMenu .done
	{
	color: #1E4A9B;
	}

#bookingMenu .notdone
	{
	color: #e3e9ee;
	}

.error
	{
	font-size: 13px;
	font-weight: bold;
	color : #FF0000;
	}

.success
	{
	font-size: 13px;
	font-weight: bold;
	color: #00CC00;
	}

.bgimg14
	{
	background: url(images/index_14.gif);
	}

.bgcolwhite
	{
	background-color: #FFFFFF;
	}

.bgcolblue
	{
	/*background-color: #CCCCFF;*/
	background-color: #e3e9ee;
	}

.calendartbl {
	padding: 4px;
}
	
.calendartbl th {
	vertical-align: middle;
	text-align: center;
	width: 30px;
	background-color: #e3e9ee;
}

.calendartbl td {
	text-align: right;
	width: 30px;
}

.box {
	position: absolute;
	background-color: #FFFFFF;
	border: #000033 1px solid; 
	z-index: 10;
}

.day {
	background-color: #e3e9ee;
}

.day a:hover {
	text-decoration: none;
}