/************************************************/
/*news title			*/
/************************************************/
a.newstitle:link
{
	text-decoration: none;
	color:#747474;
}

a.newstitle:visited
{
	text-decoration: none;
	color:#747474;
}

a.newstitle:hover
{
	text-decoration: none;
}

/************************************************/
/*homepage			*/
/************************************************/
a.homepage:link
{
	text-decoration: none;
	color:#ff0000;
}

a.homepage:visited
{
	text-decoration: none;
	color:#ff0000;
}

a.homepage:hover
{
	text-decoration: underline;
}

/************************************************/
/* topmenu			*/
/************************************************/
a.toplink:link
{
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a.toplink:visited
{
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

a.toplink:hover
{
	font-size: 11px;
	color: #00b6dd;
	text-decoration: none;
}

a.toplinkactive:link, .toplinkactive
{
	font-size: 11px;
	color: #00b6dd;
	text-decoration: none;
}

a.toplinkactive:visited, .toplinkactive:visited
{
	font-size: 11px;
	color: #00b6dd;
	text-decoration: none;
}

a.toplinkactive:hover, .toplinkactive:hover
{
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
