﻿.newsArea
{
	padding: 5px;
}
.newsArea .title
{
    font-size: 12pt;
    color: #9f0c29;
    padding-bottom: 8px;
}

.newsArea img
{
    vertical-align: middle;
}

.newsArea .alignRight
{
    float: right;
}

.newsLeft
{
	float: left;
	width: 270px;
	margin-right: 6px;
}

.newsRight
{
	float: left;
	width: 270px;
}

.newsMain
{
	height: 290px;
}

.newsSummary
{
	height: 150px;
}

.newsItem
{
	padding: 15px;
	padding-top: 5px;
}
.newsItem .titleArea
{
    margin-bottom: 10px;
}

.newsItem .title
{
    font-size: 12pt;
    color: #9f0c29;
    font-weight: bold;
}

.newsItem .date
{
    font-size: 8pt;
    color: #ccc;
}

.newsItem .storyArea
{
}


