@charset "utf-8";
@import url("stockTicker.css");
/* CSS Document */

#quickLinks {
	background: url(../images/contentBG.png);
	border: #362F2D solid 1px;
	margin: 15px 0px 0px 15px;
	padding: 0px;
}

#quickLinks h1 {
	background: #362F2D;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px 5px;
	font: 110% Verdana, Geneva, sans-serif;
	font-weight: bold;
}

#quickLinks ul {
	background: url(../images/quickLinksBG.png) no-repeat;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#quickLinks li {
	border-top: 1px solid #362F2D;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font: 90% Verdana, Geneva, sans-serif;
	color: #362F2D;
}

#quickLinks a:link, #quickLinks a:visited {
	color: #362F2D;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 2px 10px;
}

#quickLinks a:hover, #quickLinks a:active {
	background: #362F2D;
	color: #FFFFFF;
	text-decoration: none;
}
