h1{
	font-size: 10pt;
	font-weight:bold;
}

.ActionButton{
	color:var(--FontColor-light);
	text-decoration:none;
	margin-bottom:20px;
}

#GreetingsBox{
	margin-bottom:20px;
	padding:20px;
	padding-top:40px;
	border:solid 1px #cecece;
}

.PTBOX{
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	width:330px;
	margin-bottom:25px;
	align-items: center;
	padding-top:20px;
	border:solid 1px #CECECE;
	border-radius:3px;
}

.PTBOXContent{
	display:flex;
	flex-direction: column;
}

.PTBOXC2AButton{
	background-color: #da0900;
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 4px;
	border: solid 1px #8e0000;
}

.PTBOXPicture{
	width:260px;
	height: 200px;
}

.PTBOXText{
	width:260px;
	margin-top:5px;
	margin-bottom:10px;
}