/* CSS Document */
a {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bold;
    color:#00984f;
}
.logo {
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:bold;
    color:#00984f;
}
.default {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size:14px;
}
.subtext {
    font-family:"Times New Roman", Times, serif
	font-size: small;
    font-weight:normal;
}
.banner {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:36px;
    color:#837e85;
}
.title {
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:bold;
    color:#000000;
}
.redstyle {
	color: #FF0000;
	font-weight: bold;
}
.greenstyle {
	color: #00984f;
	font-weight: bold;
}
.copyright {
    font-size:small;
    font-style:italic;
}
