body {
	margin: 0px;
	background-color: #999999;

}
.framer {
	border: 2px solid #999999;
	background-color: #FFFFFF;

}
.wordsBelow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	color: #686F70;
	letter-spacing: 1pt;
	vertical-align: top;
	padding-top: 12px;
	padding-left: 39px;
	padding-right: 100px;
}
.wordsBelow strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #686F70;
	letter-spacing: 1pt;
	font-weight: bold;
}
a:link, a:visited {
	color: #009DE9; /*/ was 00A0C6, then 1896B5  /*/
	text-decoration: none;
}
a:hover, a:active {
	color: #AFB5B7;
	text-decoration: none;
}
.inviso {
	display: none;
}
.words {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #686F70;
	vertical-align: top;
	padding-top: 0px;
	padding-left: 22px;
	padding-right: 22px;
	padding-bottom: 0px;
	line-height: 18px;
}
.wordsSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #686F70;
	vertical-align: top;
	line-height: 18px;
}
.reverse {
	color: #009DE9;
}
.reverse a:link, .reverse a:visited {
	color: #686F70;
	text-decoration: none;
}
.reverse a:hover, .reverse a:active {
	color: #009DE9;
	text-decoration: none;
}.scrollArea {
	padding-left: 10px;
}
.wordsTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #686F70;
}
.wordsNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #686F70;
	line-height: 18px;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;	vertical-align: middle;
}
.subnav a:link, .subnav a:visited {
	color: #AFB5B7;
	text-decoration: none;
}
.subnav a:hover, .subnav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #686F70;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: default;
	right: 0;
	top: 0;
	height: 100%;
	background: url(../assets/scroller_track.gif) repeat-y;
}
.jScrollPaneDrag {
	position: absolute;
	background: url(../assets/scroller_drag_middle.gif) no-repeat 0 50%;
	cursor: default;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: url(../assets/scroller_drag_top.gif) no-repeat;
	height: 4px;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: url(../assets/scroller_drag_bottom.gif) no-repeat;
	cursor: default;
	height: 4px;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 7px;
	background: url(../assets/scroller_arrow_up.gif) no-repeat 0 0;
	cursor: default;
}
a.jScrollArrowUp:hover {
	background-position: 0 -20px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 7px;
	background: url(../assets/scroller_arrow_down.gif) no-repeat 0 0;
	cursor: default;
}
a.jScrollArrowDown:hover {
	background-position: 0 -20px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -40px;
}
.holder {
	float: left;
	margin: 0px;
}
.scroll-pane {
	width: 437px;
	overflow: auto;
	float: left;
	height: 200px;
	padding-left: 22px;
	margin: 0px;
}
.scroll-panePortfolio {
	width: 437px;
	overflow: auto;
	float: left;
	height: 138px;
	padding-left: 22px;
	margin: 0px;
}
.scroll-panePeople {
	width: 437px;
	overflow: auto;
	float: left;
	height: 82px;
	padding-left: 22px;
	margin: 0px;
}
#flashHolder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	background-position: center;
	height: 200px;
	width: 798px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

