﻿body
{
	font-size: 12px;
	font-family: Calibri, 'Century Gothic' , Arial, Verdana;
	color: dimgray;
}

div#newsbg
{
	border-color: #333;
	border-style: dotted;
	border: 1px;
	display: block;
	margin: 5px;
	background-color: #F1F1F1;
}

div#newsaltbg
{
	border-color: #333;
	border-style: dotted;
	border: 1px;
	display: block;
	margin: 5px;
	background-color: #F8F8F8;
}

.txttitle
{
	font-weight: bold;
	font-size: 12px;
	color: White;
	background-color: Green;
	display: block;
	height: 15px;
	padding: 5px;
}

.txtbody
{
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 2px;
	padding: 5px;
}

.txtdate
{
	font-weight:bold;
	font-size: 11px;
	color: Black;
	text-decoration: none;
	margin: 0px;
	margin-left: 10px;
	padding-bottom: 10px;
}

hr
{
	height: 1px;
	color: #cccccc;
}
