body {
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: 0px 0px;
        font-size: 13pt;
        color: #000066;
        background-image: url(images/background.gif);
        font-family: "Book Antiqua";
}
a:link {
        color: #000066;
        text-decoration: underline;
}
a:visited {
        color: #000066;
        text-decoration: underline;
}
a:hover {
        font-style: italic;
        color: #000066;
        text-decoration: underline;
}
a:active {
        color: #000066;
        text-decoration: underline;
}
.large {
        font-size: 17pt;
        font-weight: bold;
}
.small {
        font-size: 12px;
}
.general {
        font-size: 13pt;
}
.heading {
        color: #FF0000;
}

a.frr:visited, a.frr:link{ 
	color: #000066;
  text-decoration: underline;
  font-style: normal;
  	font-size: 12px;
}
a.frr:hover {
color:#FF0000;
}
