body
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		background-color: #FFFFFF;
		margin: 0px 0px 0px 5px;
		color: #000000;
	}

div.header
	{
		position:absolute;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-weight: bold;
		color: #00386a;
		line-height: 13pt;
		top:0px;
		left:0px;
		width:800px;
		height:21px;
		background-color:#ffcc33;
		text-align: center;
	}
	
div.content
	{
		width:775px;
		height:50px;
		padding: 10px 10px 10px 10px;
		position: absolute;
		top: 21px;
		left:0px;
	}
	
div.content p
	{
		position:relative;
		top:0px;
		left:0px;
		width:775px;
		margin: 5px 5px 15px 5px;
		font-size: 11px;
		letter-spacing: -1px;
	}
	
div.flashhead
	{
		width:800px;
		height:50px;
		position:absolute;	
		top:51px;
		left:7px;
	}

div.legend
	{
		position:absolute;	
		top:611px;
		width:800px;
		height:35px;
		left:0px;
		font-size: 10px;
		text-align: center;
	}
	
div.footer
	{
			position:absolute;	
			top:641px;
			width:800px;
			height:30px;
			left:0px;
			text-align:center;
			vertical-align:top;
			margin-top: 15px;
	}
	
div.logo
	{
		position: relative;
		top:35px;
		left:15px;
	}
	
div.map
	{
		position: absolute;
		width: 775px;
		height: 514px;
		border:1px solid #000033;
		vertical-align: center;
		top:67px;
		left:12px;
		margin: 25px 0px 10px 0px;
	}
	
div.mapHeader
	{
		width:386px;
		height:25px;
		text-align:center;
		background-color:#dde5ea;
		border-top:1px solid #88a1bd;
		border-right:1px solid #88a1bd;
		border-left:1px solid #88a1bd;
		color:#003366;
		position:relative;
		left:396px;
		top:16px;
	}
	
div.mapHeader p
	{
		margin:5px;
	}
	
a
	{
		color: blue;
	}
	
a:link
	{
		color: blue;
	}
	
a:visited
	{
		color: blue;
	}
	
p.legendHeading
	{
		font-size: 12px;
		color:#224D84
	}

p.legendText
	{
		font-size: 10px;
		padding: 0px 5px 0px 5px;
	}

p.specialMessage
	{
		font-size: 9px;
		padding: 0px 0px 0px -3px;
		text-align: left;
		margin: 0px 0px 0px 5px;
		line-height: 115%;
		letter-spacing: -1px;
	}
	
td.hrule
	{
		padding-top:5px;
		width:50px;
	}