.CallToAction{
	color:#000000;
	width: 450px;
	background-color: #FFFF99;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding: 1em;
	margin-left: 35px;
	text-align: center;
}
.CallToAction a {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.Emphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #262937;
	font-style: italic;
}
#HTMLOptions1 {
	background-color: #FFFFCC;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin dotted #CCCCCC;
	font-size: 10px;
}
