.normalText
{
	font: 12px Tahoma, Geneva, Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #404040;
}

.normalBold
{
	font: 14px Tahoma, Geneva, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #404040;
}

a:link
{
	text-decoration: none;
	color: #0079a9;
	font-weight: bold;
	background-color: inherit;
}

a:visited
{
	color: #559FFF;
	font-weight: bold;
	background-color: inherit;
}

a:hover
{
	text-decoration: underline;
	color: #de7a3f;
	font-weight: bold;
	background-color: inherit;
}

a:active
{
	text-decoration: none;
	color: #404040;
	background-color: inherit;
}
