/* -------------------------------------------
Jeffrey Downey
 ------------------------------------------- */
h1,h2,h3,h4{
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

h1{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 5px;
	color: #FFFFFF;
	padding:0px;
	padding-top:6px;
	padding-bottom:0px;
	

}

h2 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #7E0603;
	padding:0px;
	font-size: 19px;
	text-align: left;
	font-weight: normal;
	line-height: 20px;
}

h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #7E0603;
	font-size: 13px;
	text-align: left;
	line-height: 20px;
}

h4 {
	color: #808080;
	font-size: 8px;
	text-align: center;
}



p {
      font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;

}

a:link {
	color: #000000;
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #434F50;
	font-weight: normal;
	text-decoration: none;
}

a:active {
	color: #000000;
	background-color: transparent;
	font-weight: normal;
}

ul{
      font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 11px;
	color: #000000;	
      list-style: disc;
	line-height: 16px;
	
}

ol{
      font-family: Verdana, Arial, Helvetica, sans-serif;
	
	font-size: 11px;
	color: #000000;	
      list-style: decimal;
	line-height: 16px;
	
}


#pup {  
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	position:absolute;  
	z-index:200; /* aaaalways on top*/  
	padding: 5px;  
	margin-left: 10px;  
	margin-top: 25px;  
	width: 250px;  
	border: 1px solid black;  
	background-color: #798D90;  
	color: white;  
	 

}

/* ----------------------------------------

------------------------------------------- */