body
{
	background-color: rgb(81,102,107);
	margin: 0px;
	text-align: center;
	min-width: 800px;
	font-family: Arial, Helvetica, sans-serif;
}

table.primaryTable
{
	background-color: rgb(122,159,167);
	border: none; 
	padding: 0px; 
	border-spacing: 0px;
	width: 800px;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color: FFFFFF;
	font-size: 10pt;
}

A:link 
{
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
A:visited 
{
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
A:hover
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline; 
}

img
{
	border-style: none;
}

.content
{
	margin-left: 15px;
	margin-right: 15px;
}

.header
{
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	width: 100%;
}

.newsItem
{
	font-size: 8pt;
	margin-left: 15px;
	margin-right: 15px;
}

.newsHeader
{
	font-size: 12pt;
	font-weight: bold;
}

.PackageTitleHeader
{
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
	border-bottom: black solid 1px;
}

.PackageName
{
	font-size: 10pt;
	text-align: left;
	width: 60%;
	font-weight: bold;
}

.PackageDescription
{
	font-size: 8pt;
	margin-left: 10px;
	font-weight: normal;
	color: black;
}

.PackagePricingEarly
{
	font-size: 10pt;
	color: green;
	text-align: center;
}

.PackagePricingNormal
{
	font-size: 10pt;
	color: yellow;
	text-align: center;
}

.PackagePricingDoor
{
	font-size: 10pt;
	color: maroon;
	font-weight: bold;
	text-align: center;
}