body {
	padding: 16px 0 0 0;
	margin: 16px 0 0 0;
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}
html > body {
  font-size: 9pt;
}

a:link {
	color: #336599;
	text-decoration: underline;
	background: inherit;
}
a:visited {
	color: #660000;
	text-decoration: underline;
		background: inherit;
}
a:hover {
	
	color: #095670;
	text-decoration: none;
		background: inherit;
}
.doNotDisplay {
  display: none;
}


#header {
	font-size: 95%;
	color: #666666;
	padding-right: 5px;
	margin-right: 5px;
		background: inherit;
}

#menubg {
	background-color:#cecece;
	margin-top: 2em;
	width: 174px;
	color: inherit;
}
.subtoptext {
	color: #666666;
	font-size: 12px;
	padding-right: 5px;
	background: inherit;
}

input.searchbox {
	font-size: 12px;
	border: 1px solid #000000;
	color: #000000;
	background: white;
	width: 120px !important;
	height: 14px !important;
}

#leftnav, #bottomleftnav {
	margin-left: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
	vertical-align: top;
}
#search {
	color: #000000;
	font-size: 82%;
	padding-left: 5px;
	padding-right: 5px;
	background: #cecece;
	border: 1px solid black;
	margin-left: 4px;
	margin-bottom: 4px;
}
#search .subheader {
font-size: 105%;
color: black;
margin-left: 0;
background: inherit;
}
#search form {
	margin:0;
	padding-left:4px;
	padding-bottom: 10px;
}

#search a:link {
	color: black;
	background: inherit;
}
#search a:hover {
	color: #660000;
	text-decoration: none;
	background: inherit;
}
.detailindex {
	color: #990000;
		background: inherit;
	text-decoration: none;
	font-weight: normal;
	margin: 0 -5px;
	padding: 6px 0px 6px 8px;
	border-top: 1px solid white;
}

#footer {
	margin: 0;
	color: #ffffff;
	background: inherit;
	font-size: 80%;
	background-image: url("footerbg.gif");
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-bottom: 5px;
}
#footer a:link, #footer a:visited {
	color: white;
	background: inherit;
}

#footer a:hover {
	color: #cecece;
	background: inherit;	
}



#subnavbar {
	background: #E0EDF3;
	color: inherit;
	padding: 4px;
	width: 182px;
	float: right;
	margin-left: 10px;
	margin-bottom:6px;
}

#subnavbar a:link {
	color: #990000;
		background: inherit;
}
#subnavbar a:link:hover {
	color: #095670;
	text-decoration: none;
	background: inherit;
}
#subnavbar ul {
	list-style: none;
	margin:0 0 0 10px;
	padding: 0;
	line-height: 1.33em;
}

#subnavbar li {
    padding: 0.25em 0;
    }
  
#subnavbar li li {
font-size: 90%;
list-style: square;
margin-left: 1em;
}


.subheader {
	font-size: 105%;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.topbg {
	background-image: url("topbg.gif");
	background-repeat: repeat;
	height: 35px;
}

.update {
	text-align: left;
	margin-left: 8px;
	font-size: 80%;
	color: gray; 
		background: inherit;}

a.slaconly:link, a.slaconly:visited {
	background: transparent url('locked.gif') no-repeat right center;
	padding-left:0; 
	padding-right:10px; 
	padding-top:0; 
	padding-bottom:0;
	}



@media print { 
body {background-color: inherit; color: black; }
.topbg {border-top: 1px solid black;}
h1, h2 {color: black; background: inherit; margin-bottom: .5em; margin-top: .5em;}
h3, h4, h5, h6 {color: black; background: inherit; padding-bottom: .5em; margin-top: .2em; margin-bottom: .1em;}
a:link, a:link:visited {text-decoration: underline; color: black; background-color: inherit;}
#subnavbar, #leftnav, #footer, #search, #menubg, #topsubnav, .doNotPrint, .return {display: none;}
#maincontent {margin-left: -172px; background-color: inherit; color: black; vertical-align: top; font-family: Times, Georgia, serif; font-size: 11pt;}
ol, ul {margin-top: 2px; margin-bottom: 2px;}
}