a  { color: #7aade2; text-decoration: none }
a:visited      {
	color: #FF66CC
}
a:link     { color: #fe11ba; text-decoration: none }
a:hover     { color: #fe11ba; text-decoration: underline; cursor: pointer }
.regular {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	line-height: 1.6em;
}
.bold-yellow {
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	font-style: italic;
}
.jumpto {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	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;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}
