body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
h1 {
	font-size: 12px;
	font-weight: bold;
}
.boxframe {
	background-image: url(artwork/back_newsbox.jpg);
	background-repeat: repeat;
	width: 176px;
	border: 1px solid #999999;
	margin-top: 22px;
}
.boxcontent {
	padding: 10px;
	font-size: 10px;
	line-height: 12px;
}
/* Links */
   a:link {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
}
   a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
   a:active {
	background-color: #FFFFFF;
	color: #660000;
	text-decoration: none;
}
   a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #333333;
	border: none;
	}
.boxitem {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}
