body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C8DF8E;
}

body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 90%;
	color: #93AE50;
	display: inline;
	font-weight: normal;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 90%;
	color: #000000;
	display: inline;
	font-weight: normal;
}

#subnavpadding {
	padding:5px 8px 5px 10px;
}

a:link { color:#F2272B; text-decoration:underline}
a:visited { color:#F2272B; text-decoration:underline}
a:hover { color:#93AE50; text-decoration:underline}
a:active { color:#F2272B; text-decoration:underline}

a.footer:link { color:#ffffff; text-decoration:none}
a.footer:visited { color:#ffffff; text-decoration:none}
a.footer:hover { color:#ffffff; text-decoration:underline}
a.footer:active { color:#ffffff; text-decoration:none}

a.subnav:link { color:#555555; text-decoration:none}
a.subnav:visited { color:#555555; text-decoration:none}
a.subnav:hover { color:#000000; text-decoration:none}
a.subnav:active { color:#555555; text-decoration:none}

a.smallgrey:link { font-size: 9px; color:#999999; text-decoration:none}
a.smallgrey:visited { font-size: 9px; color:#999999; text-decoration:none}
a.smallgrey:hover { font-size: 9px; color:#555555; text-decoration:none}
a.smallgrey:active { font-size: 9px; color:#999999; text-decoration:none}

.productsmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #C8DF8E;
	width: 135px;
}

.largegreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 100%;
	color: #93AE50;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 100%;
	color: #999999;
}

.picborder {
	border: solid 1px #e2e2e2;
}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F2272B;
}

.largewhite {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 100%;
	color: #ffffff;
}

.black {
	color: #000000;
}

.red {
	color: #F2272B;
}

.bg-left-top {
	background-image: url(../images/core/bg-left-top.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.bg-left-bottom {
	background-image: url(../images/core/bg-left-bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.bg-right {
	background-image: url(../images/core/bg-right-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

