body {
	font-family: verdana, helvetica, arial, "Lucida Grande", sans-serif;
	color: #333;
}
p, li, table {
	font-family: verdana, helvetica, arial, "Lucida Grande", sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.6em;
	background-color: transparent;
	color: #333;
	margin: 0px 0px 10px 0px;
}

a {
	font-weight: bold;
	color: #000;
}

a:link {
	color:#000;
	text-decoration: underline;
}

a:visited {
	color:#000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #5E165B;
	background-color: transparent;
}

a:active {
	text-decoration: none;
	color: #5E165B;
	background-color: transparent;
}

h1 {
	font-family: verdana, helvetica, arial, "Lucida Grande", sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	color: #9FD98C;
	margin: 0px 0px 5px 0px;
	background-color: #5E165B;
	padding: 5px;
}

h2 {
	font-family: verdana, helvetica, arial, "Lucida Grande", sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1em;
	color: #5E165B;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

.heading_large { font-size: xx-large; _font-size: x-large; /*24px;*/ }
.heading_medium { font-size: large; _font-size: medium; /*18px;*/ }
.heading_small { font-size: small; _font-size: x-small; /*12px;*/ }
.hlHeading { font-size: large; _font-size: medium; /*18px;*/ color: #5E165B; }
.h2Heading { font-size: small; _font-size: x-small; /*12px;*/ color: #5E165B; }
.redcopy { color: #DD0000; }
.greencopy { color: #009900; }
.smallest { font-size: x-small; _font-size: xx-small; } 
.hlight { color: #DD0000; }