/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background:#454545;
	}
	
.heading
{
color:#549436;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;}

.small-text
{
font-family:Arial;
font-size:10px;
color:#000000;
text-align:justify;
line-height:17px;}

.text
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;}

.text a:link, .text a:visited
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-decoration:underline;}

.text a:hover
{
text-decoration:none;}
.shade_left{
background-image:url(../images/left.jpg);
background-repeat:repeat-y;}

.shade_right{
background-image:url(../images/right.jpg);
background-repeat:repeat-y;}

.shade_top{
background-image:url(../images/top-shade.jpg);
background-repeat:repeat-x;
}

.shade_bottom{
background-image:url(../images/bottom.jpg);
background-repeat:repeat-x;
background-position:top;}

.bgwhite{
	background-color:#fff;

	}

.footerbg
{
background-color:#E9D8C4;}

.alert-text{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FF0000;}
