body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  color: #000;
  background: transparent;
}

.clear {
  clear: both;
}

.line-through {
  text-decoration: line-through;
}

p.for-non-compliant {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #009;
  background-color: transparent;
}

img {
  border: 0px;
}

a {
  text-decoration: none;
  font-weight: normal;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #930;
  background-color: transparent;
}

table {
  border-collapse: collapse;
  border: 1px solid #000;
  border-spacing: 0px;
  margin: 0px;
}

td {
  border-collapse: collapse;
  border: 1px solid #000;
  padding: 0.5em;
  vertical-align: top;
}

tr.header {
  font-weight: bold;
}



div.header-box {
  height: 60px;
}

#your-link-to {
  vertical-align: text-bottom;
}

#article-title {
  font-size: medium;
  font-weight: bold;
}


div.decorative-box {
  display: none;
}


div.footnote-box {
  clear: both;
  margin: 0px;
  padding-top: 20px;
  font-size: 8pt;
  text-align: center;
}


div.main-menu-box {
  display: none;
}


div.sub-menu-box {
  display: none;
}


ul.disc {
  list-style-type: disc;
}

ul.circle {
  list-style-type: circle;
}

ul.square {
  list-style-type: square;
}

ol.numeric {
  list-style-type: decimal;
}

ol.lower-alpha {
  list-style-type: lower-alpha;
}

ol.upper-alpha {
  list-style-type: upper-alpha;
}

ol.lower-roman {
  list-style-type: lower-roman;
}

ol.upper-roman {
  list-style-type: upper-roman;
}


div.image-120x160 {
  float: left;
  width: 120px;
  margin: 0px 10px 10px 0px;
  padding: 0px;
}

/* TSJ - added to put image on right side */
div.image-120x160-right {
	float: right;
	width: 120px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}

div.image-160x120 {
  float: left;
  width: 160px;
  margin: 0px 10px 10px 0px;
  padding: 0px;
}

/* TSJ - added to put image on right side */
div.image-160x120-right {
  float: right;
  width: 160px;
  margin: 0px 0px 10px 0px;
  padding: 10px;
}

/* TSJ - added thumbnail box */
div.image-60x60 {
  float: left;
  width: 60px;
  margin: 0px 10px 0px 0px;
  padding: 0px;
}

div.image-240x320 {
  clear: both;
  width: 240px;
  margin: 0px 10px 10px 0px;
  padding: 0px;
}

/* TSJ - slightly increased left-margin from 0 to 20 
   and padding from 0 to 10 */
div.image-320x240 {
  clear: both;
  width: 320px;
  margin: 0px 10px 10px 20px;
  padding: 10px;
}


p.caption {
  font-size: x-small;
  text-align: left;
  color: #009;
  background-color: transparent;
}

/* TSJ - Added new backquote to indent quote */
div.callout-backquote {
	width: 80%;
	margin: 0px auto;
	padding: 10px;
	border: 0px solid White;
	color: #009;
	background-color: transparent;
	font-size: small;
	font-style : italic;
}

div.callout-full {
  width: 80%;
  margin: 0px auto;
  padding: 10px;
  border: 1px solid #009;
  color: #009;
  background-color: transparent;
  font-size: x-small;
}

div.callout-half {
  float: left;
  width: 50%;
  margin: 0px 10px 10px 0px;
  padding: 10px;
  color: #009;
  border: 1px solid #009;
  background-color: transparent;
  font-size: x-small;
}

div.callout-fixed {
  float: left;
  width: 200px;
  margin: 0px 10px 10px 0px;
  padding: 10px;
  color: #009;
  border: 1px solid #009;
  background-color: transparent;
  font-size: x-small;

  /* tantek celik hack to correct width for standards compliant browser */
  voice-family: "\"}\"";
  voice-family: inherit;
  width:160px;
}

/* CSS2 sector version */
html>body>div.sub-menu-box {
	width:160px;
}


div.pull-quote {
  margin: 0px;
  padding: 10px;
  font-size: large;
  font-weight: bold;
  font-style: italic;
  text-align: left;
  color: #99c;
  background-color: transparent;
}