body, p, li { 
	font-family: verdana, helvectica, arial;
	color: #000000;
	font-size: 10px;
}
.textLink {
	font-size: 9px;
	color: #666666;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom:2px;
}
.textTitle {
	font-size: 12px;
	color: #f26721;
	font-weight: bold;
}
A:link.textLink { 
	text-decoration: none 
}
A:visited.textLink { 
	text-decoration: none 
}
A:hover.textLink { 
	color: #f26721;
	text-decoration: underline
}
A:link.textTitle { 
	text-decoration: none 
}
A:visited.textTitle { 
	text-decoration: none 
}
A:hover.textTitle { 
	color: #f26721;
	text-decoration: underline
}
