body {
	background-color: #dff4f6;
	background-image: url("backswirl2.png");
	background-repeat: no-repeat;
	background-position: top left;
	color: #999999;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 18pt;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-top: 50px;
	padding-left: 20px;
}

h1 {
	padding: 5px 3px 5px 0px; 
	background-color: #60c7d3; 
	color: #ffffff; 
	font-size: 22pt; 
	line-height: 110%; 
	font-weight: 100; 
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 0px;
/*	width: 200px; */
	margin-bottom: 10px;
	display: block; 
	text-align: left;
}

h1 em {
	display: block; 
	color: #333333; 
	font-size: 24pt; 
	font-style: normal; 
	font-weight: 100;
}


span {
	width: auto;
	background-color: #ffffff;
	margin-left: 105px;
	padding-top: 5px;
	padding-right: 5px;
    padding-bottom: 5px;
	padding-left: 5px;
    line-height:120%
    font-weight:150;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 0px;
}

hr.clear {
	margin: 0px;
	padding: 0px;
	height: 0px;
	background-color: transparent;
	border-width: 0px;
	display: block;
	clear: both;
	visibility: hidden;
}

#bright {
	text-decoration: none; 
	padding: 2px 8px; 
	margin-left: -8px; 
	margin-right: -8px;
	border-bottom: 0px; 
	text-decoration: none; 
	color: #60c7d3;
}