TD {
   font-family: verdana;
   font-size: 11px;
   color: #00012F;
   }

.top {
   font-family: verdana;
   font-size: 11px;
   color: #ffffff;
   font-weight: bold;
   }
	
	.top a:link, a:visited, a:active {
		font-weight: bold;
		text-decoration: none;
		color: #ffffff;
	}

	.top a:hover {
		font-weight: bold;
		text-decoration: underline;
		color: yellow;
	}

.zip {
   font-family: arial;
   font-size: 12px;
   color: yellow;
   font-weight: bold;
   text-align: right;
   }

.left {
   padding: 10px;
   font-family: verdana;
   font-size: 11px;
   color: #00012f;
   line-height: 16px;
   }

.right {
   padding: 10px;
   font-family: verdana;
   font-size: 11px;
   color: #ffffff;
   line-height: 16px;
   }

	.right a:link, .right a:visited, .right a:active {
		font-weight: normal;
		text-decoration: none;
		}

	.right a:hover {
		font-weight: normal;
		text-decoration: underline;
		color: yellow;
	}

.righthead {
   	font-family: verdana;
   	font-size: 12px;
   	color: #ffffff;
   	font-weight: bold;
   	text-align: center;
	border: 1px solid #ffffff;
	padding: 5px;
   }

.zipfinder {
	font-family: arial;
	font-size: 12px;
	color: yellow;
	font-weight: bold;
	}

.subheading {
   	font-family: verdana;
   	font-size: 13px;
   	color: #ffffff;
   	line-height: 16px;
   }

.bodytext {
   	font-family: verdana;
   	font-size: 11px;
	color: #00012f;
	line-height: 16px;
   }
	.bodytext a:link, .bodytext a:visited, .bodytext a:active {
		color: #00012f;
		text-decoration: none;
		text-transform: none;
		font-weight: bold;
		color: blue;
  		}

	.bodytext a:hover {
		text-decoration: underline;
		color: #38000d;
		font-weight: bold;
		}   

.copyright {
	font-size: 9px;
	font-weight: bold;
	font-family: verdana;
	color: #808080;
	padding: 5px;
	}
	
	.copyright a:link, .copyright a:visited, .copyright a:active {
		color: #808080;
		text-decoration: none;
		text-transform: none;
		}
	
	.copyright a:hover {
		text-decoration: underline;
		color: #ffffff;
		}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}

.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}



