/* CSS Document */

body
{
padding:0px;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
}
.green-txt
{
color:#407700;
font-size:14px;
text-decoration:none;
}
.green-txt a
{
color:#407700;
font-size:14px;
text-decoration:none;
}
.green-txt a:hover
{
color:#407700;
font-size:14px;
text-decoration:underline;
}
.white-txt
{
font-size:14px;
color:#FFFFFF;
text-decoration:none;
}
.white-samll
{
font-size:11px;
color:#FFFFFF;
text-decoration:none;
}
.white-samll a
{
font-size:11px;
color:#FFFFFF;
text-decoration:none;
}
.white-samll a:hover
{
font-size:11px;
color:#FFFFFF;
text-decoration:underline;
}
.green-txt-s
{
font-family:Arial, Helvetica, sans-serif;
color:#407700;
font-size:14px;
text-decoration:none;
}
.green-txt-s a
{
font-family:Arial, Helvetica, sans-serif;
color:#407700;
font-size:14px;
text-decoration:none;
}
.green-txt-s a:hover
{
font-family:Arial, Helvetica, sans-serif;
color:#407700;
font-size:14px;
text-decoration:underline;
}
.green-smaller
{
font-size:9px;
color:#407700;
}