	#newspage
	{	position: relative;
		float: left;
	}
	#fullarticle
	{	float: left;
	}
	#fullarticle p
	{	margin: 10px 0 10px 0;
	}
	#fullarticle #back
	{	margin: 0 10px 0 0;
		float: right;
	}
	.newsarticle
	{	margin: 10px 0 10px 0;
		width: 99%;
		float: left;
	}
	.newsarticle p
	{	margin: 10px;
		float: left;
	}
	.newsarticle p img
	{	float: left;
	}
	.pageCon
	{	width:		450px;
		height:        17px;
		margin-left:	1%;
		margin-bottom:	4px;
		text-align:	right;
		float: right;
	}
	.pageCon select
	{	font-size:		10px;
		margin-bottom:	1px;
		padding:		0;
	}
	.pageCon a
	{	color: #007646;
		text-decoration: none;
		font-size: 16px;
		padding:		   2px;
		position:		relative;
		top:           1px;
		margin:			0 2px;
	}
	.pageCon a:hover
	{	background: #007646;
		color: white;
	}
		table
	{	border-collapse: 	collapse;
		width:				99%;
		font-size:			14px;
		float: left;
	}
	table td
	{	padding:		3px;
		margin:			0;
		vertical-align:		top;
	}
	.head
	{	font-weight:	bold;
	}
	.head td
	{	border-bottom:		1px solid #E1E1E1;
	}
	.even
	{	background: white;
	}	
	.odd
	{	background:		#BEE9FC;
	}
	.err
	{	background:		#E4F3FE;
		color:			red;
	}
	table img
	{	width:			150px;
		margin: 5px;
	}