@charset "ISO-8859-1";
.myclass { font-size:14px; font-weight:bold; color:2D2D2D}
.a:link {color:2D2D2D}
.a:visited {color:2D2D2D}
.a:hover {color:2D2D2D}
.a:active {color:2D2D2D}
}

@charset "ISO-8859-1";
.myclass { font-size:13px; font-weight:normal; color:FFFFFF}
.asub:link {color:FFFFFF}
.asub:visited {color:FFFFFF}
.asub:hover {font-weight:bold; color:FFFFFF}
.asub:active {font-weight:bold; color:FFFFFF}
}

.smalllink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #ADD742;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ADD742;
	line-height: 20px;
}
.leaderpara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #2D2D2D;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ADD742;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #2D2D2D;
}
.bodycopysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #2D2D2D;
}

#searchbox{
	margin-top:50px;
	margin-left:65px;
}

#searchfield{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #FFFFFF;
	background-color:#badd67;
	padding:3px;
}

#magglass{
	margin-left:3px;
}

#magglass:hover{
	cursor:pointer;
}