body {
	font-family: Arial, Helvetica, sans-serif; font-size: 13px;
	line-height: 1.5em;
}

.leftmenu {
	
	font-size: 14px;
	color: #575757;
	font-weight: normal;
	
	
}


.leftmenu a {

-webkit-box-shadow: 2px 2px 0px #C4C2BD;
-moz-box-shadow: 2px 2px 0px #C4C2BD;
box-shadow: 2px 2px 0px #C4C2BD;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 5px 10px;
margin:  0 0 5px 0;
display: block; 
width: 95%;
float: left;
font-size: 14px;
font-weight: bold;
color: #fff!important;
background: #4FA631; /* Old browsers */
background: -moz-linear-gradient(top, #4FA631 0%, #5EC638 75%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4FA631), color-stop(75%,#5EC638)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #4FA631 0%,#5EC638 75%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #4FA631 0%,#5EC638 75%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #4FA631 0%,#5EC638 75%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4FA631', endColorstr='#5EC638',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #4FA631 0%,#5EC638 75%); /* W3C */
text-shadow: 1px 1px 0px #000;
filter: dropshadow(color=#000, offx=1, offy=1);

}

.leftmenu a font {
color: #ffffff;
}

.bodycopy, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
	line-height: 1.5em;
}
.Maintitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #781D65;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009900;
}
.bottommenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.highlighted {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #781D65;
}
.tabletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.tableheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

