/* CSS Document */
.tabcontent{
	display:none;
}
.txtlink {
	font-size: 12px;
	text-decoration: none;
	color:#333333;
}
.txtlink:hover {
	color:#999999;
}

