/* CSS Document */
body
{
font-family:georgia,times new roman, serif;
font-size:13px;
color:#4F4F4F;
margin-top:0;
background-image:url(images/bg.gif);
background-repeat:no-repeat;
background-position:center top;
background-color:#B3D149;
}


.clsFloatLeft
{float:left;}

.clsFloatRight
{float:right;}


.clsClearFloat
{clear:both;}

.clsClearBoth
{clear:both;}

hr
{border-bottom:solid 1px #CCCCCC;border-top:none;border-right:none;border-left:none;}

a
{
color:#689921;
text-decoration:none;
}

h1,h2,h3,h4
{color:#9D0B0E;font-weight:normal;}

h1
{color:#9D0B0E;font-weight:normal;font-size:2.5em;}

p
{color:#4F4F4F;font-size:1.1em;line-height:1.5em;}

a img
{border:none;}

.arrow
{
font-size:1.2em;background-image:url(images/green_arrowb.gif);background-repeat:no-repeat;
padding-left:12px;
background-position:top left;
line-height:1.7em;
}