@charset "utf-8";
/* CSS Document */

.news_title{
	font-family: Arial;
	font-size: medium;
	color: #EB8134;
	padding: 0px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}
.image_box{
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
}
.caption{
	font-style: italic;
	font-size: x-small;
	font-weight: bold;
}
h2.hdivider{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #660066;
	padding-top: 3px;
	padding-bottom: 3px;
}
.hdivider{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #660066;
}
.vdivider{
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #660066;
}
#SecondaryNavigationRegion li{
	list-style-type: none;
	text-align: left;	
}
.break_line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
.break_line a:link{
	display: block;
}
