body {
	font-family: Times New Roman, Times, serif;
	font-size: 11pt;
	text-align: left;
	color: #000;
	background-color: #fff
}
h1 {font-size: 14pt;}
h2 {
	margin-top: 15pt;
	font-size: 12pt;
}
a {
	color: #666;
	text-decoration: underline;
}

#print_header {
	margin-bottom: 1cm;
	font-size: 9pt;
	text-align: left;
	clear: both;
}
#print_footer {
	margin-top: 1cm;
	font-size: 9pt;
	text-align: left;
	clear: both;
}

#content {
	text-align: left;
}

/* Hide the div's and classes that are appropriate for screen only */
#botHelper {display: none;}
#pageMargin {display: none;}
#roof {display: none;}
#office {display: none;}
#contentSidePanel {display: none;}
#menu {display: none;}
#breadCrumbs {display: none;}
#footer {display: none;}

#clear {display: none;}
.dontPrint {display: none;}

/* Business units */
#units {
	margin-top: 20pt;
	clear: both;
}
#units .unit {
	width: 90pt;
	float: left;
	border: none;
}
#units .unit .thumbnail {
	clear: both;
	border: none;
}
#units .unit .thumbnail img {
	margin-left: 0pt;
	margin-right: 5pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
	border: solid 1pt #666;
}
#units .unit .description {
	margin-top:0px;
	font-size: 10pt;
}

/* Business highlights */
#highlights {
	margin-top: 20pt;
	clear: both;
}
#highlights .highlight, #highlights .highlightTopRow {
	width: 90pt;
	float: left;
	border: none;
}
#highlights .title {
	height: 25pt;
}
#highlights .thumbnail {
	clear: both;
	border: none;
}
#highlights .thumbnail img {
	margin-left: 0pt;
	margin-right: 5pt;
	margin-top: 5pt;
	margin-bottom: 5pt;
	border: solid 1pt #666;
}
#highlights .description {
	margin-top:0px;
	font-size: 10pt;
}
#highlightThumbnails .thumbnail {
	margin-left: 0pt;
	margin-right: 2pt;
	margin-top: 0pt;
	margin-bottom: 2pt;
	border: solid 1pt #666;
}

/* Press items */
.item {
	margin-top: 5pt;
}
.thumbnailContainer {
	float: right;
	width: 100pt;
}
.thumbnailContainer img {
	margin-left: 0pt;
	margin-right: 5pt;
	margin-top: 0pt;
	margin-bottom: 2pt;
	border: solid 1pt #666;
	float: right;
}

/* Events */
.eventDescription {
	margin-top: 5pt;
	margin-bottom: 15pt;
}

/* Forms */
form td.field {
	border-bottom: solid 1px #bbb;
}
form .required {
	text-decoration: underline;
}

/* Other */
.small {
	color: #666;
	font-size: 8pt;
}

