body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: white;
}

.top-left {
	background-image: url(../images/top-left.png);
	width: 65px;
	height: 65px;
}

.top {
	background-image: url(../images/top.png);
	height: 65px;
}

.top-right {
	background-image: url(../images/top-right.png);
	width: 65px;
	height: 65px;
}

.middle-left {
	background-image: url(../images/middle-left.png);
	width: 65px;
}

.middle-right {
	background-image: url(../images/middle-right.png);
	width: 65px;
}

.bottom-left {
	background-image: url(../images/bottom-left.png);
	width: 65px;
	height: 65px;
}

.bottom-right {
	background-image: url(../images/bottom-right.png);
	width: 65px;
	height: 65px;
}

.bottom {
	background-image: url(../images/bottom.png);
	height: 65px;
}

.content {
	padding: 20px;
}

.title {
	padding-top: 20px;
	font-size: 26px;
	font-weight: bold;
}

.heading {
	font-size: 20px;
	font-weight: bold;
	color: #000033;
}

.items {
	
}

.item-row {
	text-align: left;
}

.year {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}

.item-image {
	width: 217px;
	height: 152px;
	padding: 15px;
	border-top: 1px rgb(148,163,171) dotted;
}

.bottom-item-image {
	width: 217px;
	height: 152px;
	padding: 15px;
	border-top: 1px rgb(148,163,171) dotted;
	border-bottom: 1px rgb(148,163,171) dotted;
}

.item-link {
	font-size: 14px;
	padding: 10px;
	border-top: 1px rgb(148,163,171) dotted;
}

.bottom-item-link {
	font-size: 14px;
	padding: 10px;
	border-top: 1px rgb(148,163,171) dotted;
	border-bottom: 1px rgb(148,163,171) dotted;
}

.copyright {
	font-size: 10px;
	color: #333333;
}

.text {
	text-align: left;
}

a img {
	border-width: 2px;
	border-style: solid;
}
