body {
	background-color: #DCE0D1;
	background-repeat: repeat;
	background-position: center top; 
	background-attachment: fixed;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px; 
}

a {
	text-decoration: none;
	color: #768274;
}

span.pageTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}

span.itemLabel {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

span.msgVariable {	
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
}

div.msgBody {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	border: 2px solid;
	border-color: #A99499;
	padding: 15px;
}

p.descText {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	padding: 15px;
	max-width: 600px;
}
div.descText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	padding: 15px;
	max-width: 300px;
}
.pgbrk {
		page-break-before: always;
}

.hdgDate {
	font-size: small;
	font-style: italic;
}

.memberNames {
	font-size: small;
	font-weight: bold;
}

.memberAddress {
	font-size: small;
}

.localClubs {
	font-size: x-small;
	font-style: italic;
}

.phoneNums {
	font-size: x-small;
}

.emails {
	font-size: x-small;
}
.emailAddrs {
	font-size: x-small;
	color: black;
	text-decoration: underline;
}

.WitNum {
	font-size: x-small;
}

.witLink {
	color: black;
	text-decoration: underline;
}

.blankLines {
	font-size: xx-small;
}

.box {
	border: 1px solid #999;
	font-size: 12px;
	color: brown;
	background-color: #eee;
	border-radius: 5px;
}