#top {
	margin: 0px;
	padding: 0px;
}

#top h1 {
	font-size:2em;
	color: #333333;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}
#top h1 span {
	font-size:0.8em;
}



#top h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0.5em;
	line-height: 1.3em;
}
#top h2 span {
	display: block;
	font-size: 0.6em;
}
#top h3 {
	font-size: 8pt;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0.5em 0px 0px;
	color: #333333;
}
#top h3 strong {
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	padding-top: 8px;
	padding-bottom: 5px;
}
#top h3 span {
	font-size: 0.9em;
	display: block;
}
#top h4 {
	font-size: 14px;
	line-height: 1.4em;
	margin: 10px 0px 0px;
}

#top h5 {
	padding: 0.3em;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: normal;
	color: #333333;
	background-color: #F1F1F1;

}
#top h6 {
	font-size: 0.8em;
	line-height: 1.3em;
	font-weight: normal;
	margin: 1em 0px 0px;
}

#top h6 span {
	font-size: 1.3em;
	font-weight: bold;
	display: block;
}

#top p {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	margin: 1em 0px 0px;
	color: #333333;
}
li {
	background-image: url(images/li_bullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 5px;
	background-position: left 0.5em;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}
.noBullet li {
	background-image: none;

}

.news_caption{
padding:6px 0 0 8px;
font-size:10px;
}

