/* These style sidebar items on the news index page */

.newssmall {
    font-size: 8pt;
    font-weight: normal;
    color : #666666;
}

.newssmalldark {
    font-size: 8pt;
    font-weight: normal;
    color : #333333;
}

.newstitle {
	font-size: 1.3em;
	font-weight:bold;
}	

.exheading {
	cursor: pointer;
	font-weight:bold;
	display:block;
	margin-bottom:8px
}

.exheading a:link {
	text-decoration:none;
}

.exheading a:visited {
	text-decoration:none;
}

.exheading a:hover {
	text-decoration:underline;
}

.exindent {padding-left: 3px}

ul.listbullet {margin-top:5px; margin-bottom:0px;}

ul.listbullet li {
	margin-bottom:6px;
	margin-top: 8px;
}

