/* CSS Document */


body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	font-size:12px;
	line-height:150%;
	background-color:#275E5C;
}

a.popup {
	text-decoration:underline;
}

a.popup:hover {
	text-decoration:none;
}

a var {
	display:none;/*DO NOT CHANGE*/
	text-decoration:none;
	font-style:normal;
}

a:hover var {
	display: block;/*DO NOT CHANGE*/
	float: right;/*RECOMMENDATION: Specify a position for optimal performance. See Documatica help.*/
	background-color:#ffffcc;/*Default*/
	padding:.25em;/*Default*/
	border:1px solid black;/*Default*/
	cursor:help;/*Default*/
	color:#000;/*Default*/
	text-decoration:none;/*Default*/
}

a.noshow:hover {
	display:none;/*DO NOT CHANGE*/
}

#expandcontents {
	color:#fff;
}

#expandcontents:hover {
	color:#fff;
	cursor:pointer;
}

.toggle {
	border:1px solid gray;
	background-color:#ced9e2;
	font-family:"Courier New", Courier, monospace;
	padding:0 .33em;
	font-size:very small;
	color:#000;
	font-weight:bold;
}

#contentstoggle {
	display:block;
	padding:0 .5em;
	margin-left:3em;
	background-color:#275E5C;
	color:#fff;
}

#toggler {
	display:none;
	background-color:#eee;
	color:#000;
	font-size:12px;
}

#history {
border:1px solid gray;
width:95%;
background-color:#eee;
}

.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.yellow {
	background-color:yellow;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:170%;
}

a {
	text-decoration:none;
	color:#000;
}

a:hover {
	text-decoration:underline;
}

a span {
	display:none;
	border:none;
	}

a:hover span {
	display: block;
	float: right;
	padding: 5px;
	margin: 5px;
	border: 1px dashed #999;
	background-color:#FFFFCC;
	font-family:sans-serif;
	font-weight:normal;
	font-size: 12px;
	text-align: left;
	text-indent: 0;
	color: #000;
	text-decoration:none;
}

.center {
	text-align:center;
	margin-top:0;
}

blockquote {
	line-height: 1.25;
	text-align:right;
	padding:1em;
	border:1px dotted gray;
	width:18em;
	float:left;
	background-color:#FFFFCC;
}

blockquote.morons {
	line-height: 1.25;
	text-align:left;
	padding:1em;
	border:1px dotted gray;
	width:50%;
	background-color:#FFFFCC;
}

.img-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  margin: -6px 6px 6px -6px;
  /* padding: 4px; */
}

.p-shadow {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px
 }

.p-shadow div {
  background: none !important;
  background: url(../images/shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
  width:450px;
}

.p-shadow p {
  color: #000;
  background-color:#fff;
  line-height:1.25;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
 }
 
/*  .p-shadow ol  {
  color: #000;
  background-color:tan;
  line-height:1.25;
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
 }*/
 
 .p-shadow ol li {
 	padding-bottom:.4em;
	width:425px;
  } 
  
ol li ul {
  	margin-left:-2em;
}

 ol li ul li {
  	text-indent:0;
}
 
 .normal {
 	text-decoration:none;
	font-style:normal;
}
 
 p.one {
 	line-height:normal;
}

.title {
	text-align:left;
	border:1px dotted gray;
	background-color:#fffff0;
	padding:5px;
	line-height:125%;
}

p.center {
	text-align:center;
	padding:0 100px 0 100px;
	font-style:italic;
}

h1 {
	font-size:120%;
	text-align:left;
	color:#fff;
}

h1.black {
	font-size:120%;
	text-align:left;
	color:#000;
}

h2 {
	/*color:#275E5C;*/
	font-size:125%;
	line-height:5%;
	margin-top:2em;
	
}

h3 {
	font-size:inherit;
	display:inline;
	font-weight:bold;
	padding-right:.5em;
}

form {
	padding-top:1em;
}

.italic {
	font-style:italic;
}

.bold {
	font-weight:bold;
}

.bolditalic {
	font-style:italic;
	font-weight:bold;
}

.boldHead {
	font-weight:bold;
	color:teal;
}

div.head {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	padding:12px;
}


div.text {
	width:580px;
	margin-left:400px;
	/*margin-right:auto;*/
	background-color:#fff;
	padding:12px;
}

.white {
	color:#fff;
}

div#figures {
	width:100%;
	font-size:9pt;
	background-color:#fffff0;
	padding:12px;
	margin-left:0;
}

#II {
	border:none;
	background-color:#fff;
}

div#head {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:600px;
	background-color:#eee;
	padding:12px;
	border-top:1px solid #fff;
	border-bottom:1px solid #000;

}

.border1 {
	border: 1px solid teal;
}

table#gr {
	border:none;
	border-collapse:collapse;
}

td.number {
	vertical-align:top;
	width:10px;
}

td.call {
	border-right:1px solid #000;
	border-left:1px solid #000;
	border-top:1px solid #000;
	padding:7px;
	vertical-align:top;
	border-bottom:1px solid #000;
	width:590px;
	background-color:#fffff0;
	line-height:125%;
}

td.blank {
	border:none;
	width:60px;
}

td.response {
	padding-left:50px;
	padding-bottom:7px;
	padding-top:7px;
	vertical-align:top;
	width:540px;
	line-height:125%;
}

p.call {
	background-color:#fffff0;
	line-height:125%;
	border:1px solid #999;
	padding:7px;
}

p.response {
	margin-left:50px;
	line-height:125%;
	padding-left:7px;
}

hr {
	background-color:teal;
	color:teal;
	height:1px;
	width:33%;
}

#notebox {
	border:none;
	text-align:left;
} 

.indent {
	text-indent:100px;
}

#notebox td.noborder {
	border:none;
	vertical-align:middle;
	background:#eee;
}

ol {
	line-height:1.25;
}
