/* CSS TDR Print Styles */


div#wrapper {
margin: 0 auto;
width: 8in x 10.5in;
}

body {
margin-top: 0;
background-color: #FFFFFF;
color: #000000;
}

p {
text-align: justify;
font: 10pt "Times New Roman", Times, serif;
line-height: 11pt;
}

.tdrquestion {
text-align: justify;
font: bold 10pt "Times New Roman", Times, serif;
line-height: 12pt;
margin-bottom: 0;
}

.columnheader p {
margin-top: 0;
text-align: center;
font: bold 12pt Arial, Helvetica, sans-serif;
color: red;
}

.writers {
font: normal 9pt Arial, Helvetica, sans-serif;
margin-top: -.15em;
margin-bottom: 1.25em;
}

.caption {
text-align: center;
font: bold 8pt Arial, Helvetica, sans-serif;
margin-top: -.5em;
}

p#summary {
font-style: italic;
}

img.Center {
position: center;
margin: 20em auto 0 auto;
border: 2px solid #000000;
}

img.Floatleft {
position: left;
border: 2px solid #000000;
margin-top: 0px;
margin-right: 20px;
margin-bottom: 5px;
margin-left: 0px;
}

img.Floatright {
position: right;
border: 2px solid #000000;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 20px;
}

h1 {
font: bold 16pt Arial, Helvetica, sans-serif;
margin-bottom: 0;
}

h2 {
font: bold 11pt Arial, Helvetica, sans-serif;
margin-bottom: 4em;
margin-top: -3em;
}

h3 {
background: #CECECE;
padding: .5em;
font: bold 12pt Arial, Helvetica, sans-serif;
line-height: 1.5em;
margin: 0 0;
text-align: center;
}

div#tdrtalk p {
font: bold 10pt/12pt "Times New Roman", Times, serif;
text-align: justify;
}

div#tech-article {
border-bottom: 1px solid #999999;
padding-bottom: .75em;
text-align: center;
font: "Times New Roman", Times, serif;
}

div#contact-info {
margin-top: .75em;
text-align: right;
font: 10pt "Times New Roman", Times, serif;
line-height: 11pt;
}

div#buy {
display: none;
text-align: center;
background: #CECECE;
padding: .25em;
font: bold 14pt Arial, Helvetica, sans-serif;
text-decoration: none;
}

div#footer {
text-align: center;
margin-top: 2.5em;
border-top: 1px solid gray;
color: #333333;
font-size: 8pt;
padding-top: 0.33em;
}

a:link {
color: blue;
text-decoration: none;
font-weight: bold;
}

a:visited {
color: purple;
text-decoration: none;
}

a:hover{
background: #FF0000;
color: white;
text-decoration: underline;
padding-top: 0.1em;
padding-bottom: 0.1em;
}

a:linkPN {
color: blue;
text-decoration: none;
font-weight: bold;
}

a:visitedPN {
color: purple;
text-decoration: none;
}

a:hoverPN{
background: #FF0000;
color: white;
text-decoration: underline;
}


div#buy a:link {
display: none;
color: white;
background: #333333;
padding: .5em;
}

div#buy a:visited {
color: white;
text-decoration: none;
}

div#buy a:hover {
color: white;
background: red;
text-decoration: none;
padding: 0.5em;
}

div#footer a:link {
color: #778;
}

div#footer a:visited {
color: #878;
}

div#footer a:hover {
background: red;
color: white;
}

