﻿.News
{
}

.News .Header
{
	border-top: dashed 1px Gray;
	border-bottom: dashed 1px Gray;
	width: 100%;
}

.News .Header .HeaderText
{
	color: #152C79;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	text-decoration: none;
}

.NewsList
{
}

.NewsList .NewsFrame
{
	padding: 10px 20px 0px 15px;
}

.NewsFrame .Header
{
	border-top: dashed 1px Gray;
	border-bottom: dashed 1px Gray;
}

.NewsFrame .Header .HeaderText
{
	color: #152C79;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	text-decoration: none;
}

.NewsBox
{
}

.NewsBox .NewsEntryHeader
{
	color: #152C79;
	font-weight: bold;
	font-size: 10px;
	text-transform: none;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}


.NewsBox .NewsEntryBody
{
	color: #152C79;
	font-size: 10px;
	text-transform: none;
	text-decoration: none;
	padding: 0px 0px 4px 5px;
}

.NewsBox .NewsEntryTitle
{
	color: #152C79;
	font-size: 10px;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 0px 4px 5px;
}


.NewsEntryBody .NewsLink
{
	color: #152C79;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;
}
.NewsItem
{
}

.NewsBox .LT
{
	background: Url(/nutrinews/Images/PNG/News/NewsBox_LeftTop_round.png) no-repeat top left;
}
.NewsBox .RT
{
	background: Url(/nutrinews/Images/PNG/News/NewsBox_RightTop_round.png) no-repeat top right;
}
.NewsBox .LB
{
	background: Url(/nutrinews/Images/PNG/News/NewsBox_LeftBottom_round.png) no-repeat bottom left;
}
.NewsBox .RB
{
	background: Url(/nutrinews/Images/PNG/News/NewsBox_RightBottom_round.png) no-repeat bottom right;
}

