body {
	font-family: Myriad, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #999999;
	text-align: center;
	min-width: 784px;
}

/* Named Containers */

/* index.htm */
#homeScreen {
	width: 760px;
	height: 410px;
	margin: 0 auto;
}
#homeContainer {
	width: 760px;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
}
#footer {
	width: 784px;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 8pt;
	line-height: 10pt;
}
#leftIdentifyAudiences, #rightIdentifyAudiences, #leftGainAccess, #rightGainAccess, #leftConvertClose, #rightConvertClose, #leftBuildPreference, #rightBuildPreference {
	color: #FFFFFF;
}
#identifyAudiences, #gainAccess, #convertClose, #buildPreference, #identifyAudiencesText, #gainAccessText, #convertCloseText, #buildPreferenceText {
	color: #999999;
}

/* identify_audiences.htm */

#secondaryContainer {
	width: 784px;
	margin: 0 auto;
}

/* Custom Classes */

/* index.htm */
.homeHeading {
	display: inline;
	font-size: 14pt;
	font-weight: normal;
}
.headingCell {
	white-space: nowrap;
	width: 190px;
	text-align: center;
}
.contentCell {
	width: 190px;
	padding: 12px;
	text-align: justify;
	border-right: dotted #999999 1px;
	vertical-align: top;
}
.homeText {
	display: inline;
}
a.homeLink:link {
	color: #999999;
	text-decoration: none;
}
a.homeLink:visited {
	color: #999999;
	text-decoration: none;
}
a.homeLink:focus {
	color: #999999;
	text-decoration: none;
}
a.homeLink:hover {
	color: #FF6633;
	text-decoration: none;
}
a.homeLink:active {
	color: #999999;
	text-decoration: none;
}

/* identify_audiences.htm */
.leftImages {
	margin-top: 3px;
}
.rightImages {
	margin-top: 3px;
	margin-left: 7px;
}

/* sem.php */
.leftColumn {
	vertical-align: top;
	font-weight: bold;
	padding: 10px;
}
.rightColumn {
	text-align: left;
	padding-top: 10px;
}

/* site_map.php */
.stepOne {
	margin-left: 10px;
}
.stepTwo {
	margin-left: 20px;
}