.bodytext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	}

body {
	background-image: url(images/bgrep2.jpg);
	background-position: top left;
	background-repeat:repeat;
	color: #000000;
}

h1 {
	font-size: 17px;
	color: #5eed65;
	font-weight:100;
}

a:link {
	color: #5eed65;
	text-decoration:none;
}
a:visited {
	color: #3ED045;
	text-decoration:none;}
a:hover {
	color: #62D968;
	text-decoration:none;
}
a:active {
	text-decoration:none;
	color: #62D968;
}
a.nav {color:#416178; font-size: 14px; text-decoration: none;}
a.nav:visited {color:#416178; }
a.nav:hover {
	color:#3ED045;
	border-bottom:solid;
	padding-bottom: 6px;
}

a.subnav {color:#416178; font-size: 12px; text-decoration: none;}
a.subnav:visited {color:#416178; }
a.subnav:hover {
	color:#3ED045;
	border-bottom:solid;
	padding-bottom: 4px;	
}

.navspace {
	letter-spacing:40px;
}
.navspace2 {
	letter-spacing:15px;
}

.copyright {
	color: #416178;
}

.green {
	color: #5eed65;
}
.subgreen {
	color: #3ED045;font-size: 12px;
}

.smalltext {
	font-size: 12px;
}
.smalltextblue {
	color:#416178;
	font-size: 12px;
}

/* Contact form */

input.textfield {background-color:#FFF; background-image:url(images/bgform.jpg); background-repeat:repeat-x; border:thin 1px #000}

input.button {background-color:#FFF; background-image:url(images/bgform.jpg); background-repeat:repeat-x;  border:solid 1px #000; height:40px; width:90px}

textarea.textarea {background-color:#FFF; background-image:url(images/bgform.jpg); background-repeat:repeat-x;  border:thin 1px #000}
