.theadpv {
    background: url(../../../images/greytheme/tcat.png) top left repeat-x;
    color: #ffffff;
    border-top: 1px dotted #838383;
    border-bottom: 1px dotted #838383;
    padding: 2px 6px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 8px;
    height: 23px;
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.theadpv a:link {
	color: #ffffff;
	text-shadow: 1px 1px #3a5518;
	text-decoration: none;
}

.theadpv a:visited {
	color: #ffffff;
	text-shadow: 1px 1px #3a5518;
	text-decoration: none;
}

.theadpv a:hover,
.theadpv a:active {
	color: #ffffff;
	text-shadow: 1px 1px #3a5518;
	text-decoration: underline;
}

