body {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	background-color:#ffffff;
	margin-top:0;
	margin-left:0;	
}

th {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.border {
	border: solid 1px;
	border-top-color: #0066FF;
	border-right-color: #0066FF;
	border-bottom-color: #0066FF;
	border-left-color: #0066FF;
}
.pipe {
	color: #006DA9;
	font-weight: bold;
}
.td-top {
	border-top-color: #0066FF;
	border-top-style: solid;
	border-top-width: 1px;
}

.TOC-left {
	background-color:#BFBFFF;
	font-size: 14px;
	padding-left: 0px;
	padding-right: 5px;
	width: 210px;
	position:absolute;
	left: 1px;
	height: 850px;
	float: right;
	padding-top: 10px;
	cursor: hand;
	clear:both;
	display: none;
}
.content {
	height:700px;
	clear:both;
	
}
.noprint {
display:none;
}

p, td, li {
	font-size: 14px;
}

.body {
	background-color:#FFFFFF;
	margin-left:10px;
	margin-top: 5px;
	top: 0px;
	padding-right: 20px;
	height: 860px;
	width: 90%;
	font-size: 14px;	
	display: table;
}

.header_bg {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 24px;
	vertical-align: bottom;
	background-image: url(osp_watercolor.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-weight: bold;
}

.help-toc-header {
    font-weight: bold;
    padding-top: 6px;
		display:none;
}

.help-toc-topic {
	margin-left: 24px;
	display:none;
	text-decoration: none;
}

.help-toc-current {
	background-color: #ffffff;
	font-style: italic;
	display:none;
	text-decoration: none;
}

.help-toc-bullet {
	margin-left: 0px;
	margin-right: 6px;
	width: 18px;
	float: left;
	text-align: right;
	display:none;
	text-decoration: none;
}

.help-toc-printlink-top {
    border-bottom: 1px solid black;
    padding-bottom: 6px;
    margin: 0px 6px 0px 6px;
		display:none;
}

.help-toc-printlink-bottom {
    border-top: 1px solid black;
    padding-top: 6px;
    margin: 0px 6px 12px 6px;
		display:none;
}
.footer-help {
	clear:both;
	border-top: 1px solid #CCC;
	font-size: 70%;
	margin: 6px 0 0;
	padding: 4px 0 0 15px;
	margin-top:25px;
	font-style: italic;
}

.nodeco {
	text-decoration: none;
}
.header1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #999999;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
	color: #000000;
}
.header2 {

	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	background-color: #999999;
	border-top: 1px solid;
	border-top-color: #000000;
}

.header3 {

	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
}

.help-toc-sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 25px;
	display:none;
}

.help-caption {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	text-align:center;
}
ul {
	list-style-image: url(bullet.gif);
}
.top {
	font-size: 12px;
}
.emp-letter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #6600CD;
}
.example {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
}
.header4 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
#navigation, #helptools {
	display:none;
	font-family: "MS Trebuchet";
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#fff;
    color:#006DA9;
    text-decoration:none}

a.info:hover{z-index:25}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
	display:none;
	position:absolute;
	top:3em;
	left:-5em;
	width:10em;
	border:1px solid #000000;
	background-color:#F5F8B1;
	color:#000;
	text-align: center;
	filter:alpha(opacity=90); -moz-opacity:.90;	opacity:.90;
	font-size: 12px;
	line-height: 95%;
	padding: 1;
}
.help-toc-current, help-toc-topic, help-toc-bullet, help-toc-sub {display:none}
