@charset "UTF-8";
/* CSS Document */

.tagheadings {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	color: #971434;
	font-weight: bold;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#tagtable {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #CCC;
}
.tagtypes {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #666;
	line-height: 1.2em;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-weight: bold;
}
.tagtypes a {
	color: #666;
	text-decoration: none;
	display: inline;
}
.tagtypes a:hover {
	text-decoration: underline;
}
.directYears {
	color: #666666;
	font-weight: bold;
}
.directYears a {
	color: #666666;
	text-decoration: none;
}
.directYears a:hover {
	color: #AE4762;
}
.directRegions {
	font-weight: bold;
}
.directRegions a {
	color: #666666;
	text-decoration: none;
}
.directRegions a:hover {
	color: #C9C301;
}

