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

/* Retire location */

#retirelocationtitle{
	position: absolute;
	top: 15px;
	left: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c70000;
}

#retirelocationtxt{
	position: absolute;
	top: 45px;
	left: 6px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

#retirelocationtxt strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}

#retirelocationtxt a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c70000;
	text-decoration: none;
}