body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #669;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #669;
	font-size: 14px;
	font-style: italic;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #669;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #669;
	font-size: 13px;
	font-weight: bold;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #669;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #669;
	font-size: 12px;
}

DT {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

DD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}

LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}

a:link, a:visited {
	color: #336;
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a:visited:hover, a:active {
	color: #99c;
	text-decoration: underline;
	font-weight: bold;
}
.monospace { 
	font-family: Courier,monospace;
}

.membername
{
	color: #336;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.heartbiz a:link, .heartbiz a:visited
{
	color: #f00;
	font-weight: bold;
	text-decoration: underline;
}

.heartbiz a:hover, .heartbiz a:active
{
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

.memberdirectoryp {
	margin-top: 16px;
}

/* ------------------------------------------------------- */
/*  CONTRIBUTE TEMPLATE STYLES                             */
/* ------------------------------------------------------- */

.newsletterdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CCCC99;
}
.Heading1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #669;
	font-size: 16px;
	font-weight: bold;
}
.Boldtitle {
	font-weight: bold;
}
.BoldtitleCAPS {
	font-weight: bold;
	text-transform: uppercase;
}
.BoldtitleUnderlined {
	font-weight: bold;
	text-decoration: underline;
}
.Boldgreen {
	font-weight: bold;
	color: green;
}