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

#apDiv1greeting{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 20px;
	width: 610px;
}
div a strong{
	border: 2px solid #FFF;
	padding: 5px;
	color: #FFF;
	background-color: #c9264c;
	text-decoration: none;
}

div a:hover strong{
	border: 2px solid #FFF;
	padding: 5px;
	color: #FFF;
	background-color: #F90;
	text-decoration: none;
}
