/* CSS Document */

body {
	background-repeat: repeat-x;
	background-color: #77A230;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 19px;
	background-image: url(images/bground2.jpg);
	margin-top: 15px;
}
.bold {
	font-weight: bold;
}
.boldlarge {
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}
.largertext {
	font-size: 15px;
	line-height: 22px;
}
.welcometext {
	font-size: 17px;
	line-height: 25px;
}
.footertext {
	font-size: 11px;
	color: #FFFFFF;
}
.footertext:link {
	color: #FFFFFF;
}
.footertext:hover {
	color: #CCCCCC;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
}
.mainheading {
	font-size: 20px;
	color: #796EB4;
	font-weight: normal;
	letter-spacing: 1px;
}
.smallerheading {
	font-size: 16px;
	color: #796EB4;
	font-weight: normal;
	letter-spacing: 1px;
}
