﻿body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f8ecc5;
	font-size: small;
}
.TransparentDIV {
	padding: 5px;
	background-image: url('images/contentarea.png');
	background-repeat: repeat;
	overflow: auto;
	text-align: justify;
}
.MainTittle {
	font-weight: 700;
	border-style: none none dotted none;
	margin-bottom: 8px;
	color: #F57705;
	font-size: large;
}
.SmallTittle {
	text-decoration: underline;
	color: #0033CC;
	font-weight: bold;
	font-size: medium;
	font-style: italic;
}
.Box1 {
	border: thin solid #808080;
	background-color: #FFFFCC;
	font-size: small;
	padding: 5px;
}
.PriceTag {
	text-align: right;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	margin-top: -10px;
}
.RentalDesc {
	width: 70%;
	font-weight: bold;
}
.RentalTable {
	border-collapse: collapse;
	text-align: left;
}
.RentalEven {
	background-color: #C0C0C0;
	height: 21px;
}
.RentalOdd {
	background-color: #E5E5E5;
	height: 21px;
}
.DivingDesc {
	width: 75%;
}
.DivingDesc2 {
	width: 50%;
	font-weight: bold;
	font-size: large;
	color: #0033CC;

}
.DivingTitle {
	margin-top: 9px;
	margin-bottom: 5px;
	font-size: large;
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
}
.DivingPrice {
	width: 25%;
	color: #666666;
	font-size: large;
}
