.pageHeader {
	font-family: 'Myriad Pro', Myriad, Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: rgb(80, 80, 80);
	padding-left: 5px;
}
	
.buttonArea {
	background-color: white;
	height: 30px;
}

.note {
	font-size: 8pt;
	line-height: 1.5em;
	}

.note div {
	border: 1px solid rgb(200, 200, 255);
	background: white;
	padding: 2px 10px;
	margin-left: 35px;
	}

.terms_links {
	font-family: Verdana, sans-serif;
	font-size: 8pt;	
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
	
.terms_links a {
	color: rgb(100, 100, 150);
	text-decoration: underline;
	}
	
#terms {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	line-height: 1.5em;
	color: rgb(50, 50, 50);
	margin: 5px;
	padding: 0 20px;
	border: 1px solid rgb(200, 200, 255);
	}
	
#terms h1 {
	font-size: 10pt;
	font-weight: bold;
	}
	
#terms h1.company {
	font-size: 11pt;
	
	}

#terms h2 {
	font-size: 8pt;
	padding: 10px 0px 0px 0px;
	line-height: 1em;
	}
