﻿body
{
}

/* News Style */

.PrevNext
{
	font-family: Georgia;
	font-size: 12px;
	color: #cf0000;
	font-style:italic;
	text-decoration:underline;
}

.of_TopText
{
	font-family: Georgia;
	font-size: 11px;
	color: #54534a;
	font-style:italic;
}

.of
{
	font-family: Georgia;
	font-size: 10px;
	color: #54534a;
	font-style:italic;
}

.of_Numbers
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.NewsTable 
{
	background-color:#FBFBFB;
	color:#000000;
	border-top: 1px solid #AAAAAA; 
	border-right: 1px solid #AAAAAA; 
	border-left: 1px solid #AAAAAA;
	background-color:White;
}

.NewsTable_alt
{
	background-color:#CCCCCC;
	color:black;
	border-top: 1px solid #AAAAAA; 
	border-right: 1px solid #AAAAAA; 
	border-left: 1px solid #AAAAAA;
	
}

.NewsTable_hover
{
	background-color:#CC0000;
	cursor:pointer;	
	color:white;
}

.DatePublished
{
	font-family:Georgia;
	font-style:italic;
	font-size:12px;
	padding-top:6px; 
	padding-bottom:6px;
	width:27%; 
	text-align:center; 
	border-right: 1px solid #AAAAAA;
}

.Headline
{
	font-family:Arial;
	font-size:12px;
	padding-top:6px; padding-bottom:6px;
}

/* ArticleDetail */
.HeadlineDetail
{
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#C99133;
}

.ArticleInfo
{
	font-family:Georgia, Arial;
	font-size:12px;
	color:#000000;
		
}

.PrevNextArticle
{
	font-family:Georgia,Arial;
	font-size:12px;
	text-decoration:underline;
	color:White;	
	font-weight:normal;
	font-style:italic;
}
