#bannerTitle, #bannerTitleHomePage, .bannerTitleFont {
	font-family:"Adobe Garamond Pro","Constantia","Times New Roman",Times,serif;
	color:white;
}

/* FIXME Use this in ideatreeLogo.html? */
#bannerTitle, #bannerTitleHomePage {
	position:relative;
	font-size:24pt;
	letter-spacing:0.5em;
}
@media all and (max-width:479px) {
#bannerTitle, #bannerTitleHomePage {
	letter-spacing:0.18em;
}

/* FIXME these are all duplicated in style.css, which isn't loaded on the signin page.  Do that and remove from here. */
.yellowBackground {
	background-color:#F3F781;
}
.four60width {
	width:460px;
}
.centeredMargins {
	margin:0 auto;
}

.left18 {
	left:18px;
}
.leftNeg42 {
	left:-42px;
}
.floatLeft{
	float:left;
}
.dispInline{
	display:inline;
}
.posAbsolute{
	position:absolute;
}
.posRelative {
	position:relative;
}
.colorWhite {
	color:white;
}
.letterSpaceOneHalf {
	letter-spacing:0.5em;
}
.sizeText150percent {
	font-size:150%;
}
