.doc body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff; 
	width: 100%;
}

.doc table {
	width: 90%; 
	margin-top: .6em;
	margin-bottom: .3em;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #999999;
	background-color: #999999; 
	border-collapse: separate;
}

.doc table th { 
	background: #cccccc; 
	vertical-align: bottom;
}

.doc table td {
	padding-left: 12px;
	background: #ffffff;
	vertical-align: top;
}

.doc table th, .doc table td { 
	border-style: solid; 
	border-width: 0px 0px 1px 0px;
	border-color: #999999;
	padding: 4px 6px;
}

.doc table th {
	text-align: left;
}

.doc div.header {
	position: relative;
	left: 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #999999;
	background-color: #AEAFB2;
}

.doc div.footer {
    margin-top: 10pt;
}

.doc td.toc 
{
	padding: 5px;
}

.doc div.toc 
{
	overflow: auto;
}

.doc div.toc ul {
	list-style: none;
	padding: 1px 1px 1px 1px;
	margin: 0;
	line-height: 90%;
}

.doc div.toc ul ul 
{
	padding-left: 8px;
}

.doc div.toc ul ul ul
{
	padding-left: 8px;
}

.doc li.section
{
	padding: 1px;
	margin: 1px;
	padding-left: 8px;
	background-image: url("Folder.gif");
	background-repeat: no-repeat;
	zoom: 1;
}

.doc li.topic
{
	padding: 1px;
	margin: 1px;
	padding-left: 8px;
	background-image: url("Page.gif");
	background-repeat: no-repeat;
}

.doc div.toc a {
	cursor: pointer;
	border: 1px solid transparent;
	display: block;
	color: #000000;
	margin-left: 8px;
	padding: 2px 4px 4px 2px;
	text-decoration: none;
}
.doc div.toc a:visited {
	color: #000000;
}
.doc div.toc a:hover {
	border: 1px solid #cccccc;
	background-color: #f1f1f1;
	text-decoration: none;
}

.doc div.body {
	top: 0px;
	padding: 5px 20px 0px 22px;
}

.doc h1, .doc h2, .doc h3, .doc h4, .doc h5 {
	margin-bottom: .4em; 
	margin-top: 1em;
	margin-left: -18px;
}
.doc h1 {
	margin-top: 0em;
}

.doc div.title {
	margin: 10px 0 0;
	padding: 0px 10px 0px 22px; 
}
.doc div.title h1 
{
    margin-top: 0;
    padding-top: 0;
	margin-bottom: .2em;
    font-size: 12pt;
    font-weight: bold;
}
.doc td.header {
    font-style: italic;
}

.doc div.header table p, .doc div.footer table p
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
    
.doc div.header table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	background-color: #AEAFB2; 
}

.doc div.footer table {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	border-collapse: collapse;
	border-style: solid;
	border-width: 0px;
	background-color: White; 
}
.doc div.header table td {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 4px;
	vertical-align: middle;
	border-width: 0px;
	border-style: solid;
	border-color: #999999;
	background: transparent; 
}
.doc div.footer table td {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 4px;
	border-width: 0px;
	border-style: solid;
	background: transparent; 
}
.doc p {
	zoom: 1;
	min-height: 15px;
	margin: .5em 0em .5em 0em;
}
.doc pre	{
	margin-top: .5em;
	margin-bottom: .5em; 
}
.doc hr {
	color: #999999;
	height: 1px;
}
.doc ul {
	margin: .5em 0em 0em 4em;
}
.doc ul li {
	margin-bottom: .5em;
	padding-left: .5em;
	margin-left: 0em;
}
.doc ol {
	margin: .5em 0em 0em 4em;
}
.doc ol li {
	margin-bottom: .5em;
	padding-left: 0em;
	margin-left: .5em;
}
.doc blockquote {
	margin: .5em 0em 0em 2.5em;
}
.doc ul p, .doc ol p, .doc dl p {
	margin-left: 0em;
}
.doc ul p.label, .doc ol p.label {
	margin-top: .5em;
}
.doc dl {
    margin-top: 0em;
    padding-left: 1px;
}
.doc dd {
    font-style: italic;
    margin-bottom: 0em;
    margin-left: 1.5em;
}
.doc dt {
    font-weight: bold;
    margin-top: .5em;
}

.doc a:link {
	color: #0000ff;
}
.doc a:visited {
	color: #0000ff;
}
.doc a:hover {
	color: #3366ff;
}
.doc img {
	border: none; 
}
.error {
	color: Red;
	font-weight: bold;
}
.doc sup, .doc sub	{
	font-size: 90%;
}

.doc table td.keyIcon { 
	padding-left: 12px;
	background-image: url(PrimaryKeyScreen.gif);
	background-repeat: no-repeat;
	background-position: 2px left;
}

.doc tr.startGroup0 td.first { 
	background-color: #99ccff;
	padding-top: 2px;
	padding-bottom: 0px;
	background-image: url(TopTab.gif);
	background-repeat: no-repeat;
	padding-left: 10; 
	background-position: -80px 0;
}

.doc tr.endGroup0 td.first {
	background-color: #99ccff;
	height: 10px;
	background-image: url(BottomTab.gif);
	background-repeat: no-repeat;
	padding-left: 10; 
	background-position: -80px 0;
}

.doc tr.group0 td.first {
	padding-left: 10;
}

.doc tr.startGroup0 td.middle, .doc tr.startGroup0 td.last,
.doc tr.endGroup0 td.middle, .doc tr.endGroup0 td.last {
	background-color: #99ccff;
}

.doc tr.startGroup1 td.first { 
	background-color: #80FF80;
	padding-top: 2px;
	padding-bottom: 0px;
	background-image: url(TopTab.gif);
	background-repeat: no-repeat;
	padding-left: 20; 
	background-position: -70px 0;
}

.doc tr.endGroup1 td.first {
	background-color: #80FF80;
	height: 10px;
	background-image: url(BottomTab.gif);
	background-repeat: no-repeat;
	padding-left: 20; 
	background-position: -70px 0;
}

.doc tr.group1 td.first {
	padding-left: 20; 
}

.doc tr.startGroup1 td.middle, .doc tr.startGroup1 td.last,
.doc tr.endGroup1 td.middle, .doc tr.endGroup1 td.last {
	background-color: #80FF80;
}

.doc tr.startGroup2 td.first { 
	background-color: #FFFF80;
	padding-top: 2px;
	padding-bottom: 0px;
	background-image: url(TopTab.gif);
	background-repeat: no-repeat;
	padding-left: 30; 
	background-position: -60px 0;
}

.doc tr.endGroup2 td.first {
	background-color: #FFFF80;
	height: 10px;
	background-image: url(BottomTab.gif);
	background-repeat: no-repeat;
	padding-left: 30; 
	background-position: -60px 0;
}

.doc tr.group2 td.first {
	padding-left: 30;
}

.doc tr.startGroup2 td.middle, .doc tr.startGroup2 td.last,
.doc tr.endGroup2 td.middle, .doc tr.endGroup2 td.last {
	background-color: #FFFF80;
}

.doc tr.startGroup3 td.first { 
	background-color: #8080FF;
	padding-top: 2px;
	padding-bottom: 0px;
	background-image: url(TopTab.gif);
	background-repeat: no-repeat;
	padding-left: 40; 
	background-position: -50px 0;
}

.doc tr.endGroup3 td.first {
	background-color: #8080FF;
	height: 10px;
	background-image: url(BottomTab.gif);
	background-repeat: no-repeat;
	padding-left: 40; 
	background-position: -50px 0;
}

.doc tr.group3 td.first {
	padding-left: 40;
}

.doc tr.startGroup3 td.middle, .doc tr.startGroup3 td.last,
.doc tr.endGroup3 td.middle, .doc tr.endGroup3 td.last {
	background-color: #8080FF;
}

.doc tr.startGroup4 td.first { 
	background-color: #FF80FF;
	padding-top: 2px;
	padding-bottom: 0px;
	background-image: url(TopTab.gif);
	background-repeat: no-repeat;
	padding-left: 50; 
	background-position: -40px 0;
}

.doc tr.endGroup4 td.first {
	background-color: #FF80FF;
	height: 10px;
	background-image: url(BottomTab.gif);
	background-repeat: no-repeat;
	padding-left: 50; 
	background-position: -40px 0;
}

.doc tr.group4 td.first {
	padding-left: 50;
}

.doc tr.startGroup4 td.middle, .doc tr.startGroup4 td.last,
.doc tr.endGroup4 td.middle, .doc tr.endGroup4 td.last {
	background-color: #FF80FF;
}

.doc img.framed {
	border: solid black 1px;
}

.startGroup0, .endGroup0 {display: none;}
#doc-outer {margin: 60px 30px 30px;}
table.doc {width: 100%;}
td.toc {width: 250px;}
.doc td.toc, .doc td.body {vertical-align: top;}

#doc-outer h2 {margin-bottom: 1em;}
