@charset "utf-8";
#trnav a {
	font-weight: bold;
	color: #014993;
	text-decoration: none;
	background-color: #EDEDED;
	display: block;
	border: 1px solid #3D3D3D;
}
#trnav a:hover {
	color: #C9031E;
	text-decoration: none;
	background-color: #D4D4D4;
	display: block;
}
#trfooter {
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
}
#trfooter a {
	color: #FFFFFF;
	text-decoration: none;
}
#trfooter a:hover {
	color: #C8031E;
	text-decoration: none;
}

#tdcenter {
	background-color: #5A5A5A;
	-moz-opacity: .7;
	filter: alpha(opacity=55);
	opacity: .7;
}
#tdcenter2 {
	clip: rect(auto,auto,auto,auto);
	padding-left: 20px;
	padding-right: 10px;

}

#tdcellbottom {
	background-image: url(images/cellbottom.png);
	background-position: bottom;
}
#tdaboutus a {
	color: #FFFFFF;
	text-decoration: underline;
}

