/* Typography rules, change the first rule's percentage to scale all fonts */

#HLContent .link,
#HLContent .ExLink,
#HLContent .InLink,
#HLContent .RefLink,
#HLContent .MailTo
{
	color: #0066FF;
	text-decoration: none;
}

#HLContent .link:hover,
#HLContent .ExLink:hover,
#HLContent .InLink:hover,
#HLContent .RefLink:hover,
#HLContent .MailTo:hover
{
	text-decoration: underline;
}


.returnLink
{
	padding: 5px;
	font-family: Georgia, Verdana, Times New Roman;
	font-size: 12px;
	color: #333333;
	line-height: 14px;
}

.returnLink a
{
	color: #0066FF;
	text-decoration: none;
}

