a.buttonDir {
	background: url(/_images/button_dir.jpg) top left no-repeat;
	display: block;
	float:right;
}
a:hover.buttonDir {
	background: url(/_images/button_dir_hover.jpg) top left no-repeat;
}

a.buttonEvents {
	background: url(/_images/button_events.jpg) top left no-repeat;
	display: block;
	float:right;
}
a:hover.buttonEvents {
	background: url(/_images/button_events_hover.jpg) top left no-repeat;
}

a.buttonCom {
	background: url(/_images/button_com.jpg) top left no-repeat;
	display: block;
	float:right;
}
a:hover.buttonCom {
	background: url(/_images/button_com_hover.jpg) top left no-repeat;
}

a.buttonStore {
	background: url(/_images/button_store.jpg) top left no-repeat;
	display: block;
	float:right;
}
a:hover.buttonStore {
	background: url(/_images/button_store_hover.jpg) top left no-repeat;
}






.hidden {
	visibility: hidden;
}


div.newsItem {
	width: 100%;
	margin: 0 0 25px 0;
	padding: 0px 0 30px 0;
	background: url(/_images/dots.gif) bottom left repeat-x;
}

div.newsItem h3 {
	font-family:georgia, times, helvetica; 
	font-size: 20px; 
	margin: 0px;
	font-weight: normal; 
	padding: 0 0 0px 0;
	color: #2F6A7F;
}
div.newsItem h3 a {
	text-decoration: none;

}
div.newsItem h3 a:hover {

	text-decoration: none;
}
div.newsItem h4 {
	
	color:#8E8E8E;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px;
}
div.newsItem p {
	font-size: 9pt;
	color:#616161;
	padding: 0px;
	margin-top: 10px;
}
div.newsItem img{
padding-left: 10px;	
}


div.articleItem {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 30px;
	padding-top: 15px;
}


div.articleItem h3 {
	font-family:Helvetica,sans-serif; 
	color:#585858;
	font-size: 14px; 
	margin: 0px;
	font-weight: bold; 
	padding: 0 0 0px 0;
	color: #464646;
}
div.articleItem h4 {
	
	color:#8E8E8E;
	font-size: 8pt;
	font-weight: normal;
	margin: 0px;
}

div.articleItem p {
	font-size: 8pt;
	color:#616161;
	padding: 0px;
	margin-top: 10px;
}







