/* links colouring and hover underline handling */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b00000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* table definition in a list with 5px top & bottom margins */
td#list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-bottom: 10px;
	padding-top: 10px;
}
td#list a {
	font-weight: bold;
	padding-left: 5px;
}
ul#minimal {
	margin-top: 2px;
	margin-bottom: 2px;
}
li#minimal {
	margin-left: -12px;
	list-style-type: disc;
}
/* header titles with spacer margins */
.headertitle {
	margin-bottom: 10px;
}
.subheadertitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #560000;
}
.subheadertitle a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #b00000;
}
.subheadercaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #560000;
}
.membersheadertitle {
	margin-top: 10px;
	margin-left: 30px;
}
/* running text in article format with nice easy read spacing */
.text11px20px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-align: justify;
	color: #000000;
}
.text11px20pxcenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #000000;
}
/* only links within text11px20px are bolded */
.text11px20px a {
	font-weight: bold;
}
/* running text with tight line spacing */
.text11px13px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000000;
}
/* only links within text11px13px are bolded */
.text11px13px a {
	font-weight: bold;
}
.bulletcaption {
	COLOR: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	text-decoration: none;
	margin-bottom: 5px;
}
/* newsfeed text formatting and margin spacing around itself in the table */
.newsfeedhead {
	COLOR: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	margin-top: 8px;
	margin-left: 25px;
	margin-right: 25px;
}
.newsfeed {
	COLOR: #b00000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	text-align: justify;
	margin-top: 3px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
}
.footer {
	COLOR: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
	text-decoration: none;
	text-align: center;
}
