.title { font-size: 16px;  font-weight: bold;  }

.subtitle { font-size: 14px;  font-weight: bold;  }

.horizontalLine {
	background-color: #868B96;
}

.bold 	{ 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}



.smalltext 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.error { color: Red;  font-weight: bold;  }


/* Styles from Main site */

body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #111111;
	background-image: url(../../images/sitebg.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
}
.url {
	letter-spacing: 5px;
}
.addy {
	letter-spacing: 2px;
	font-size: 14px;
	color: #FFFFFF;
}
.bodytext {
	line-height: 20px;
}

#footer {
	background-attachment: scroll;
	background-image: url(../../images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #FCFFFF;
	text-transform: uppercase;
}
.bodytextlink {
	color: #241805;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7a5828;
}

.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}
#footer a {
	color: #FCFFFF;
	text-decoration: none;
}
#contentarea #title {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	color: #241805;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 10px;
}
#contentoverflow {
	background-attachment: scroll;
	background-image: url(../../images/contentof_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	min-height:383px;
}

#contentarea {
	background-image: url(../../images/content_bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left bottom;
	min-height:383px;
}
#tritop {
	background-attachment: scroll;
	background-image: url(../../images/topbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#mainnav {
	background-image: url(../../images/topnav_bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
}
#subnav {
	background-attachment: scroll;
	background-image: url(../../images/subnav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.bodytextbigger {
	font-size: 16px;
	color: #241805;
}
