
a:link, a:visited {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #7CB438;
	font-size: 14px;
}

a:hover {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}



a.menulink:link, a.menulink:visited {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	border: 1px solid #2F5407;
	background: #4D8409;
	color: #ffffff;
	padding: 3px 5px;
}

a.menulink:hover {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	border: 1px solid #4D8409;
	background: #7CB438;
	color: #ffffff;
	padding: 3px 5px;
}


.pagetext {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	color: #777777;
}

.pageheader {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #555555;
}



.main {
	border: 4px double #7CB438;
	margin-top: 1px;
	padding: 30px;
}


.download {
	border: 1px dotted #4D8409;
	padding: 15px;
	width: 450px;
}

.order {
	border: 1px dotted #4D8409;
	width: 500px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	color: #777777;
}

.pagetext2 {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	color: #777777;
}


/* FORM */
.input {
	border: 1px solid #bdbdbd;
	background: #f4f4f4;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #777777;
	padding: 1px 2px 1px 2px;
}

.textarea {
	border: 1px solid #bdbdbd;
	background: #f4f4f4;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #777777;
	padding: 2px 2px 2px 2px;
}

.button {
	border: 1px solid #bdbdbd;
	background: #f4f4f4;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	color: #777777;
	padding: 2px;
}

/* FOOTER */
.footer {
	color: #777777;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding-top: 15px;
}

a.footerlink:link, a.footerlink:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

a.footerlink:hover {
	color: #ffffff;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}