BODY {
	background: url("/images/background.gif");
	margin-top: 0px;
	margin-left: 0px;
	color: #000000;
}

P {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}

P.white {
	color: #FFFFFF;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #783478;
	margin: 0px;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	color: #783478;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #783478;
}

SMALL {
	font-size: 8pt;
}

A:link, A:visited {
	color: #783478;
	text-decoration: none;
}

A:active, A:hover {
	color: #B874B8;
	text-decoration: underline;
}

.white A:link, .white A:visited {
	color: #99FF99;
	text-decoration: none;
}

.white A:active, .white A:hover {
	color: #44FF44;
	text-decoration: underline;
}

TD {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}

.button {
	display: block;
	margin-left: 7px;
	text-align: center;
	width: 115px;
	padding: 3px 0px;
	font-weight: bold;
}

A.button:link, A.button:visited {
	color: #783478;
	text-decoration: none;
	background: url("/images/background.gif");
}

A.button:hover, A.button:active {
	color: #006600;
	background: url("/images/btnbg.gif");
	border: 2px solid #44ff44;
	width: 111px;
	padding: 1px 0px;
}

EM {
	font-style: italic;
}
