/* News Section */	

ul.news {
	overflow: hidden;
	width: auto;
}

	ul.news li {
		border-bottom: 2px #99CCFF solid;
		margin-bottom: 5px;
		padding-bottom: 5px;
		width: auto;
	}
	
		ul.news li.last {
			border: none;
			margin-bottom: 0;
			padding-bottom: 0;	
		}
		
		ul.news li p strong {
			display: block;
			margin-bottom: 5px;
		}
	
			ul.news li p a {
				color: #333399 !important;
				text-align: justify;
				text-decoration: none;
			}	

				ul.news li p a:hover {
					text-decoration: underline;
				}	
	
		ul.news li p em {
			color: #333399;
			display: block;
			font-size: 11px;
			text-align: right;
		}
		
/* News Show Section */

div.newsShow {
}
	
	div.newsShow p {
		text-align: justify;
	}

		div.newsShow p img {
			float: right;
			height: 300px;
			padding: 0 0 0 10px;
			width: 350px;
		}

	div.newsShow em {
		color: #99CCFF;
		display: block;
		margin: 10px 0;
		text-align: right;
	}			
