body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	color: #000000;
}

span.grey  { 
	color: #555; 
	font-size: 12px; 
	line-height: 12px; 
	font-family: Arial, Helvetica, sans-serif;
}

span.orange {
	color:#FF9900;
	font-weight: bold;
}

a  {
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	color: #505050;
}

a:active {
	color: #505050;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	color: #4040C0;
}

h2 {
	color: #4040C0;
	font-size: 16px;
}

h3 {
	color: #ff9900;
	font-size: 14px;
}

h4 {
	color: #ff9900;
	font-size: 12px;
}

h5 {
	color: #4040C0;
	font-size: 10px;
}

td {
	font-size: 12px;
}

li {
	color: #000000;
	line-height: 20px;
	list-style-type: square;
}

hr {
	color: #CCCCCC;
}

span.smallheader {
	color: #555;
	font-weight: bold;
}

span.smaller {
	color: #555;
	font-size: smaller;
}
span.definition {
	text-decoration: none;
	color: #555;
	font-size: 12px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #555;
}

