@import url(/stylesheets/remove-default-style.css);

/*
  brt blue:     9DD2FF
  dk blue:      226EAE
  lt blue:      ECF6FF
  lt tan:       FBF9EF
  deep red:     4F1D0F
  dk red:       280D06
*/            

small {
  font-size: .8em;
}
strong {
  font-weight: bold;
}
strong strong {
  font-weight: normal;
}
em {
  font-style: italic;
}
em em {
  font-style: normal;
}      
q:before {
	content: "\201C";
}             
q:after {
	content: "\201D";
}             
q q:before {
	content: "\2018";
}             
q q:after {
	content: "\2019";
}
del {
  text-decoration: line-through;
}

hr {
  display: none;
}

.clear {
  display: block;
  height: 1px;
  clear: both;
}

.jumplinks {
  display: none;
}