div.archiveLink {
	position: relative;
	top: 5px;
	right: 5px;
	
	width: 100%;
	
	text-align: right;
}
	
	div.archiveLink a {
		color: #00166a;
		font-weight: bold;
		text-decoration: none;
	}
	
	div.archiveLink a:hover {
		text-decoration: underline;
	}

div.news {
	clear: both;
	
	width: 185px;
	height: 135px;
	
	margin: 0px;
	padding: 5px;
	
	font-size: 11px;
	text-align: left;
}

* html div.news {
	width: 196px;
	height: 140px;
	
	padding: 5px 5px 5px 3px;
}

	div.news a {
		color: black;
		text-decoration: none;
	}
	
	div.news a:hover, div.news a:active {
		color: white;
	}
	
	div.news h3 {
		margin-top: 20px;
		
		font-size: 11px;
	}
	
	div.news p.bodytext {
		margin-bottom: 5px;
		
		font-size: 11px;
	}
	
	div.news div.catinfo {
		float: left;
	}
	
	div.news div.morelink {
		float: right;
		font-weight: bold;
	}
	
	
	
div.news-single-item {
	text-align: justify;
}
   










.content.right ul.start_newsbox {
					 width: 198px;
				    	height: auto;
				    
				    	display: inline;
				    
					padding: 0px;
					margin: 0px -2px 0px 0px;
					

					border-width: 0px;
					
					list-style: none;

float: left;
				}
				  
					  	.content.right ul.start_newsbox  li {
							width: 198px;
							
							display: block;
							
							padding: 5px;
							margin: 0px;
							
							color: #000000;
							font-size: 12px;
							background-position: bottom;
							background-repeat: repeat-x;
							
							text-align: center;
						}

.content.right ul.start_newsbox  li.heading {
	text-transform: uppercase;

	border-bottom: 1px solid black;
}
