/*  Border Links Container  */
#border
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #313744;
	text-align: center;
	margin-bottom: 20px;
	overflow: auto;	
}
#border a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-align: center;
	font-weight: bold;
	color: #A3473A;
	text-decoration: underline;
	margin-bottom: 20px;
	overflow: auto;
}
#border a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;	
	color: #8d6f4b;
	margin-bottom: 20px;
	overflow: auto;
}
#border a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;	
	color: #939AAA;
	margin-bottom: 20px;
	overflow: auto;
}