.tablink a:link {
	color: #D0A024;
	text-decoration:underline;
	}
	
.tablink a:visited {
	color: #D0A024;
		text-decoration:underline;
}
.tablink a:hover {
	color: #FFF;
	text-decoration:none;
}
.tablink a:active {
	color: #516E9C;
}



.shadetabs{
padding: 3px 0;
margin-top: 5px;
margin-bottom: -5px;
font: bold 18px Arial;
color: #000;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 2px solid #D0A024;
color: #000000;
text-shadow:#999 -2px 2px 4px;
background: #fff;
}

.shadetabs a:visited{
background: #ffffff;
color: #cccccc;
text-shadow:#fff -2px 2px 4px;
}

.shadetabs a:hover{
text-decoration: underline;
color: #999;
}

.shadetabs a.selected{ /*selected main tab style */
background: #D0A024;
border: 2px solid #fff;
color: #fff;
text-shadow:#000 -2px 2px 3px;
}


.shadetabs a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

