@charset "utf-8";
.text {
	font-family: tahoma;
	font-size: 12px;
	color: #0D9FE2;
}


a.hyperlink:link 		{
	color: #FFFF00;
	text-decoration: none;
	font-size: 12px;
	font-family: Tahoma;
	font-style: normal;
}

a.hyperlink:visited		{
	color: #FFFF00;
	text-decoration: none;
	font-size: 12px;
	font-family: Tahoma;
	font-style: normal;
}

a.hyperlink:active		{
	color: #0D9FE2;
	text-decoration: none;
	font-size: 12px;
	font-family: Tahoma;
	font-style: normal;
}

a.hyperlink:hover		{
	color: #0D9FE2;
	text-decoration: none;
	font-size: 12px;
	font-family: Tahoma;
	font-style: normal;
}