a  {
	color: #CCFF00;
	text-decoration: none
}
a:visited      {
	color: #99CC33
}
a:link     {
	color: #99CC00;
	text-decoration: none
}
a:hover     {
	color: #CCFF00;
	text-decoration: underline;
	cursor: pointer
}
.regular {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	line-height: 1.6em;
}
.bold-yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
}
.jumpto {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	word-spacing: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
