@charset "utf-8";
/* CSS Document */
body
{
font-family:Arial;
font-size:12px;
color:#5f8126;
}
a
{
color:#5f733f;
text-decoration:none;
}
a:hover
{
color:#a2b87e;
}
.header
{
background-image:url(images/topBackground.gif);
background-repeat: repeat-x;
}
.headerShadow
{
background-image:url(images/topShadow.gif);
background-repeat: repeat-x;
}
.rightBorder
{
background-image:url(images/rightBorder.gif);
background-repeat: repeat-y;
}
.leftBorder
{
background-image:url(images/leftBorder.gif);
background-repeat: repeat-y;
text-align:right;
}
.textShadowLeft
{
background-image:url(images/textShadowLeft.gif);
background-repeat: repeat-y;
}
.textShadowBottom
{
background-image:url(images/textShadowBottom.gif);
background-repeat: repeat-x;
}
.borderBottom
{
border-top:solid 1px #CCCCCC;
font-size:10px;
color:#565a49;
}
.title
{
font-size:14px;
font-weight:bold;
}