/* This is the style sheet placed at the top of XHTML output.*/
/* Created by J.C. Reeves on 02-Jun-2003 */
/* Updated by J.C. Reeves on 03-Jun-2003 */
body { color: #333333; font-family: Verdana, Arial; font-size: 10pt; margin: 2em }
hr { color: #55554B;
border: 1px inset;
noshade }
pre, tt, code, kbd, samp { font-family: 'Lucida Console', 'Courier New'; background-color: #FFFFE1;
font-size: 9pt; font-variant: normal }
h1 { width: 100%; text-align: center; font-family: Times New Roman; font-style:
italic; font-weight: bold; letter-spacing: 2pt;
background-color: #FFFFFF; color: #000000;
border: 1 solid #55554B; padding-left: 6px; padding-right: 6px;
padding-top: 3px; padding-bottom: 3px }
h2 { background-color: #55554B; width: 100%; color: #ffffe1; font-family:
Times New Roman; letter-spacing: 4pt; font-style: italic;
font-weight: bold; border-top: 3px double #55554B;
padding-left: 6px; padding-right: 6px; padding-top: 2px;
padding-bottom: 6px }
table {
text-align: right;
margin-left: 30px;
background-color: #FFFFE1;
border-collapse: collapse; font-size:8pt
}
th {
border-top:3px double #55554B; border-bottom:3px double #55554B; border-right:1px solid #e1e1c8; font-weight: bold;
background-color: #55554B;color:#ffffe1; border-left-width:medium; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:6px; letter-spacing:-1pt
}
td { border-left-width: medium; border-right: 1px solid #606070; border-top-width:
medium; border-bottom-width: medium; padding-left: 5px;
padding-right: 5px; padding-top: 0px; padding-bottom: 1px }
td.x { font-family: Lucida Console; white-space: pre }
.header { text-align: left; font-size: 10pt; background-color: #FFFFE1; color: #55554B;
border: 1 solid #55554B; padding-left: 6; padding-right: 6;
padding-top: 6 }
.xl {
text-align: left;
border-right: medium none;; font-size:8pt
}
.xr {
text-align: right;
border-right: medium none;; font-size:8pt
}
.bar {
text-align: left;
border-right: medium none;; font-size:8pt
}
tr.sub {background-color: #e1e1c8;
font-size:8pt
}
.repdesc {
font-style: italic;
}
.repspan {
font-style: italic;
}
.goto { font-size: 8pt; font-variant: small-caps }
.gensumtitle {
font-weight: bold; font-variant:small-caps;
}
.gototitle { font-variant: small-caps; font-weight: bold }
.runtimetitle {
font-weight: bold;
}
img {
border-style: none;
}
a:link {
color: blue;
text-decoration: none;
}
a:visited {
color: purple;
text-decoration: none;
}
a:link:hover {
text-decoration: underline;
}
a:visited:hover {
text-decoration: underline;
}
a:link:active {
color: red;
text-decoration: underline;
}
a:visited:active {
color: red;
text-decoration: underline;
}
|