/*** link section ****/
a:link, a:visited{
	color: #FFF;
	background-color: transparent;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}
a:hover{
	color: #000;
	background-color: transparent;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}
a.menu_link:link, a.menu_link:visited{
	color: #2290A9;
	background-color: transparent;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}
a.menu_link:hover{
	color: #000;
	background-color: transparent;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}
a.sub_link:link, a.sub_link:visited{
	color: #718519;
	background-color: transparent;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}
a.sub_link:hover{
	color: #000;
	background-color: transparent;
	font-size: 9px;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}
/*** end link section ***/
