.texttitle {
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: none;
	color: #353222;
}

.texttitlelink:link {
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: none;
	color: #353222;
	text-decoration: none;
}
.texttitlelink:visited {
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: none;
	color: #353222;
	text-decoration: none;
}.texttitlelink:hover {
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: none;
	color: #FF0000;
	text-decoration: none;
}.texttitlelink:active {
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: none;
	color: #353222;
	text-decoration: none;
}
.texttitlesub {
	font-family: Tahoma, Arial;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	
}
.texttitlelarge {
	font-family: Tahoma, Arial;
	font-size: 30px;
	font-weight: normal;
	color: #000000;
}
.text {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000000;
}
.textsmall {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.largetext {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.link:link {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.link:visited {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.link:hover {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #FF0000;
	
}
.link:active {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.copyright {

	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	font-weight: none;
	text-decoration: none;
}
.copy:link {

	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.copy:visited {


	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.copy:hover {

	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}
.copy:active {

	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.bg_top {
	background-image: url(images/banner_tile.gif);
	background-position: center top;
	background-repeat: repeat-x;
}
.bg_text {
	background-image: url(images/text_tile.gif);
	background-position: center top;
	background-repeat: repeat-y;
}
.bg_textwhite {
	background-image: url(images/text_tile_white.gif);
	background-position: center top;
	background-repeat: repeat-y;
}
.bg_footer_tile {
	background-image: url(images/footer_tile.gif);
	background-position: center top;
	background-repeat: repeat-x;
}
.bg_footer {
	background-image: url(images/footer.gif);
	background-position: center top;
	background-repeat: repeat-x;
}
.bg_footerwhite {
	background-image: url(images/footer_white.gif);
	background-position: center top;
	background-repeat: repeat-x;
}
.Border {
	border: 1px solid #439137;
}
