body {
	color: #666666;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
h1 {
	font-size: 18px;
	text-align: center;
	padding-bottom: 15px;
	color: #075EA3;
	padding-top: 15px;
	border-bottom: 3px ridge #075EA3;
}
h2 {
	font-size: 16px;
	padding-bottom: 6px;
	color: #075EA3;
	padding-top: 6px;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #666666;
}
h3 a {
	text-decoration: underline;
	color: #333333;
}
li {
	margin-bottom: 4px;
	margin-left: -10px;
}

.wrapper {
	margin: auto;
	width: 680px;
	position: relative;
	left: auto;
	right: auto;
}
.plainText {
	font-size: 1.4em;
}
.button {
	padding: 1px 12px;
}
.calloutbox {
	margin: 25px auto;
	border: 0px solid #EBEBEB;
	color: #ffffff;
	width: 350px;
	padding: 10px;
	text-align: left;
	border: 3px solid #EBEBEB;
	font-size: 14px;
	position: relative;
}
.calloutbox-double {
	font-size: 1.4em;
	background-color: #EBEBEB;
	margin: auto;
	padding: 8px;
	width: 70%;
	position: relative;
	left: auto;
	right: auto;
	border: 3px double #999999;
}
.calloutbox-dotted {
	font-size: 1.5em;
	background-color: #EBEBEB;
	margin: auto;
	padding: 8px;
	width: 70%;
	position: relative;
	left: auto;
	right: auto;
	border: 2px dotted #666666;
	font-style: italic;
	color: #666666;
}
.calloutbox-right {
	font-size: 1.4em;
	background-color: #EBEBEB;
	padding: 8px;
	width: 230px;
	position: relative;
	left: auto;
	right: auto;
	border: 2px dotted #666666;
	font-style: italic;
	color: #666666;
	float: right;
	margin: 0px 0px 12px 12px;
}
.orange
{
	color: #F3A509;
}
.orange-background
{
	background: #FFDC52;
}
.purple {
	color: #660099;
}
.purple-background
{
	background: #660099;
}
.green {
	color: #339900;
}
.green-background {
	background: #74DD82;
}
.blue {
	color: #075EA3;
}
.blue-background {
	background: #075EA3;
}
.charcoal {
	color:#666666;
}
.charcoal-background {
	background-color: #666666;
}
.light-grey {
	color: #EBEBEB;
}
.light-grey-background {
	background-color:#CCCCCC
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}

