@charset "UTF-8";
/* CSS Document */

html {
font-family:Monaco, "Lucida Console", Andale Mono, monospaced;
color: #000; 
background: #fff; 
}

body {
font-size:9px;
line-height:12px;
letter-spacing:1px;
}

h1 {
font-size:9px;
line-height:10px;
font-weight:bold;
margin:10px 0 0 0;
}

h2 {
font-size:9px; 
line-height:10px;
font-weight:normal;
margin:10px 0 0 10px;
}

h3 {
font-size:9px; 
line-height:10px;
font-weight:normal;
margin:20px 0 0 10px;
}

a:link { 
text-decoration: underline;
color: #000000;
}
a:active {
text-decoration: none;
color: #000000;
}
a:visited { 
text-decoration: none;
color: #000000;
}

a:hover {
text-decoration: none;
color: #000000;
}

a img { 
border: none; 
}

p {
margin:0 10px 0 10px;
max-width:600px;
}

ol {
list-style-type:none;
margin:0;
padding:0 0 0 10px;
}

.grid {
padding:0 0 15px 10px;
vertical-align:top;
}

.frame{
margin:0 0 0 10px;
}

.imgRight{
width:100%;
max-width:600px;
}
tr.listHeader{
height:10px;
}

td.primary{
width:45%;
}

td.secondary{
width:18%;
}

#Left {
position:absolute;
top:0;
left:0;
height:100%;
width:50%;
overflow-x:hidden;
overflow-y:scroll;

} 

#Right {
position:absolute;
top:0;
left:50%;
height:100%;
width:50%;
overflow-x:hidden;
overflow-y:scroll;
margin:0;

} 

#Right ol {
list-style:none;
margin:0;
padding:0 0 0 10px;
}
