
h1{
  color:#555555;
  font-family:Helvetica;
  font-size:30px;
  text-decoration:none;
  font-weight:normal;
  text-shadow: #DCDCDC 0px 1px 0px;
}

h2{
  color:#888888;
  font-family:Helvetica;
  font-size:18px;
  text-decoration:none;
  font-weight:normal;
  text-shadow: #DCDCDC 0px 1px 0px;
}

h3{
  color:#e8490a;
  font-family:Helvetica;
  font-size:12px;
  text-decoration:none;
  font-weight:normal;
  text-shadow: #DCDCDC 0px 1px 0px;
}

h4{
  color:#e8490a;
  font-family:Helvetica;
  font-size:16px;
  text-decoration:none;
  font-weight:normal;
  text-shadow: #DCDCDC 0px 1px 0px;
}

.name{
  color:#e8490a;
  font-family:Helvetica;
  font-size:16px;
  text-decoration:none;
  font-weight:normal;
  text-shadow: #DCDCDC 0px 1px 0px;
}
.title{
  color:#999999;
  font-family:Helvetica;
  font-size:13px;
  text-decoration:none;
  font-weight:normal;
  text-shadow: #DCDCDC 0px 1px 0px;
}

.date{
  color:#a5a5a5;
  font-family:Helvetica;
  font-size:12px;
  text-decoration:none;
}

.lgLink:link {
  color:#38b7d2;
  font-family:Helvetica;
  font-size:12px;
  text-decoration:none;
} 
.lgLink:visited {
  color:#38b7d2;
  font-family:Helvetica;
  font-size:12px;
  text-decoration:none;

}
.lgLink:hover {
  color:#888888;
  font-family:Helvetica;
  font-size:12px;
  text-decoration:none;

}
.lgLink:active {
  color:#888888;
  font-family:Helvetica;
  font-size:12px;
  text-decoration:none;

}

a:link {
  color:#e8490a;
  font-family:Helvetica;
  font-size:11px;
  text-decoration:none;
} 
a:visited {
  color:#e8490a;
  font-family:Helvetica;
  font-size:11px;
  text-decoration:none;

}
a:hover {
  color:#888888;
  font-family:Helvetica;
  font-size:11px;
  text-decoration:underline;

}
a:active {
  color:#888888;
  font-family:Helvetica;
  font-size:11px;
  text-decoration:underline;
}
.linkOn {
  color:#DCDCDC;
  font-family:Helvetica;
  font-size:11px;
  text-decoration:none;
}

.btn {
  width:109px;
  height:29px;
  font-size:14px;
  text-align: center;
  color:#ffffff;
  text-shadow: #999999 0px 1px 0px;
  padding-top:7px;
  background-image:url(../images/btn.png);
  background-repeat:no-repeat;
} 
.btn:hover {
  width:109px;
  height:29px;
  font-size:14px;
  text-align: center;
  color:#ffffff;
  text-shadow: #999999 0px 1px 0px;
  background-image:url(../images/btn_on.png);
  background-repeat:no-repeat;
}

.label {
	color: #999999;
	font-weight: bold;
}

.required {
	color: #e8490a;
}

.entry {
	border-bottom:solid 1px #DCDCDC;
	padding-bottom:15px;
}

.posted {
	color: #bcbcbc;
}

.bullet {

  font-family:Arial;
  color:#777777;
  font-size:11px;
  line-height:130%;
  text-shadow: #ffffff 0px 1px 1px;

}