	/*----------------News Specific Styles------------------*/
	.menuSpacer ul {
		margin-left:2px;
		padding-left:2px;	
		}
		
	.newsPagingDivider {
		margin: 10px 0 10px 20px;
		padding:5px 0 5px 0;
		width:685px;
		min-height:25px;
		height:auto;
		text-align:center;
		font-size:75%;
		font-weight:bold;
		color:#fff;
		border-top: #6E401E dotted 1px;
		border-bottom: #6E401E dotted 1px;
		}
		
	.previousNewsPages {
		display: block;
		width:150px;
		float:left;
		height:10px;
		}
	
	.nextNewsPages {
		display: block;
		width:150px;
		float:right;
		height:10px;
		}
		
	.pagingText {
		/*display:block;*/
		float:left;
		width:350px;
		margin: 0 0 0 0;
		/*height:10px;*/
		}
		
	.nextNewsPages a, .previousNewsPages a, .pagingText a, .newsPagingDivider a {
		color:#E74505;
		text-decoration:none;
		}
		
	.nextNewsPages a:hover, .previousNewsPages a:hover, .pagingText a:hover, .newsPagingDivider a:hover {
		color:#E74505;
		text-decoration:underline;
		}

	.miniBoxNewsTop {
		height:31px;
		padding: 15px 0 0 15px;
		background: #E84E0B url(../images/css_per-ankh/maxiBoxTopBkg1.jpg) no-repeat top left;
		font-size: 110%;
		font-weight:bold;
		color:#fff;
		font-variant:small-caps;
		text-align:left;
		}
		
	.midiBoxNewsTop {
		padding: 3px 0 0 15px;
		width: 315px;
		text-align:left;
		font-size: 80%;
		font-weight:bold;
		color:#F4B766;
		font-variant:small-caps;
		height:37px;
		background: #E64506 url(../images/css_per-ankh/midiBoxBkg.jpg) no-repeat;
		}			
		
	.newsItemPageLink {
		width: 350px;
		height: 15px;
		color:#fff;
		text-align:left;
		margin: 10px 0 0 0;
		padding: 10px 0 0 0;
		background: url(../images/css_per-ankh/doc.jpg) no-repeat 0 10px;
		display:block;
		}
		
	.newsItemPageLink a {
		color:#fff;
		height: 10px;
		text-decoration:none;
		padding: 10px 0 0 25px;
		}
		
	.newsItemPageLink a:hover {
		color:#fff;
		height: 10px;
		text-decoration:underline;
		padding: 10px 0 0 25px;
		}
		
	.newsItemDateViews {
		display:block; 
		margin:10px 0 0 0;
		color:#BE7C3C;
		font-size:90%;
		}
		
	.newsItemViewed {
		float:right; 
		display:block; 
		margin:0; 
		padding:0; 
		width:250px; 
		text-align:right;
		}													