/* CSS Document */

#quickLinks {
	clear: both;
	display: block;
}

.quickLinkPanel {
	font-size: 1.2em; font-weight: bold;
	line-height: 27px;
	text-align: center;
}
.quickLinkPanel a {
	width: 225px; height: 190px;
	background-repeat: no-repeat;
	display: block;
}
.quickLinkPanel a:link, .quickLinkPanel a:visited { color: #DBAD97; background-position: left top; }
.quickLinkPanel a:hover { color: #FFFFFF; background-position: -225px top; text-decoration: none; }
#tfpanel { float: left; }
#tfpanel a { background-image: url(../images/panel_tf.jpg); }
#padpanel { float: right; }
#padpanel a { background-image: url(../images/panel_pa.jpg); }

