<!--
/****************
* Link Defaults *
****************/
a {
color: #40771a;
text-decoration: none;
font-family: Times New Roman;
font-size: 12pt;
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
.nav {
color: #000000;
text-decoration: none;
font-family: Times New Roman;
font-size: 10pt;
font-wight: bold;
}
.nav:hover {
color: #40771a;
text-decoration: none;
font-family: Times New Roman;
font-size: 10pt;
font-wight: bold;
}

/***************
* Body Overall *
****************/
body {
background-color: #ffffff;
}
img {
border: 0px 0px 0px 0px;
}

/*****************
* Paragraph Text *
*****************/
div.subtitle {
color: #40771a;
font-family: Times New Roman;
font-weight: bold;
font-size: 24pt;
font-style: italic;
text-decoration: underline;
}
div.note {
color: #ff0000;
font-weight: bold;
font-style: italic;
}
div.byline {
font-size: 10pt;
font-style: italic;
}
div.productName {
color: #40771a;
font-weight: bold;
font-style: italic;
}
div.productDescript {
font-size: 10pt;
}
-->