/* Default CSS Stylesheet for a new Web Application project */


A.LastNews
{
	font-weight: normal;
	background-color: Transparent;
	display: inline-table;
}
A.LastNews:hover
{
	background-color: White;
	font-weight: bold;
}
.tablinks
{
	display: block;
	padding: 10px;
	border: solid 1px gray;
	text-decoration: none;
	font-size: 10pt;
	font-family: tahoma;
	color: white;
	background-color: #53595c;
	text-align: left;
}
.tablinks:hover
{
	color: #fc7216;
	background-color: white;
}
.tablinksSelected
{
	background-color: Orange;
	color: #53595c;
	display: block;
	padding: 10px;
	border: solid 1px gray;
	text-decoration: none;
	font-size: 12pt;
	font-family: Arial;
	text-align: center;
}

