﻿body
{
	margin-top: 0px;
}

.BodyText
{
	font-size: 8pt;
	font-family: Verdana;
}

.BodyTextBold
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
}

.BodyTextNumList
{
	font-size: 8pt;
	font-family: Verdana;
	list-style-type: decimal;
}

.BodyTextWhiteCell
{
	font-size: 8pt;
	font-family: Verdana;
	color: white;
	background-color: #000099;
}

.BodyTextSmall
{
	font-size: 7pt;
	font-family: Verdana;
}

.BodyTextSmallWhiteCell
{
	font-size: 7pt;
	font-family: Verdana;
	color: white;
	background-color: #000099;
}

.CellBoldDarkCentre
{
	font-size: 8pt;
	font-family: Verdana;
	color: White;
	font-weight: bold;
	background-color: #000099;
	text-align: center;
}

.CellLowSeasonBoldCentre
{
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
	background-color: #ccffff;
	text-align: center;
}

.CellLowSeason
{
	font-size: 8pt;
	font-family: Verdana;
	background-color: #ccffff;
}

.CellMidSeasonBoldCentre
{
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
	background-color: #ccccff;
	text-align: center;
}

.CellMidSeason
{
	font-size: 8pt;
	font-family: Verdana;
	background-color: #ccccff;
}

.CellHighSeason
{
	font-size: 8pt;
	font-family: Verdana;
	background-color: #cc99ff;
}

.BulletItem
{
	list-style-position: outside;
	font-size: 8pt;
	font-family: Verdana;
	list-style-type: square;
	float: left;
	visibility: visible;
	position: static;
	text-indent: 10pt;
	vertical-align: top;
}

.RequiredSymbol
{
	font-size: 8pt;
	font-family: Verdana;
	color: Red;
} 

.MenuTextWhiteCellBold
{
	font-size: 10pt;
	font-family: Verdana;
	color: white;
	background-color: #000099;
	font-weight: bold;
}

.MenuTextWhiteCell
{
	font-size: 8pt;
	font-family: Verdana;
	color: white;
	background-color: #000099;
	font-weight: normal;
	text-align: left;
}

