body									/*  Sets line height for body */
{
	line-height:130%;
}
#tbl 							/* Sets width for tbl tabls */
{
	width: 100%;
}
#tbl td 						/* Sets style for tbl columns */
{
	text-align: center; 
	border: 1px solid #c0c0c0; 
	padding: 2px;
}
#tbl td p 						/* Sets style for tbl columns with paragraph tags */
{
	text-align: left; 
	vertical-align: middle; 
	padding: 4px;
}
th.title							/* Sets style for table headings or <th> */
{
	font: bold 110% Verdana, Arial, sans-serif; 
	background: #efefef; 
	color: #000; 
	border: 1px solid #999; 
	padding: 5px;
}
.side 									/* Sets style for side column */
{
	width:25%;
	border-top:none;
	border-left:1px #CCC solid;
	border-bottom:1px #CCC solid;
	border-right:1px #CCC solid;
	background-color:#FFF;
	margin:0px 5px 5px 5px;
	text-align:left;
	vertical-align:top;
}

.lipad 									/* Sets bottom padding */
{
	padding-bottom:3px;
}
	

div.sidetitle	                        /* Sets properties for side menu title */
{
	BACKGROUND-COLOR:#71A3BE;
	PADDING: 1px;
	COLOR: #fff;
	TEXT-ALIGN: center;
	FONT-WEIGHT: bold;
}
.title	                                   /* Sets bg to blue and white text for side menu title */
{
	BACKGROUND-COLOR:#71A3BE;
	PADDING: 1px;
	COLOR: #fff;
	TEXT-ALIGN: center;
	FONT-WEIGHT: bold;
}
.canceled								/* Places a line through the text */
{
	text-decoration: line-through;
}
.divide 								/* Places a gray line at the bottom of the selected item - used to divide table rows */
{
	border-bottom: 1px solid #999;
}
.small
{
	font-size: 9px;
}
.btnLink	
{										/* Establishes border and alignment for button-links in hurricane section */
	text-align: center;
	border: 1px solid #999;
	padding: 1px;
	font-size: 8pt;
	width: 15%;
}
.btnLink_blue	
{										/* Establishes border and alignment for button-links in hurricane section */
	text-align: center;
	border: 1px solid #71a3be;
	padding: 1px;
	font-size: 8pt;
	width: 15%;
}
a.lnk_blue:link 
{ 											/* Styles for Hurricane Button links */
	color:#71a3be;
	text-decoration:none;
}
a.lnk_blue:visited	       
{ 
	text-decoration:none;
    color: #666;
}
a.lnk_blue:hover 
{ 
	color:#006699;
	text-decoration:underline;   
}
a.lnk:link 
{ 											/* Styles for Hurricane Button links */
	color:#999;
	text-decoration:none;
}
a.lnk:visited	       
{ 
	text-decoration:none;
    color: #666;
}
a.lnk:hover 
{ 
	color:#006699;
	text-decoration:underline;   
}
