html {
    background: #e6e9e9;
    -webkit-font-smoothing: antialiased;
}

body {
    max-width:8.5in;
    margin-top:0.6in;
    margin-bottom:0.6in;
    margin-left:0.2in;
    margin-right:0.2in;
    background-color:#ffffff;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    /* max-width: 800px; */
    padding: 2em 2em 4em;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
}

pre {
   background-color:#c0c0ff;
   padding: 10px;
}

h2 {
    margin-top: 1.3em;
}

a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
}

.credit { color:#000000;
	  font-size:8pt;
	  font-style:normal;
	  font-weight:normal; 
	  line-height:120%;
	  text-align:right ! important;
	  font-family:Verdana; 
	  text-decoration:none ! important; 
	}

.quotation { color:#000000;
	     font-size:8pt;
	     font-style:normal;
	     font-weight:normal;
	     line-height:120%;
	     text-align:left ! important;
	     font-family:Verdana;
	     text-decoration:none ! important;
	   }

.obliquebold {
    font-style:oblique;
    font-weight:bold;
}
.fixedtable {
    width: 100%;
    table-layout: fixed;
    background: #c0c0ff;
}

.quotedtext {
    font-style:oblique;
    margin-left:0.5in;
    margin-right:0.2in;
}

.quotedtran {
    font-family: Mono;
    font-size: 8pt;
    font-style:normal;
    margin-left:0.5in;
    margin-right:0.2in;
}

.breakingnews {
    border: 1px;
    background: #ffffc0;
    padding: .1in;
}

table.compare {
    width: 100%;
    table-layout: fixed;
    background: #e0e0ff;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    margin: 10px;
}

td.greenbg {
    padding: 10px;
    background-color: #c0ffc0;
    width: 50%;
}

td.redbg {
    padding: 10px;
    background-color: #ffc0c0;
    width: 50%;
}

.indent1 {
    margin-left: 0.2in;
}
.indent2 {
    margin-left: 0.4in;
}
.indent3 {
    margin-left: 0.6in;
}
.indent4 {
    margin-left: 0.8in;
}

.cmt {
    color: #ff0000;
}

.redframe {
    margin-bottom: 0.1in;
    border-width: 1px;
    border-style: solid;
    border-color: #ff0000;
    background: #ffff00;
    padding: .1in;
}
