/* default body text */
body, p, table, td {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: x-small;
	color: Black;
}

/* page section heading */
caption {
	font-size: small;
	text-align: left;
}

/* sundry feedback messages */
h3, h4 {
	font-size: small;
	text-align: left;
}


/* default hyperlinks */
a:link {
	color:#330099;
	text-decoration:none
}
a:visited {
	color:#330099;
	text-decoration:none
}
a:hover {
	color:#9F70CF;
	text-decoration:none;
	cursor:hand}
a:active { 
	color:#330099;
	text-decoration:none
}

/* most recent hyperlinks */
/* the xxx in th eclass name temp disables the class */
.clsRecentLinkxxx {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: x-small;
	color: White;
}
a.clsRecentLinkxxx:link {
	text-decoration:none
}
a.clsRecentLinkxxx:visited {
	text-decoration:none
}
a.clsRecentLinkxxx:hover {
	color: #00CC66;
	text-decoration:none;
	cursor:hand}
a.clsRecentLinkxxx:active { 
	text-decoration:none
}

/* Quick Search form bar elements */
.clsQuickSearch {
	background-color : #e3dcee;
	font-size: 8pt;
	color: #62006c;
}
