A:link, A:active, A:visited {
color:#2D872D;
text-decoration:underline;
}
A:HOVER {
color: white;
text-decoration:underline overline;
background-color:#2D872D;
}

A.menu:link, A.menu:active, A.menu:visited {
color:#2D872D;
font-size:9pt;
text-decoration:underline;
}
A.menu:HOVER {
color: white;
font-size:9pt;
text-decoration:underline overline;
background-color:#2D872D;
}

BODY {
font-size: 11pt;
font-family: arial,helvetica,sans-serif;
color:black;
background-color: #2D872D;
margin: 0;
}
#page {
background-color:#FFFFFF;
margin: 0 115px 0 115px;
padding: 0 10px 0 10px;
 width:720px;
}

H1 {
 color:black;
 text-align:center;
}

H2 {
 color:#2D872D;
 text-align:center;
 margin-bottom:2px;
}

.compare {
 font-size:9pt;
 color:black;
}

.green {
 color:#2D872D;
 font-size:12pt;
 font-weight:bold;
}

.red {
 color:#FF0000;
 font-size:12pt;
 font-weight:bold;
}
HR {
 color: #2D872D;
 size:3px;
 width: 600px;
 align:center;
}
#LeftColumn {
 width: 50%;
 float: left;
}
#RightColumn {
 margin-left:52%;
}
#footer.box {
 width:70%;
 font-size:9pt;
 text-align: left;
 font-weight:normal;
 border-top: 1px dashed #808080;
 border-right: 1px dashed #808080;
 border-bottom: 1px dashed #808080;
 border-left: 1px dashed #808080;
 padding: 10px;
}
#NavBar {
width: 90%;
background-color: #2D872D;
text-align:center;
margin: 0;
padding:2px;
}
A.NavText:link, A.NavText:visited, A.NavText:active {
color:white;
font-size:10pt;
font-family: Arial, Helvetica, sans-serif;
text-decoration:none;
padding: 0 10px 0 10px;
}
A.NavText:HOVER {
color: black;
font-size:10pt;
text-decoration:none;
background-color:white;
padding: 0 10px 0 10px;
}
