a:link, a:visited, a:active
{
	font-family: arial,helvetica,sans-serif;
	/*font-size: 12pt;
	font-weight: bold;*/
	color: #000;
	text-decoration: underline;
}

a:hover
{
	font-family: arial,helvetica,sans-serif;
	/*font-size: 12pt;
	font-weight: bold;*/
	color: #E20A16;
	text-decoration: underline;
}


a.small_light:link, a.small_light:visited, a.small_light:active
{
	font-family: arial,helvetica,sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #6C8F4D;
	text-decoration: none;
}

a.small_light:hover
{
	font-family: arial,helvetica,sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #6C8F4D;
	text-decoration: underline;
}

a.text:link, a.text:visited, a.text:active
{
	font-family: arial,verdana,sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #6C8F4D;
	text-decoration: none;
}

a.text:hover
{
	font-family: arial,verdana,sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #6C8F4D;
	text-decoration: underline;
}