/* Palette
=============
Logo Red : #A30D2E
Master Red : #A4002E
Tint Red : #C86681
Alternate tint Red : #C86682
Shade Red : #8D0629
yellow: #FBBC00
 */

/* Headers */

h1 {
	font-family: Arial,Verdana,sans-serif;
	margin:0px 0px 10px 0px;
	padding: 2px 0px 5px 0px;
	border-bottom:1px solid #018752;
	font-weight:normal;
	font-size:1.1em;
	width: 100%;
	}
h3 {
  font-size:0.9em;
  margin:0px 10px 10px 0px;
  padding: 1px 5px 1px 0px;
}
h4 {
  font-size:0.8em;
  margin:0px 10px 10px 0px;
  padding: 1px 5px 1px 0px;
}

.hDevName {
  color:#018752;
	font-family:Georgia, "Times New Roman", serif;
}
.hShort {
  width:390px;
}

/* Standard Paragraph */
p{
  font-size:0.8em;
  line-height:1.4em;
  color:#555;
  background-color:inherit;
}

p.dashedline{
  font-size:0.8em;
  line-height:1.4em;
  color:#555;
  background-color:inherit;
  border-bottom:1px dashed #018752;
}


strong.green {
color:#018752;
}

/* Standard Links */
a{
  color:#0066CC;
  background-color:inherit;
}
a:hover{
  color:#0066CC;
  text-decoration:none;
  background-color:transparent;  
}

#footerLinks {
  margin:5px 0px 0px 190px;
  padding:2px 0px 2px 0px;
  font-size:0.8em;
}
#footerLinks p{
  margin:0;
  padding:0;
}
#footerLinks a{
  font-weight:normal;
  color:#777;
}
