﻿body {
}
a.menu:link
{
	color: black;
	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}
a.menu:visited
{
	color: black;
	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}
a.menu:focus
{
	color: green;
	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}
a.menu:hover
{
	color: gray;
	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}
a.menu:active
{
	color: Orange;
	text-decoration: none;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}

.title
{
	font-family: Tahoma;
	font-weight: bold;
	color: #005268;
	font-size: 11px;
}
.desc
{
	font-family: Tahoma;
	font-weight: bold;
	color: #4f4f4f;
	font-size: 11px;
}
.footer
{
	font-family: Tahoma;
	font-weight: normal;
	color: #00799a;
	font-size: 11px;
	text-decoration:none;
}
.comment
{
	font-family: Tahoma;
	font-weight: normal;
	color: Red;
	font-size: 11px;
	text-decoration:none;
}
.descIdea
{
	font-family: Tahoma;
	font-weight: normal;
	color: #4f4f4f;
	font-size: 12px;
}
.newsSection
{
	font-size: 11px;
	font-family: Tahoma;
	color: Black;
	font-weight: normal;
}


.textSection
{
	font-size: 11px;
	font-family: Tahoma;
	color: #606060;
	font-weight: normal;
}