/* Font Values */

#content h1 {
	font-family: Arial;
	color: #003300;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px dashed #666666;
}

#content h2 {
	font-family: Arial;
	color: #003300;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#content h3 {
	font-family: Arial;
	color: #003300;
	font-size: 13px;
	font-weight: bold;
}

#content h4 {
	font-family: Arial;
	color: #003300;
	font-size: 14px;
	font-weight: bold;
}

#right-bar h1 {
	font-family: Arial;
	color: #023F40;
	font-size: 14px;
	font-weight: strong;
}

#right-bar h2 {
	font-family: Arial;
	color: #023F40;
	font-size: 12px;
	font-weight: bold;
}


/* END FONT Values */
/*-------------------------------------------------*/

/* LINK Values */

#content a:link, #content a:visited {
	color: #003300;
	text-decoration: underline;
	font-weight: bold;
}

#content a:hover {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}

#bookings_panel a:link, #bookings_panel a:visited {
	color: #003300;
	text-decoration: underline;
	font-weight: bold;
}

#bookings_panel a:hover {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}


/* END LINK Values */
/*-------------------------------------------------*/

/* Table Values */


table.tariffs
{width:400px; border: 1px #006C00 solid; border-spacing: 0px;}

table.tariffs td
{border: 1px #006C00 solid;}


/* END TABLE Values */
/*-------------------------------------------------*/
