@charset "utf-8";
body {
	background-image: url(../images/bkgnd.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
	background-color: #fffaa4;
}

td, textarea, input, select {
	font-family: Tahoma;
	font-size: 12px;
	color: 5C5C5C;
	font-weight: normal;
}

a:link {
	color: #5C5C5C;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

}
a:visited {
	color: #5C5C5C;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	color: #BC6402;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}

a.a:link {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #5c5c5c;
	text-decoration: underline;
}
a.a:visited {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #5c5c5c;
	text-decoration: underline;
}
a.a:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #928D25;
	text-decoration: none;
}

a.b:link {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.b:visited {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.b:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}


.subHeading {
	font-weight: bold;
	color: #9d2b07;
}

.dateHeading {
	font-weight: bold;
	color: #000000;
}

.dateInfo {
	color: #FFFFFF;
}

.commentText {
	font-style: italic;
}

.addrText {
	font-style: italic;
}

