/* CSS Document */

h1,h2,h3,h4 { margin: 0.2em 0 }
h3{
color: #444;
}
a:link, a:visited {
text-decoration: none;
color: #282886;
}
a:hover{
text-decoration: underline;
}
em {
color: #000066;
}
hr{
color: #282886;
width: 475px;
height: 1px;
border: 1px solid #282886;
}

ul.yfrBullets li{
list-style-image:url(../images/yfr_bullet.gif);
}
legend{
color: #282886; font-size: 1.15em; font-weight: bolder; padding: 0 5px;
}
fieldset{
border:1px dashed #999;
}
  .error {
font-size: 8pt;
  color: red;
  margin-left: 20px;
  display:none;
  }