﻿.LatestNewsDialog
{
	border-width:1px;
	border-color:Black;
	border-style: solid;
}
.LatestNewsHeader
{
	background-color: #2E2E64;
	color: White;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	font-family: Verdana;
	text-decoration: underline;
}
.LatestNewsContent
{
	background-color: White;
	font-size: 12px;
	font-family: Verdana;
	padding: 0px 10px 0px 10px;
}
.ExternalContent
{
	overflow:visible;
	width:500px;
	height:400px;
}
.LatestNewsFooter
{
	background-color: #909090;
	color: White;
	cursor: pointer;
	font-size: 10px;
	font-family: Verdana;
	text-align: center;
}
