﻿div.frame4 a:link {
	color: black !important;
	text-decoration: none !important;
	border-width: 0px !important;
}
div.frame4 a:visited {
	color: black !important;
	text-decoration: none !important;
	border-width: 0px !important;
}
div.frame4 a:hover {
	color: red !important;
	text-decoration: underline !important;
	border-width: 0px !important;
}
div.frame4 a:active {
	color: red !important;
	text-decoration: underline !important;
	border-width: 0px !important;
}
div.Content a:link {
	color: #0055cc !important;
	text-decoration: underline !important;
}
div.Content a:visited {
	color: #0055cc !important;
	text-decoration: underline !important;
}
div.Content a:hover {
	color: red !important;
	text-decoration: underline !important;
}
div.Content a:active {
	color: red !important;
	text-decoration: underline !important;
}
label.filter {
	cursor: pointer;
}
a.red-dashed {
	border-left-width: 1px !important;
	border-right-width: 1px !important;
	border-top-width: 1px !important;
	border-bottom-style: dashed !important;
	border-bottom-width: 1px !important;
	text-decoration: none !important;
}
a:link.red-dashed {
	color: red !important;
	border-bottom-color: red !important;
}
a:visited.red-dashed {
	color: red !important;
	border-bottom-color: red !important;
}
a:hover.red-dashed {
	color: black !important;
	border-bottom-color: black !important;
}
a:active.red-dashed {
	color: black !important;
	border-bottom-color: black !important;
}

