@charset "UTF-8";
/* CSS Document */

#newsfade {
	background-color:#f4f2f2; border:solid 1px #beaaaa; padding:2px; margin: 0 0 30px 0;
}

#headlinesTitle {
	float:left; font-size:86%; color:#804c46; font-weight: bold;"
}

#newsfade ul {
	float:left; margin-left:1em; width:700px; font-size:86%; color:#804c46; list-style:none;
}

#newsfade ul li a:link { color: #804c46 !important; text-decoration: none; }
#newsfade ul li a:visited { color: #804c46 !important; text-decoration: underline; }
#newsfade ul li a:hover { color: #c68a86 !important; text-decoration: underline; }
#newsfade ul li a:active { color: #c68a86 !important; text-decoration: underline; }


#scheduleArea { float: left; width: 410px; }
#scheduleArea ul { list-style-type: none; }
#scheduleArea ul li { margin-bottom: 3px; }
 
#leadArea { float: right; width: 455px; padding-top: 28px; }