/* TYPE */

.arialEleven {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
}

.leftBlueHappening {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	padding-left: 19px;
}

.arialThirteen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;

}

.subHeadRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #663300;
}
.subHeadBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #5787A2;
}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 16px;
}

.leftBlueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 19px;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 16px;
	padding-right: 16px;
}

/* IMAGES */


#textTop {
	background-image: url(images/text-top.gif);
	background-repeat: no-repeat;
}

#textTopOKC {
	background-image: url(images/text-top-okc.gif);
	background-repeat: no-repeat;
}

#textTopKaty {
	background-image: url(images/text-top-katy.gif);
	background-repeat: no-repeat;
}

#textTopLJ {
	background-image: url(images/text-top-lake-jackson.gif);
	background-repeat: no-repeat;
}

#textTopSteeplechase {
	background-image: url(images/text-top-steeplechase.gif);
	background-repeat: no-repeat;
}

#textTopFriendswood {
	background-image: url(images/text-top-friendswood.gif);
	background-repeat: no-repeat;
}

#textTopConroe {
	background-image: url(images/text-top-conroe.gif);
	background-repeat: no-repeat;
}

#textTopBryan {
	background-image: url(images/text-top-bryan.gif);
	background-repeat: no-repeat;
}

#textTopHuntsville {
	background-image: url(images/text-top-huntsville.gif);
	background-repeat: no-repeat;
}


/* GENERAL */

BODY { 
     background-image: url("images/background.gif"); 
     background-color: #FFFFF5; 
}

H1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	margin: 0pt;
	padding-left: 16px;
	color: #5787A2;
}

.border {
	display: inline-block;
	border-color: #9DD3DF;
	border-width:3px;
	margin-left: 12pt;

}

/* SPACING */

.marginRight {
	margin-right: 10pt;
}

.marginLeft {
	margin-left: 12pt;
}

.bothSides {
	margin-left: 12pt;
	margin-right: 7pt;
}
