/*  Border Links Container  */
#borderfont
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #716F99;
	text-align: center;
}
#borderfont a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;	
	text-align: center;	
	font-weight: bold;
	color: #716F99;
	text-decoration: underline;
}
#borderfont a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;	
	text-align: center;	
	font-weight: bold;
	text-decoration: underline;	
	color: #D59B36;
}
#borderfont a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;	
	text-align: center;	
	font-weight: bold;
	text-decoration: underline;	
	color: #000000;
}
