html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{  
    margin:0;  
    padding:0;  
    -webkit-text-size-adjust:none;  
}  
    
#stripe {
	position: fixed;
	top: 10px;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 86px;
	overflow: hidden;
}

#footer {
	position: auto;
	font-size: 7pt;
	text-align: left;
	margin: 6px;
}

.footer {
	font-family: "Lucida Grande", Verdana, Arial sans-serif;
	font-size: 7pt;
	color: #ffffff;
	text-shadow: 2px 2px 2px black;
}

#footer a {
	font-family: "Lucida Grande", Verdana, Arial sans-serif;
	font-size: 7pt;
	color: #ffffff;
	font-weight: normal;
	text-transform: none;
	line-height: 1.0em;
	text-shadow: 2px 2px 2px black;
}

#footer a:hover{
	text-decoration: none;
	color: #ababab;
}


