@charset "utf-8";
#footerTB a:link, #footerTB a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}

#footerTB a:hover {
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}
#header  a:link, #headerTB  a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
#header  a:hover {
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}

#header2  a:link, #headerTB  a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}
#header2  a:hover {
	color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}
#contentTB  a:link, #contentTB  a:visited {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
}
#contentTB  a:hover {
	color: #FFFFFF;
	background-color: #FF6600;
}


