BODY {
	background: #006;
	margin: 25px 0px 0px 0px;
	font-size: 18px;
	color: #fff;
}

TABLE.content {
	background-color:#669;
	border:1px solid #fff;
	padding: 10px 30px 30px 30px;
	
}

TABLE.news {
	margin-bottom: 20px;
}

TH {
	padding-right: 20px;
	vertical-align:top;
	text-align:left;
}

INPUT, TEXTAREA {
	margin-bottom:6px;
}

.data {
	padding-bottom:10px;
}


P {
	text-align:justify;
}

TD.main {
	padding: 0px 25px 25px 25px;
}

.title
{
	margin-bottom: 16px;
	
}

IMG.menu_item {
	margin-bottom:13px;
}

a {
	color: #fff;
	text-decoration:none;
}
a:hover{
	color: #fff;
	text-decoration:underline;
}


.newsTitle
{
	font: bold 80%/140% Arial, sans serif;
	color: #4a4444;
}
.newsDate
{
	font: 60%/100% Arial, sans serif;
	color: #4a4444;
}
.newsText
{
	padding: 10px 0px 20px 0px;
	font: 70%/140% Arial, sans serif;
	color: #4a4444;
}


