@charset "UTF-8";
/* CSS Document */

a:link {
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FABA17;
}
a:hover {
	text-decoration: underline;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FABA17;
}
a:visited {
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FABA17;
}
a:active {
	text-decoration: underline;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FABA17;
}

a.link2:link {
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FABA17;
}
a.link2:hover {
	text-decoration: underline;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FABA17;
}
a.link2:visited {
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FABA17;
}
a.link2:active {
	text-decoration: underline;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FABA17;
}

.txt{
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
