﻿

	
	/* CONTROL CONTAINER */
	.newsPresenterContainer {
		width:				100%;
		margin-bottom:		5px;
	}
	
	
	
	/* HEADER */
	.newsPresenterHeader {
		height:				0px;
		vertical-align:		top;				
	}
	
	.newsPresenterHeaderTitle {
		font-size:			0px;
		color:				Black;
		font-weight:		bold;		
	}
	
	.newsPresenterHomeLink {
		
	}
	
	.newsPresenterArticlesContainer {
		
	} 
	
	
	/* ARTICLE CONTAINER */
	.newsPresenterArticleDate {
		color:				Black;
		font-weight:		bold;
		font-size:			95%;
		display:			block;
		text-decoration:	none;
	}
	
	.newsPresenterArticleTitle, .newsPresenterArticleTitle A, .newsPresenterArticleTitle A:Link, .newsPresenterArticleTitle A:Active, .newsPresenterArticleTitle A:Visited {
		color:				white;
		font-size:			18px;
		font-weight:		bold;
		display:			block;
		text-decoration:	none;
	}
		
	.newsPresenterArticleContent {
		padding-top:10px;
		font-size:11px;
		color:				Black;					
	}
	
	.newsPresenterArticleReadmoreLink, .newsPresenterArticleReadmoreLink A, .newsPresenterArticleReadmoreLink A:Link, .newsPresenterArticleReadmoreLink A:Active, .newsPresenterArticleReadmoreLink A:Visited {
		color:				White;
		font-weight:		bold;
		text-decoration:	none;
	}
	
	.newsPresenterArticleReadmoreLink A:Hover {
		text-decoration:	underline;
	}
	
	
	
	/* PAGER */
	.newsPresenterPager table {
		border:				0px;
		width:				100%;
		background-color:	#f37a1f;
	}
	.newsPresenterPager table td {
		height:				20px;
		padding:			15px;
		text-align:			center;
		border:				0px;
		vertical-align:		middle;
	}
	
	.newsPresenterPager A, .newsPresenterPager A:Link, .newsPresenterPager A:Active, .newsPresenterPager A:Visited {
		color:				White;
		font-weight:		bold;
	}
