<html>


<head>
<style type="text/css">
BODY {
	  scrollbar-face-color: #9F0000; 
	  scrollbar-shadow-color: #000000;
	  scrollbar-highlight-color: #EEEEEE; 
	  scrollbar-3dlight-color: #999999;
	  scrollbar-darkshadow-color: #505050; 
	  scrollbar-track-color: #cccccc;
	  scrollbar-arrow-color: #cccccc;
	  }
</style>


<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="keywords" content="hurricane, tracking, maps, statisitcs, info, information, terms, storm, names, GMT, zulu, Time, Clock, Z,">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Hurricane Tracking Information Maps - Statistics - Records - Storm Terms 
- Zulu time</title>
<meta name="Microsoft Border" content="none, default">
<!-- BEGIN JAVASCRIPT FOR GMT AND CALCS -->
<SCRIPT Language="JavaScript">
 <!-- hide from old browsers
 function gmtClock(){
/* Basic gmt clock By A1 JavaScripts, for more scripts visit
www.a1javascripts.com - please leave these credits in place if using this script. */
    time = new Date()
    gmtMS = time.getTime() + (time.getTimezoneOffset() * 60000)
    gmtTime =  new Date(gmtMS)
    hour = gmtTime.getHours()
    minute = gmtTime.getMinutes()
    second = gmtTime.getSeconds()
    temp = "" + ((hour < 10) ? "0" : "") + hour
    temp += ((minute < 10) ? ":0" : ":") + minute
    temp += ((second < 10) ? ":0" : ":") + second
    document.clockForm.digits.value = temp
    setTimeout("gmtClock()",1000)
    }  
	
function initConverters() {
	initWindSpeedConverter();
	initPressureConverter();
}

function initWindSpeedConverter() {
	
	knotsMin = 5;
	knotsMax = 180;
	knotsStep = 5;
	
	// Reset option count and populate knots dropdown
	optionCount = 0;
	for (x = knotsMin; x <= knotsMax; x += knotsStep) {
		document.forms['conversion'].knots.options[optionCount] = new Option(x, x);
		optionCount++;
	}
	
	knotsLength = document.forms['conversion'].knots.options.length;
	
	for (y = 0; y < knotsLength; y++) {
		mph = Math.round(document.forms['conversion'].knots.options[y].value * 1.15);
		document.forms['conversion'].mph.options[y] = new Option(mph, mph);
	}
}

function initPressureConverter() {
	
	mbMin = 870;
	mbMax = 1020;
	mbStep = 1;
	
	// Reset option count and populate knots dropdown
	optionCount = 0;
	for (x = mbMax; x >= mbMin; x -= mbStep) {
		document.forms['conversion'].mb.options[optionCount] = new Option(x, x);
		optionCount++;
	}
	
	mbLength = document.forms['conversion'].mb.options.length;
	
	for (y = 0; y < mbLength; y++) {
		hg = (Math.round(document.forms['conversion'].mb.options[y].value * 0.02953 * 100) / 100).toFixed(2);
		document.forms['conversion'].hg.options[y] = new Option(hg, hg);
	}
}

function convertIt(from, to) {
	index = from.selectedIndex;
	//alert(index);
	to.selectedIndex = index;
}
	
 //-->
 </SCRIPT>
<!-- END JAVASCRIPT FOR GMT AND CALCS --> 
</head>


<body bgcolor="#000000" text="#FFFFFF" link="#800000" vlink="#800000" alink="#800000" onload="gmtClock(); initConverters();">


<div align="center">
  <center>
  <table border="1" cellpadding="0" cellspacing="0" width="720" bordercolor="#808080" bordercolorlight="#808080" bordercolordark="#808080">
    <tr>
      <td height="40" align="center" bgcolor="#790000">
		<font face="Arial" size="4" color="#C0C0C0">
		Hurricane Information, Statistics, Historical Records, and Tracking 
		Maps...</font></td>

    </tr>
    <tr>
      <td height="100" align="center" bgcolor="#2D2D2D" valign="top">
	<table border="0" width="600" cellspacing="0" cellpadding="0" id="table22">
		<tr>
			<td height="80" align="center">
			<FORM NAME="clockForm">
				<font size="2" color="#C0C0C0" face="Arial">Greenwich Mean Time (GMT):</font><font face="Arial" color="#C0C0C0"> </font>
				<font face="Arial" color="#9D9D00">
				<INPUT TYPE="text" NAME="digits" SIZE=7 style="border:1px solid #000000; background-color: #B5B5B5; padding-left:8px; padding-right:2px; padding-top:1px; padding-bottom:0px; color:#3A3A3A; font-family:Arial; font-weight:bold; font-size:10pt"></font><font face="Arial"> </font>
				<font face="Arial" color="#C0C0C0">
				(zulu)</font><font face="Arial"> </font>
				<font face="Arial" color="#9D9D00">
				<a target="_blank" href="Greenwich_Meridian_Time_zulu.htm">
				<font size="1" color="#C0C0C0" face="Arial">click here to learn 
				more about zulu</font></a></font></form></td>
		</tr>
	</table>
	<table border="0" width="660" cellspacing="0" cellpadding="0" id="table23">
		<tr>
			<td align="center" valign="top">
		<table border="1" width="270" cellspacing="0" cellpadding="0" id="table48" bordercolor="#000000">
			<tr>
				<td align="center" bgcolor="#790000" height="30"><b>
				<font face="Arial" size="2" color="#B0B0B0">Hurricane Conversion 
				Information:</font></b></td>
			</tr>
			<tr>
				<td align="center" bgcolor="#606060" height="224">
				<form name="conversion" method="post" action="">
				  <table width="200"  border="0" cellspacing="0" cellpadding="3">
                    <tr align="center">
                      <td colspan="3">                         <b>
						<font face="Arial">Wind Speed</font></b></td>
                      </tr>
                    <tr align="center">
                      <td><font face="Arial" size="2">Knots </font> </td>
                      <td><font face="Arial" size="2">&lt;&gt;</font></td>
                      <td><font face="Arial" size="2">MPH</font></td>
                    </tr>
                    <tr align="center">
                      <td>
						<select name="knots" id="knots" onChange="convertIt(this, document.forms['conversion'].mph);" style="background-color: #DBDBDB" size="1">
                      </select></td>
                      <td>&nbsp;</td>
                      <td>
						<select name="mph" id="mph" onChange="convertIt(this, document.forms['conversion'].knots);" style="background-color: #DBDBDB" size="1">
                      </select></td>
                    </tr>
                    <tr align="center">
                      <td colspan="3">&nbsp;</td>
                      </tr>
                    <tr align="center">
                      <td colspan="3"><b><font face="Arial">Pressure</font></b></td>
                      </tr>
                    <tr align="center">
                      <td><font face="Arial" size="2">Millibars</font></td>
                      <td><font face="Arial" size="2">&lt;&gt;</font></td>
                      <td><font face="Arial" size="2">Inches Hg</font></td>
                    </tr>
                    <tr align="center">
                      <td>
						<select name="mb" id="mb" onChange="convertIt(this, document.forms['conversion'].hg);" style="background-color: #DBDBDB" size="1">
                                            </select></td>
                      <td>&nbsp;</td>
                      <td>
						<select name="hg" id="hg" onChange="convertIt(this, document.forms['conversion'].mb);" style="background-color: #DBDBDB" size="1">
                                            </select></td>
                    </tr>
                  </table>
				  </form></td>
			</tr>
		</table>
			</td>
			<td align="center" valign="top">
  <table border="1" cellpadding="0" cellspacing="0" width="270" bordercolor="#000000" bgcolor="#494949" id="table52">
    <tr>
      <td height="30" colspan="3" align="center" bgcolor="#790000"><b>
		<font face="Arial" color="#B0B0B0" size="2">Saffir / Simpson
        Scale</font></b></td>
    </tr>
    <tr>
      <td height="28" align="center" width="66" bgcolor="#606060"><b>
		<font face="Arial" size="1" color="#DBDBDB">Category</font></b></td>
      <td height="30" align="center" width="110" bgcolor="#606060">
	<table border="0" width="90" cellspacing="0" cellpadding="0" height="20" id="table53">
		<tr>
			<td align="center"><b>
		<font face="Arial" size="1" color="#DBDBDB">Wind
        Speeds</font></b></td>
		</tr>
		<tr>
			<td align="center" height="14" valign="top"><b>
			<font face="Arial" size="1" color="#DBDBDB">(MPH)</font></b></td>
		</tr>
	</table>
		</td>
      <td height="30" align="center" bgcolor="#606060">
	<table border="0" width="84" cellspacing="0" cellpadding="0" height="20" id="table54">
		<tr>
			<td align="center"><b>
		<font face="Arial" size="1" color="#DBDBDB">Storm
        Surge</font></b></td>
		</tr>
		<tr>
			<td align="center" height="14" valign="top"><b>
			<font face="Arial" size="1" color="#DBDBDB">(Feet)</font></b></td>
		</tr>
	</table>
		</td>
    </tr>
    <tr>
      <td height="38" align="center" bgcolor="#460000" width="66"><b>
		<font face="Arial" color="#AAAAAA">1</font></b></td>
      <td height="38" align="center" bgcolor="#460000" width="110">
		<font face="Arial" color="#AAAAAA"><b>74 - 95</b></font></td>
      <td height="38" align="center" bgcolor="#460000" width="94">
		<font face="Arial" color="#AAAAAA"><b>4 to 5</b></font></td>
    </tr>
    <tr>
      <td height="38" align="center" bgcolor="#620000" width="66"><b>
		<font face="Arial" color="#AAAAAA">2</font></b></td>
      <td height="38" align="center" bgcolor="#620000" width="110">
		<font face="Arial" color="#AAAAAA"><b>96 - 110</b></font></td>
      <td height="38" align="center" bgcolor="#620000" width="94">
		<font face="Arial" color="#AAAAAA"><b>6 to 8</b></font></td>
    </tr>
    <tr>
      <td height="38" align="center" bgcolor="#800000" width="66"><b>
		<font face="Arial" color="#AAAAAA">3</font></b></td>
      <td height="38" align="center" bgcolor="#800000" width="110">
		<font face="Arial" color="#AAAAAA"><b>111 - 129</b></font></td>
      <td height="38" align="center" bgcolor="#800000" width="94">
		<font face="Arial" color="#AAAAAA"><b>9 to 12</b></font></td>
    </tr>
    <tr>
      <td height="39" align="center" bgcolor="#A40000" width="66"><b>
		<font face="Arial" color="#AAAAAA">4</font></b></td>
      <td height="39" align="center" bgcolor="#A40000" width="110">
		<font face="Arial" color="#AAAAAA"><b>130 - 155</b></font></td>
      <td height="39" align="center" bgcolor="#A40000" width="94">
		<font face="Arial" color="#AAAAAA"><b>13 to 18</b></font></td>
    </tr>
    <tr>
      <td height="41" align="center" bgcolor="#CC0000" width="66"><b>
		<font face="Arial" color="#000000">5</font></b></td>
      <td height="41" align="center" bgcolor="#CC0000" width="110">
		<font face="Arial" color="#000000"><b>156
        +</b></font></td>
      <td height="41" align="center" bgcolor="#CC0000" width="94">
		<font face="Arial" color="#000000"><b>19 +</b></font></td>
    </tr>
  </table>
  			</td>
		</tr>
		</table>
	<table border="0" width="100" cellspacing="0" cellpadding="0" height="50" id="table30">
		<tr>
			<td>&nbsp;</td>
		</tr>
	</table>
		</td>

    </tr>
    <tr>
      <td height="120" align="center" bgcolor="#2D2D2D">
	<table border="0" width="660" cellspacing="0" cellpadding="0" height="30" id="table29">
		<tr>
			<td align="center">&nbsp;</td>
			<td align="center">&nbsp;</td>
		</tr>
		<tr>
			<td align="center" colspan="2" height="28">
			<font face="Arial" color="#9D9D00"><b>
			Atlantic and Caribbean Hurricane Tracking Maps </b><font size="1">
			(Provided by NOAA)</font></font></td>
		</tr>
		<tr>
			<td align="center">&nbsp;</td>
			<td align="center">&nbsp;</td>
		</tr>
		<tr>
			<td align="center">
			<table border="0" width="10" cellspacing="0" cellpadding="0" height="10" id="table41">
				<tr>
					<td style="border: 1px solid #000000" align="center">
					<a href="atlantic%20tracking%20map%20west%20basin.pdf">
					<img border="0" src="images/Tracking_Map_West_Atlantic.jpg" width="270" height="185"></a></td>
				</tr>
			</table>
			</td>
			<td align="center">
			<table border="0" width="10" cellspacing="0" cellpadding="0" height="10" id="table40">
				<tr>
					<td style="border: 1px solid #000000" align="center">
					<a href="atlantic%20tracking%20map%20full%20basin.pdf">
					<img border="0" src="images/Tracking_Map_Full.jpg" width="270" height="185"></a></td>
				</tr>
			</table>
			</td>
		</tr>
		<tr>
			<td align="center" height="26"><font face="Arial" color="#AAAAAA">
			Atlantic / Caribbean Tracking Map</font></td>
			<td align="center" height="26"><font face="Arial" color="#AAAAAA">
			Atlantic Tracking Map (Full Basin)</font></td>
		</tr>
		<tr>
			<td align="center"><font face="Arial" color="#AAAAAA">
			<a href="atlantic%20tracking%20map%20west%20basin.pdf">
			<font color="#9D9D00">Click Here</font></a> To Download 
			<font size="2">(87kb)</font></font></td>
			<td align="center"><font face="Arial" color="#AAAAAA">
			<a href="atlantic%20tracking%20map%20full%20basin.pdf">
			<font color="#9D9D00">Click Here</font></a> To Download 
			<font size="2">(704kb)</font></font></td>
		</tr>
		<tr>
			<td align="center">&nbsp;</td>
			<td align="center">&nbsp;</td>
		</tr>
		<tr>
			<td align="center">&nbsp;</td>
			<td align="center">&nbsp;</td>
		</tr>
		<tr>
			<td align="center" colspan="2">
	<table border="0" width="600" cellspacing="0" cellpadding="0" height="50" id="table42">
		<tr>
			<td>
			<font face="Arial" color="#AAAAAA">The Tracking Maps listed above 
			are in PDF Format and are viewable and printable using the Adobe 
			Acrobat Reader which is available FREE online.</font></td>
		</tr>
	</table>
  			</td>
		</tr>
		<tr>
			<td align="center">&nbsp;</td>
			<td align="center">&nbsp;</td>
		</tr>
		<tr>
			<td align="center" colspan="2" height="36">
			<a target="_blank" href="http://www.adobe.com/products/acrobat/readstep2.html">
			<img border="0" src="images/Acrobet_Logo.gif" width="88" height="31"></a></td>
		</tr>
		<tr>
			<td align="center" colspan="2" height="22">
			<a target="_blank" href="http://www.adobe.com/products/acrobat/readstep2.html">
			<font size="2" color="#9D9D00">Download FREE Adobe Acrobat Reader</font></a></td>
		</tr>
		<tr>
			<td align="center" height="30">&nbsp;</td>
			<td align="center" height="30">&nbsp;</td>
		</tr>
	</table>
		</td>

    </tr>
    <tr>
      <td height="100" align="center" bgcolor="#2D2D2D">
	<table border="0" width="500" cellspacing="0" cellpadding="0" height="40" id="table11">
		<tr>
			<td>&nbsp;</td>
		</tr>
		<tr>
			<td>&nbsp;</td>
		</tr>
		<tr>
			<td align="center"><font face="Arial" color="#9D9D00">
			Hurricane Stats Section Last Updated June 22nd, 2009</font></td>
		</tr>
		<tr>
			<td>&nbsp;</td>
		</tr>
	</table>
  <table border="1" cellpadding="0" cellspacing="0" width="600" bordercolor="#000000" id="table44">
    <tr>
      <td height="30" align="center" bgcolor="#790000" colspan="5"><b>
		<font face="Arial" color="#B0B0B0" size="2">Top 10 Lowest Barometric Pressures 
		Recorded In Atlantic Hurricanes</font></b></td>

    </tr>
    <tr>
      <td width="45" height="24" align="center" bgcolor="#9D9D00"><b>
		<font face="Arial" color="#000000" size="2">Rank&nbsp;</font></b></td>

      <td width="320" height="24" align="center" bgcolor="#9D9D00"><b>
		<font face="Arial" color="#000000" size="2">Hurricane Name</font></b></td>
      <td width="110" height="24" align="center" bgcolor="#9D9D00"><b>
		<font face="Arial" color="#000000" size="2">Year</font></b></td>
      <td width="100" height="24" align="center" bgcolor="#9D9D00"><b>
		<font face="Arial" color="#000000" size="2">&nbsp;Category</font></b></td>
      <td width="110" height="24" align="center" bgcolor="#9D9D00"><b>
		<font size="2" face="Arial" color="#000000">Pressure</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>1</b></font></td>
      <td width="320" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>Hurricane Wilma</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">2005</font></b></td>
      <td width="100" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>5</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">882 mb</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">2</font></b></td>
      <td width="320" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>Hurricane Gilbert</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">1988</font></b></td>
      <td width="100" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>5</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">888 mb</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">3</font></b></td>
      <td width="320" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>Florida Keys </b>(Labor 
		Day)</font></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>1935</b></font></td>
      <td width="100" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>5</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">892 mb</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">4</font></b></td>
      <td width="320" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>Hurricane Rita</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">2005</font></b></td>
      <td width="100" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>5</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">895 mb</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">5</font></b></td>
      <td width="320" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>Hurricane Allen</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>1980</b></font></td>
      <td width="100" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>5</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">899 mb</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">6</font></b></td>
      <td width="320" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>Hurricane Katrina</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">2005</font></b></td>
      <td width="100" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>5</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">902 mb</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">7</font></b></td>
      <td width="320" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>Hurricane Camille</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>1969</b></font></td>
      <td width="100" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>5</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">905 mb</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">8</font></b></td>
      <td width="320" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">Hurricane Mitch</font></b></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">1998</font></b></td>
      <td width="100" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>5</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">905 mb</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">9</font></b></td>
      <td width="320" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">Hurricane Ivan</font></b></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">2004</font></b></td>
      <td width="100" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">5</font></b></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">910 mb</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">10</font></b></td>
      <td width="320" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">Hurricane Janet</font></b></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>1955</b></font></td>
      <td width="100" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">5</font></b></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">914 mb</font></b></td>
    </tr>
    </table>
	<table border="0" width="100" cellspacing="0" cellpadding="0" height="40" id="table45">
		<tr>
			<td>&nbsp;</td>
		</tr>
	</table>
  <table border="1" cellpadding="0" cellspacing="0" width="600" bordercolor="#000000" id="table12">
    <tr>
      <td height="30" align="center" bgcolor="#790000" colspan="5"><b>
		<font face="Arial" color="#B0B0B0" size="2">Top
        10&nbsp;Most
        Intense Hurricanes At Landfall (U.S.A)</font></b></td>

    </tr>
    <tr>
      <td width="45" height="24" align="center" bgcolor="#9D9D00"><b>
		<font face="Arial" color="#000000" size="2">Rank&nbsp;</font></b></td>

      <td width="320" height="24" align="center" bgcolor="#9D9D00"><b>
		<font face="Arial" color="#000000" size="2">Hurricane Name</font></b></td>
      <td width="110" height="24" align="center" bgcolor="#9D9D00"><b>
		<font face="Arial" color="#000000" size="2">Year</font></b></td>
      <td width="100" height="24" align="center" bgcolor="#9D9D00"><b>
		<font face="Arial" color="#000000" size="2">&nbsp;Category</font></b></td>
      <td width="110" height="24" align="center" bgcolor="#9D9D00"><b>
		<font size="2" face="Arial" color="#000000">Pressure</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>1</b></font></td>
      <td width="320" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>Florida Keys </b>(Labor 
		Day)</font></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>1935</b></font></td>
      <td width="100" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>5</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">892 mb</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>2</b></font></td>
      <td width="320" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>Hurricane Camille</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>1969</b></font></td>
      <td width="100" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>5</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">909 mb</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>3</b></font></td>
      <td width="320" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>Hurricane Katrina</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">2005</font></b></td>
      <td width="100" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">3</font></b></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">920 mb</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">4</font></b></td>
      <td width="320" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">Hurricane Andrew</font></b></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>1992</b></font></td>
      <td width="100" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>5</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">922 mb</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">5</font></b></td>
      <td width="320" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>Texas </b>(Indianola)</font></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">1886</font></b></td>
      <td width="100" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">4</font></b></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">925 mb</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">6</font></b></td>
      <td width="320" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" color="#000000" size="2">Florida Keys</font></b></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>1919</b></font></td>
      <td width="100" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>4</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">927 mb</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">7</font></b></td>
      <td width="320" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>
		FL </b>(Lake Okeechobee)</font></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>1928</b></font></td>
      <td width="100" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>4</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">929 mb</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">8</font></b></td>
      <td width="320" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>Hurricane Donna</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>1960</b></font></td>
      <td width="100" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>4</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">930 mb</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">9</font></b></td>
      <td width="320" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>Unnamed </b>(New Orleans 
		LA)</font></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>1915</b></font></td>
      <td width="100" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>4</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>931 mb</b></font></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">10</font></b></td>
      <td width="320" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>Hurricane Carla</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>1961</b></font></td>
      <td width="100" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>4</b></font></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>931 mb</b></font></td>
    </tr>
    </table>
	<table border="0" width="100" cellspacing="0" cellpadding="0" height="40" id="table31">
		<tr>
			<td>&nbsp;</td>
		</tr>
	</table>
<div align="center">
  <table border="1" cellpadding="0" cellspacing="0" width="600" bordercolor="#000000" id="table32">
    <tr>
      <td height="30" align="center" bgcolor="#790000" colspan="5"><b>
		<font size="2" face="Arial" color="#B0B0B0">Top
        10&nbsp;Deadliest
        Hurricanes</font></b><font size="2" face="Arial" color="#B0B0B0"> (Atlantic)</font></td>

    </tr>
    <tr>
      <td width="45" height="24" align="center" bgcolor="#9D9D00"><b>
		<font face="Arial" color="#000000" size="2">Rank&nbsp;</font></b></td>

      <td width="270" height="24" align="center" bgcolor="#9D9D00"><b>
		<font face="Arial" color="#000000" size="2">Hurricane 
		Name</font></b></td>
      <td width="130" height="24" align="center" bgcolor="#9D9D00"><b>
		<font face="Arial" color="#000000" size="2">Year</font></b></td>
      <td width="110" height="24" align="center" bgcolor="#9D9D00"><b>
		<font face="Arial" color="#000000" size="2">&nbsp;Category</font></b></td>
      <td width="130" height="24" align="center" bgcolor="#9D9D00"><b>
		<font face="Arial" color="#000000" size="2">Deaths</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">1</font></b></td>
      <td width="270" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>Texas </b>(Galveston)</font></td>
      <td width="130" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">1900</font></b></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" color="#000000" size="2">4</font></b></td>
      <td width="150" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">8000</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">2</font></b></td>
      <td width="270" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>FL </b>(Lake Okeechobee)</font></td>
      <td width="130" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">1928</font></b></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" color="#000000" size="2">4</font></b></td>
      <td width="150" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">1836</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">3</font></b></td>
      <td width="270" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">Hurricane Katrina</font></b></td>
      <td width="130" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">2005</font></b></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">3</font></b></td>
      <td width="150" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">1500</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">4</font></b></td>
      <td width="270" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" color="#000000" size="2">Florida Keys</font></b></td>
      <td width="130" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">1919</font></b></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" color="#000000" size="2">4</font></b></td>
      <td width="150" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">600</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">5</font></b></td>
      <td width="270" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">New 
		England</font></b></td>
      <td width="130" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">1938</font></b></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" color="#000000" size="2">3</font></b></td>
      <td width="150" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">600</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">6</font></b></td>
      <td width="270" height="28" align="center" bgcolor="#808080">
		<font face="Arial" color="#000000" size="2"><b>
		Florida Keys </b>(Labor Day)</font></td>
      <td width="130" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">1935</font></b></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" color="#000000" size="2">5</font></b></td>
      <td width="150" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">408</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">7</font></b></td>
      <td width="270" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">Audrey</font></b></td>
      <td width="130" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">1957</font></b></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">4</font></b></td>
      <td width="150" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">390</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">8</font></b></td>
      <td width="270" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">NE
        United States</font></b></td>
      <td width="130" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">1944</font></b></td>
      <td width="110" height="28" align="center" bgcolor="#808080"><b>
		<font face="Arial" color="#000000" size="2">3</font></b></td>
      <td width="150" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">390</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">9</font></b></td>
      <td width="270" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>LA </b>(Grand Isle)</font></td>
      <td width="130" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">1909</font></b></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">4</font></b></td>
      <td width="150" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">350</font></b></td>
    </tr>
    <tr>
      <td width="45" height="28" align="center" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">10</font></b></td>
      <td width="270" height="28" align="center" bgcolor="#808080">
		<font face="Arial" size="2" color="#000000"><b>LA </b>(New Orleans)</font></td>
      <td width="130" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">1915</font></b></td>
      <td width="110" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">4</font></b></td>
      <td width="150" height="28" align="center" bgcolor="#808080">
		<b>
		<font face="Arial" size="2" color="#000000">275</font></b></td>
    </tr>
    </table>
  </div>
	<table border="0" width="100" cellspacing="0" cellpadding="0" height="40" id="table33">
		<tr>
			<td>&nbsp;</td>
		</tr>
	</table>
  <table border="1" cellpadding="0" cellspacing="0" bordercolor="#000000" width="600" id="table34">
    <tr>
      <td align="center" bgcolor="#790000" height="30" colspan="5"><b>
		<font size="2" face="Arial" color="#B0B0B0">Most
        Expensive Hurricanes </font></b>
		<font size="2" face="Arial" color="#B0B0B0">(Atlantic)</font></td>
    </tr>
    <tr>
      <td width="45" align="center" bgcolor="#9D9D00" height="24"><b>
		<font color="#000000" size="2" face="Arial">Rank&nbsp;</font></b></td>
      <td width="242" align="center" bgcolor="#9D9D00" height="24"><b>
		<font color="#000000" size="2" face="Arial">Hurricane 
		Name</font></b></td>
      <td width="100" align="center" bgcolor="#9D9D00" height="24"><b>
		<font color="#000000" size="2" face="Arial">Year</font></b></td>
      <td width="100" align="center" bgcolor="#9D9D00" height="24"><b>
		<font color="#000000" size="2" face="Arial">Category</font></b></td>
      <td width="151" align="center" bgcolor="#9D9D00" height="24">
		<font color="#000000" size="2" face="Arial"><b>
		Damage </b>(U.S.)</font></td>
    </tr>
    <tr>
      <td width="45" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>1</b></font></td>
      <td width="242" align="center" height="28" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">Hurricane Katrina</font></b></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">2005</font></b></td>
      <td width="100" align="center" height="28" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">3</font></b></td>
      <td width="151" align="center" height="28" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">$81,000,000,000</font></b></td>
    </tr>
    <tr>
      <td width="45" align="center" height="28" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">2</font></b></td>
      <td width="242" align="center" height="28" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">Hurricane Andrew</font></b></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>1992</b></font></td>
      <td width="100" align="center" height="28" bgcolor="#808080"><b>
		<font face="Arial" color="#000000" size="2">5</font></b></td>
      <td width="151" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>$26,500,000,000</b></font></td>
    </tr>
    <tr>
      <td width="45" align="center" height="28" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">3</font></b></td>
      <td width="242" align="center" height="28" bgcolor="#808080"><b>
		<font color="#000000" size="2" face="Arial">Hurricane Wilma</font></b></td>
      <td width="100" align="center" height="28" bgcolor="#808080"><b>
		<font face="Arial" color="#000000" size="2">2005</font></b></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>3</b></font></td>
      <td width="151" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>$20,600,000,000</b></font></td>
    </tr>
    <tr>
      <td width="45" align="center" height="28" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">4</font></b></td>
      <td width="242" align="center" height="28" bgcolor="#808080"><b>
		<font color="#000000" size="2" face="Arial">Hurricane Ike</font></b></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">2008</font></b></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<b>
		<font face="Arial" color="#000000" size="2">2</font></b></td>
      <td width="151" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>$18,000,000,000</b></font></td>
    </tr>
    <tr>
      <td width="45" align="center" height="28" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">5</font></b></td>
      <td width="242" align="center" height="28" bgcolor="#808080"><b>
		<font color="#000000" size="2" face="Arial">Hurricane Charley</font></b></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">2004</font></b></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>4</b></font></td>
      <td width="151" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>$15,000,000,000</b></font></td>
    </tr>
    <tr>
      <td width="45" align="center" height="28" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">6</font></b></td>
      <td width="242" align="center" height="28" bgcolor="#808080"><b>
		<font color="#000000" size="2" face="Arial">Hurricane Ivan</font></b></td>
      <td width="100" align="center" height="28" bgcolor="#808080"><b>
		<font face="Arial" color="#000000" size="2">2004</font></b></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>3</b></font></td>
      <td width="151" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>$14,200,000,000</b></font></td>
    </tr>
    <tr>
      <td width="45" align="center" height="28" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">7</font></b></td>
      <td width="242" align="center" height="28" bgcolor="#808080">
		<b>
		<font color="#000000" size="2" face="Arial">Hurricane Rita</font></b></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">2005</font></b></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>3</b></font></td>
      <td width="151" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>$11,300,000,000</b></font></td>
    </tr>
    <tr>
      <td width="45" align="center" height="28" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">8</font></b></td>
      <td width="242" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>
		Hurricane Frances</b></font></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<b>
		<font face="Arial" color="#000000" size="2">2004</font></b></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<b>
		<font face="Arial" color="#000000" size="2">2</font></b></td>
      <td width="151" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>$8,900,000,000</b></font></td>
    </tr>
    <tr>
      <td width="45" align="center" height="28" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">9</font></b></td>
      <td width="242" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>
		Hurricane Hugo</b></font></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>1989</b></font></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>4</b></font></td>
      <td width="151" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>$7,000,000,000</b></font></td>
    </tr>
    <tr>
      <td width="45" align="center" height="28" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">10</font></b></td>
      <td width="242" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>
		Hurricane <font color="#000000">Jeanne</font></b></font></td>
      <td width="100" align="center" height="28" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">2004</font></b></td>
      <td width="100" align="center" height="28" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">3</font></b></td>
      <td width="151" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>$6,900,000,000</b></font></td>
    </tr>
    <tr>
      <td width="45" align="center" height="28" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">11</font></b></td>
      <td width="242" align="center" height="28" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">Tropical Storm</font></b><font color="#000000" size="2" face="Arial"><b>
		Allison</b></font></td>
      <td width="100" align="center" height="28" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">2001</font></b></td>
      <td width="100" align="center" height="28" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">T.S.</font></b></td>
      <td width="151" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>$5,000,000,000</b></font></td>
    </tr>
    <tr>
      <td width="45" align="center" height="28" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">12</font></b></td>
      <td width="242" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>
		Hurricane Floyd</b></font></td>
      <td width="100" align="center" height="28" bgcolor="#808080"><b>
		<font face="Arial" color="#000000" size="2">1999</font></b></td>
      <td width="100" align="center" height="28" bgcolor="#808080"><b>
		<font face="Arial" color="#000000" size="2">2</font></b></td>
      <td width="151" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>
		$4,500,000,000</b></font></td>
    </tr>
    <tr>
      <td width="45" align="center" height="28" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">13</font></b></td>
      <td width="242" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>
		Hurricane Isabel</b></font></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<b>
		<font face="Arial" color="#000000" size="2">2003</font></b></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<b>
		<font face="Arial" color="#000000" size="2">2</font></b></td>
      <td width="151" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>
		$3,370,000,000</b></font></td>
    </tr>
    <tr>
      <td width="45" align="center" height="28" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">14</font></b></td>
      <td width="242" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>
		Hurricane Fran</b></font></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>1996</b></font></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>3</b></font></td>
      <td width="151" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>$3,200,000,000</b></font></td>
    </tr>
    <tr>
      <td width="45" align="center" height="28" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">15</font></b></td>
      <td width="242" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>
		Hurricane Opal</b></font></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>1995</b></font></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>3</b></font></td>
      <td width="151" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>$3,000,000,000</b></font></td>
    </tr>
    <tr>
      <td width="45" align="center" height="28" bgcolor="#808080"><b>
		<font face="Arial" color="#000000" size="2">16</font></b></td>
      <td width="242" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>
		Hurricane Frederic</b></font></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>1979</b></font></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>3</b></font></td>
      <td width="151" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>$2,300,000,000</b></font></td>
    </tr>
    <tr>
      <td width="45" align="center" height="28" bgcolor="#808080"><b>
		<font face="Arial" color="#000000" size="2">17</font></b></td>
      <td width="242" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>
		Hurricane Agnes</b></font></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>1972</b></font></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>1</b></font></td>
      <td width="151" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>$2,100,000,000</b></font></td>
    </tr>
    <tr>
      <td width="45" align="center" height="28" bgcolor="#808080"><b>
		<font face="Arial" color="#000000" size="2">18</font></b></td>
      <td width="242" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>
		Hurricane Alicia</b></font></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>1983</b></font></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>3</b></font></td>
      <td width="151" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>$2,000,000,000</b></font></td>
    </tr>
    <tr>
      <td width="45" align="center" height="28" bgcolor="#808080"><b>
		<font face="Arial" color="#000000" size="2">19</font></b></td>
      <td width="242" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>
		Hurricane Dennis</b></font></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">2005</font></b></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>3</b></font></td>
      <td width="151" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>$1,840,000,000</b></font></td>
    </tr>
    <tr>
      <td width="45" align="center" height="28" bgcolor="#808080"><b>
		<font face="Arial" size="2" color="#000000">20</font></b></td>
      <td width="242" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>
		Hurricane Ophelia</b></font></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<b><font face="Arial" size="2" color="#000000">2005</font></b></td>
      <td width="100" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>1</b></font></td>
      <td width="151" align="center" height="28" bgcolor="#808080">
		<font color="#000000" size="2" face="Arial"><b>$1,600,000,000</b></font></td>
    </tr>
    <tr>
      <td align="center" height="22" bgcolor="#9D9D00" colspan="5"><b>
		<font face="Arial" size="1" color="#000000">Note: Damages are listed in 
		US dollars and are not adjusted for inflation.</font></b></td>
    </tr>
  </table>
<div align="center">
	<table border="0" width="100" cellspacing="0" cellpadding="0" height="40" id="table35">
		<tr>
			<td>&nbsp;</td>
		</tr>
	</table>
</div>
  <table border="1" cellpadding="0" cellspacing="0" width="600" bordercolor="#000000" id="table37">
    <tr>
      <td height="32" align="center" bgcolor="#790000"><b>
		<font face="Arial" color="#B0B0B0">Terms
        To Know:</font></b></td>
    </tr>
    <tr>
      <td bgcolor="#808080" align="center">
		<table border="0" width="588" cellspacing="12" cellpadding="0" id="table43">
			<tr>
				<td><font face="Arial" size="2" color="#000000"><u>
				<b>Cape Verde Storm</b></u><b>:</b>
        		A tropical system with origins coming from the coast of Africa.&nbsp; 
				These are the long tracking systems, which move off Africa, form 
				and trek across the Atlantic eventually threatening the Eastern 
				Caribbean Islands and the US East Coast.&nbsp; The Cape Verde 
				Islands themselves are just west off the coast of Africa.</font></td>
			</tr>
			<tr>
				<td><b><font face="Arial" size="2" color="#000000"><u>Eye</u>:</font></b><font face="Arial" size="2" color="#000000"> 
				The low pressure center of a tropical cyclone. Surrounded by the 
				most intense area of the storm and at a huge contrast inside the 
				eye winds are normally calm and sometimes the sky clears.</font></td>
			</tr>
			<tr>
				<td><font face="Arial" size="2" color="#000000"><b><u>Eyewall</u>:</b>
        		The ring of thunderstorms that surrounds a storm's eye. The 
				heaviest rain, strongest winds and worst turbulence are normally 
				in the eyewall.</font></td>
			</tr>
			<tr>
				<td><font face="Arial" size="2" color="#000000"><u><b>Hurricane</b></u>: 
				A tropical cyclone in which maximum sustained surface wind is 74 
				mph (64 knots) or greater.</font></td>
			</tr>
			<tr>
				<td><font face="Arial" size="2" color="#000000"><u><b>Hurricane 
				Watch</b></u>: An announcement that hurricane conditions pose a 
				possible threat to a specified coastal area within 36 hours.</font></td>
			</tr>
			<tr>
				<td><font face="Arial" size="2" color="#000000"><u><b>Hurricane 
				Warning</b></u>: A warning that sustained winds of 74 mph (64 
				knots) or higher are expected in a specified coastal area within 
				24 hours or less.</font></td>
			</tr>
			<tr>
				<td><font face="Arial" size="2" color="#000000">
        <b><u>Millibar</u>:</b> A metric measurement of air pressure.</font></td>
			</tr>
			<tr>
				<td><u><b><font face="Arial" color="#000000" size="2">Storm 
				Surge</font></b></u><font face="Arial" size="2" color="#000000">: 
				An abnormal rise of the sea along a shore as the result, 
				primarily, of the winds of a storm.</font></td>
			</tr>
			<tr>
				<td><font face="Arial" size="2" color="#000000"><u><b>Tropical 
				Cyclone</b></u>: The general term for all cyclone circulations 
				originating over tropical waters, classified by form and 
				intensity.</font></td>
			</tr>
			<tr>
				<td><font face="Arial" size="2" color="#000000"><u><b>Tropical 
				Wave</b></u>: A trough of low pressure in the trade-wind 
				easterlies.</font></td>
			</tr>
			<tr>
				<td><font face="Arial" size="2" color="#000000"><u><b>Tropical 
				Disturbance</b></u>: A moving area of thunderstorms in the 
				Tropics that maintains its identity for 24 hours or more.&nbsp; 
				A common phenomenon in the Tropics.</font></td>
			</tr>
			<tr>
				<td><font face="Arial" size="2" color="#000000"><u><b>Tropical 
				Depression</b></u>: A tropical cyclone in which the maximum 
				sustained surface wind is 38 mph (33 knots) or less.</font></td>
			</tr>
			<tr>
				<td><font face="Arial" size="2" color="#000000"><u><b>Tropical 
				Storm</b></u>: A tropical cyclone in which the maximum sustained 
				surface wind ranges from 39-73 mph (34-63 knots) inclusive.</font></td>
			</tr>
			<tr>
				<td><font face="Arial" size="2" color="#000000"><u><b>Tropical 
				Storm Watch</b></u>: Is issued for a coastal area when there is 
				a threat of tropical storm conditions within 36 hours.</font></td>
			</tr>
			<tr>
				<td><font face="Arial" size="2" color="#000000"><u><b>Tropical 
				Storm Warning</b></u>: A warning for tropical storm conditions 
				including sustained winds within the range of 39 to 73 mph (34 
				to 63 knots) which are expected in a specified coastal area 
				within 24 hours or less.</font></td>
			</tr>
			<tr>
				<td><b><font face="Arial" size="2" color="#000000"><u>Typhoon</u></font></b><font face="Arial" size="2" color="#000000"><b>:</b>
        		A hurricane in the north Pacific west of the International Date 
				Line.</font></td>
			</tr>
		</table>
		</td>
    </tr>
    </table>
<div align="center">
	<table border="0" width="600" cellspacing="0" cellpadding="0" id="table39">
		<tr>
			<td align="center" height="18">
			</td>
		</tr>
		<tr>
			<td align="center" height="32" bgcolor="#808080" style="border: 2px solid #000000">
			<span style="font-family: Arial">
			<a target="_blank" href="http://www.prsearch.com/florida/">
			<font color="#000000" size="2">Florida Public Records</font></a><font size="2" color="#000000"> 
			- Find Public Records Quickly and Easily</font></span></td>
		</tr>
		<tr>
			<td align="center" height="18">
			<font face="Arial" size="1" color="#B0B0B0">Paid Advertisement</font></td>
		</tr>
		<tr>
			<td align="center" height="18">
			</td>
		</tr>
		<tr>
			<td align="center" height="80"><a href="index.htm">
			<img border="0" src="Main_Page_Button.jpg" width="138" height="36"></a></td>
		</tr>
	</table>
</div>
		</td>

    </tr>
    </table>
  </center>
</div>


</body>


</html>
