/* Main Styles */
body,p {
  font: 12px Verdana, Arial, Helvetica, sans-serif;
  color: #000101;
  text-decoration: none; 
  line-height: 18px;
}
td { font: 12px Verdana, Arial, Helvetica, sans-serif;}

/* Links */
a{ color: #02788b; }
a:hover{ color: #04a2bb; text-decoration: none;}
hr { height: 0px; color: #b4d7d9; border-top: 1px; background: #b4d7d9; border-style: solid;}
input,textarea{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; background-color:#f0f0f0; border: 1px solid #b4d7d9; color:#000000;}

h2,.Header {
  margin-top:1em;
  font-weight: normal;
  font-size: 18px;
  color: #02788b;
  line-height: 22px;
}
#content-column spanh2,.Header {
	clear:both;
	}
h3,.SubHeader{
  font-weight: normal;
  font-size: 14px;
  color: #8ccb54;
  line-height: 18px;
}

.SmallText{
  font-size: 10px;
}

.BlueText{
  color:#02788b;
}


