
	select {
		width: 200px;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
	}

	div#years {
		position: absolute;
		top: 120px;
		left: 0px;
		color: #714242;
	}

	div#pressrelease {
		position: absolute;
		top: 120px;
		left: 280px;
		width: 500px;
		text-align: left;
		font-size: 13px;
		line-height: 19px;
		padding-bottom: 50px;
	}

		div#pressrelease .small {
			font-size: 11px;
			line-height: 16px;
		}

		div#pressrelease div#primage {
			text-align: center;
			margin-bottom: 24px;
		}

	.activeyear {
		color: #714242;
		font-weight: bold;
	}

	a.year {
		text-decoration: underline;
	}

	a.year:hover {
		color: #714242;
	}