﻿/* News Area */
.NewsAreaTitle
{
	color: #980716;
	font-size: 1.2em;
	font-weight: bold;
}

.NewsAreaDate
{
    font-size: 0.8em;
    color: #000000;
}

.NewsAreaExcerpt
{
    font-size: 1em;
    color: #000000;
}

/* Story (number) links */ 
.NewsAreaStoryLink
{
    background-color:#EDF2F6;
    text-decoration:none;
    color:#4B4B4B;
}
.NewsAreaStoryLinkSelected
{
    background-color:#D4DFE7;
    text-decoration:none;
    color:#4B4B4B;
}

.NewsAreaPlayPause
{
	color: #980716;
	font-weight: bold;
}

/* Blog Area */
.BlogAreaDate
{
    font-size: 0.8em;
    color: #4B4B4B;
    font-weight: bold;
    vertical-align:bottom;
}

.BlogAreaTitle
{
    font-size: 1em;
    color: #1E2159;
    font-weight: bold;
}

.BlogAreaStory
{
    font-size: 1em;
    color: #000000;
}

.BlogAreaMiddleHR
{
	width: 99%;
	border: 1px dashed #BABABA;
	border-style: none none dashed;
	background-color: #FFFFFF;
}

/* Hot Topics */
a.HotTopicsAreaLink:link, a.HotTopicsAreaLink:visited, a.HotTopicsAreaLink:active, a.HotTopicsAreaLink:hover
{
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}

/* Office Directory */
.ContactSearchButton
{
	font-size: 0.8em;
	font-weight: bold;
}

.ContactAreaName, .ContactAreaTitle, .ContactWorkPhone, .ContactAreaFax, .ContactAreaEmail
{
	font-size: 1em;	
}

.ContactUnitName
{
	font-size: 1em;
	font-weight: bold;
}

.ContactAreaEmailLink
{
	/*color: #980716;*/
}

.ContactAreaVCard
{
	/*color: #980716;
	font-size: 0.8em;*/
}