<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.Content
{
	position:absolute;
	display: block;
	height:auto;
	top:290px;
	width:798px;
	left:0px;
}

div.Panel
{
    background-color:#cfcfcf;
}

div.Banner
{
    border-top-style:solid;
    border-top-width:2px;
    border-top-color:White;
    
    border-bottom-style:solid;
    border-bottom-width:2px;
    border-bottom-color:White;
}

div.Body
{
    background-image:url('../../NewImages/Top2.png');
    background-color:#EEEEEE;
    background-repeat:repeat-x;
    border-style:solid;
    border-width:1px;
    border-color:#BFBFBF;
    position:Relative;
    top:-5px;
}

span
{
    font-family:Arial;
    font-size:11pt;
    font-weight:normal;
}

.Title-Row
{
    position:Relative;
    z-index:2;
    left:9px;
    width:800px;
    Margin:5px 0px 0px 0px;
    clear: both;
    display: block;
}

.Panel-Row
{
    position:Relative;
    z-index:1;
    left:9px;
    width: 768px;
    Margin:0px 0px 50px 0px;
    padding:0px 5px 0px 5px;
    clear: both;
    background-color:#cfcfcf;
    text-align:justify;
    border-color:#bfbfbf;
    border-style:solid;
    border-width:1px;
    display: block;
}</pre></body></html>