/* links */
a.footerlink:hover {
  color: #ffc;
}

a:visited {
  color:#7DA7D9;
  text-decoration:underline;
  }

a:hover {
  color:#f30;
  }

a {
  color: #7DA7D9;
  text-decoration:underline;
  }

/* the headers */  
h1 {
 margin-top: 12px;
 margin-bottom: 4px;
 margin-left: 4px;
 font-family: Tahoma, Arial;
 font-size: 16px;
 color: #7DA7D9;
}

h2 {
 margin-top: 0px;
 margin-bottom: 4px;
 margin-left: 4px;
 font-family: Tahoma, Arial;
 font-size: 12px;
 color: #7DA7D9;
 text-transform: UPPERCASE;
}

h3 {
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: 4px;
 font-family: Tahoma, Arial;
 font-size: 12px;
 color: #7DA7D9;
 text-transform: UPPERCASE;
}

h4, h4.footerlink:link, h4.footerlink:hover, h4.footerlink:visited  {
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: 4px;
 border-bottom: solid 1px #999;
 text-decoration: none;
 font-family: Tahoma, Arial;
 font-size: 12px;
 color: #7DA7D9;
 text-transform: UPPERCASE;
}

/* orange leader */
.pleader, .orange {
 color: #333;
	background-color: #ffffef;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 8px;
	border: 1px solid #e9e9e9;
 font-weight: normal;
 font-size: 13px;
 line-height: 20px;
	}

/* Bold leading text (no space, just boldness instead of a <b><Br> */
.bleader {
 margin-left: 4px;
 margin-top: 0px;
 margin-bottom: 12px;
 font-weight: bold;
 margin-bottom: 0px;
 font-family: Tahoma, Arial;
 font-size: 12px;
}


