/* CSS Document */

.newsblock {
	width: 550px;
	background-colour: #000000;
	background-color: #D3D3D3;
	left: 30px;
	position: relative;
	color: #000000;
	padding: 10px;
	top: 27px;

}

.newstitle {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
.newsdate {
	font-style: italic;
	text-align: right;
}

.newslink {
	color: black;
	}
	
.newsnumber {
	float:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 72px;
	height: auto;
	margin-left: 9px;
	margin-right: 6px;
}

.eventnumber {
	float:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	height: auto;
	margin-left: 9px;
	margin-right: 6px;
	text-align: center;
}


.backissueimg {
float: left ;
clear: both ;

}

.backissuetext {
	float: right;
	width: 210px;
	padding-right: 5px;
	clear: both;

}

.backissuetitle {
	weight: bold;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	padding-bottom: 2px;
	margin-bottom: 5px;

}
.backissuebodytext {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	display: marker;
	clip: rect(auto,auto,auto,0px);
	page-break-after: auto;
}
.smalltext {
	font-size: 9px;
}
.dotpoints {
	list-style-type: square;
	display: block;
}

.number {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	height: auto;
	text-align: center;
}