body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: normal;
	text-decoration: none;
	color: #2F0070;
 }
 p{
 }
 a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #2F0070;
	}
 a:hover {
	color: #D9B300;
	text-decoration: underline;
 }
 h1{ these are in the user-style.css
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2F0070;
	text-decoration: none;
	font-size: 1.3em;
	margin-bottom: 2em;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	font-weight: bold;
	color: #F0C600;
	text-decoration: none;
	margin-bottom: -18px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2F0070;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: .9em;
}
.red {
	color: #B80000;
}
.white {
	color: #ffffff;
}
 .tableborderblack {
	border: 1px solid #000000;
}
li  {
	list-style-image: url(/images/pdf-icon.gif);
	text-indent: -1em;
}
input   {
/*	display: none;*/
}
textarea {
	margin: 0px;
	padding: 0px;
}
