a  { color: #7aade2; text-decoration: none }
a:visited      {
	color: #39f
}
a:link     { color: #fe11ba; text-decoration: none }
a:hover     { color: #fe11ba; text-decoration: underline; cursor: pointer }
.regular {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: normal;
	line-height: 1.6em;
}
.bold-yellow {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #FFFF00;
	font-weight: bold;
}
.jumpto {
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	word-spacing: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
}
