// custom global css
// UL/LI stuff is interpreted differently by different browsers. See
// includes/config-{browserid}.css for corrections.
UL {
  margin: 0px 0px 0px 0px ;
}
LI {
  margin: 0px 0px 0px 0px ;
  list-style-type: square ;
  text-align: justify ;
}
PRE {
  margin: 5px 0px 10px 0px ;
}
H2 {
  font-family: "Georgia", "Times New Roman", "Times Roman", "serif" ;
  font-style: italic ;
  font-weight: bold ;
  color: #000088 ;
}
SPAN.company {
  font-family: "Georgia", "Times New Roman", "Times Roman", "serif" ;
  font-weight: bolder ;
  font-style: italic ;
  color: #000000 ;
}
SPAN.companyAbbr {
  font-family: "Georgia", "Times New Roman", "Times Roman", "serif" ;
  font-weight: bolder ;
  font-style: italic ;
  color: #000000 ;
}
A:link    { color: #3063b2 ; text-decoration: none ; }
A:active  { color: #3063b2 ; text-decoration: none ; }
A:visited { color: #3063b2 ; text-decoration: none ; }
A:hover   { color: #5083d2 ; text-decoration: underline ; }

SPAN.serviceprice {
  font-weight: bold ;
}

A.webLink {
  font-weight: bold ;
}
DIV.specialnote {
  padding: 0 auto 0 auto ;
  text-align: center ;
}
DIV.specialnote IMG {
  margin: 0 auto 0 auto ;
}