

<!--

body
{background-color: white}


h1,h2,h4,h5,h6 
{
font-family: arial, helvetica,sans-serif;
color: #ad4414;
text-decoration: none;
text-indent: 5px
}

h3 
{
font-family: arial, helvetica,sans-serif;
color: #999966;
text-decoration: none;
text-indent: 5px;
}
p 
{
font-size: 10pt; 
margin-left: 5px;
padding: 5px 10px;
font-family: arial,helvetica,sans-serif;
color: #5B5B5B;
text-indent: 0;
}


p.list
{
font-size: 10pt; 
font-family: arial,helvetica,sans-serif;
color: #5B5B5B;
}

ul.disc 
{
list-style-type: disc
}

ul.circle 
{
list-style-type: circle;
font-family: arial,helvetica,sans-serif;
color: #5B5B5B;
font-size: 10pt;
}

ul.square 
{
list-style-type: square
}

ul.none 
{
list-style-type: none
}

ul.arrow 
{
list-style-image: url('arrow.gif')
}


div.container
{
width:750px;
margin:10px;
border:0px;
line-height:100%;
}

div.headerleft
{
padding:.5em;
clear:left;
margin-left:10px;
position:absolute;
left:10px;
top:10px;
width:240px;
height:250px;
}

div.headerright
{
width:750;
padding:.5em;
clear:left;
margin-left:10px;
position:absolute;
left:500px;
top:10px;
width:500px;
height:250px;
}

div.content
{
width:750px;
margin:10px;
border:0px;
line-height:100%;
}


div.overflow
{
width:540px;
margin:1px;
border:0px;
height:400px;
overflow: scroll
}

div.left
{
position:absolute;
left:0px;
top:100px;
width:180px;
float:left;
margin:5px;
height:1000px;
padding:0.3em;
background-color: #CAC7B7
}

div.right
{
position:absolute;
left:210px;
top:100px;
width:540px;
float:left;
margin:5px;
padding:0.3em;
background-color: white
}

div.col1
{
left:5px;
top:10px;
width:100%;
float:left;
margin:5px;
background-color: white
}


div.bottom
{
width:750px;
padding:1em;
position:absolute;
left:10px;
top:1150px;
}

div.footer
{
width:750px;
padding:.5em;
clear:left;
margin:10px;
position:absolute;
top:650px;
text-align:center;
}


a:link {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #6666FF; text-decoration: none;}
a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: normal; color: red; text-decoration: none;}
a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: normal; color: green; text-decoration: none;}
a:active {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: normal; color: purple; text-decoration: none;}

-->
</style>