@charset "utf-8";
/* CSS Document */

a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration:underline;
}

a.left:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.left:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a,left:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000;
	text-decoration:underline;
}


a.top:link {
	font-family:"Times New Roman", Times, serif;
	font-size:14px; color:#FFF;
	font-weight: bold;
	text-decoration: none;
}
a.top:visited {
	font-family:"Times New Roman", Times, serif;
	font-size:14px; color:#FFF;
	font-weight: bold;
	text-decoration: none;
}
a.top:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:14px; color:#FFF;
	font-weight:bold;
	text-decoration:underline;
}
