﻿body
{
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
}

#top1
{
    width:100%;
    height:100px;
    background-color:White;
    background-image:url(../images/common/logotop.gif);
    background-position:left top;
    background-repeat:no-repeat;
    margin-top:0px;
    
}

#top2
{
    width:100%;
    height:20px;
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    font-size: 7.5pt;
    font-weight: bold;
    text-align: left;
    color: white;
    background-color: #1e87c8;
    vertical-align:middle;
    padding-bottom: 2px;
    padding-top: 2px
}

#top3
{
    width:100%;
    background-image: url(../images/decora/sfumagrey.gif);
    background-repeat:repeat-x;
    background-color:White;
    height:22px;
}

#bodymain
{
    width:74%;
    float:left;
    background-color:White;
    background-image:url(../images/back_cube_shad.gif);
    background-position:0px 0px;
    background-repeat:no-repeat
}

#bodyright
{
    width:25%;
    float:right;
    border-left-width:1px;
    border-left-color:gray;
    border-left-style:dotted;
    border-top-width:1px;
    border-top-color:gray;
    border-top-style:dotted;
    border-bottom-width:1px;
    border-bottom-color:gray;
    border-bottom-style:dotted;
    background-color:#f5f5f5;
    text-align:center;
    vertical-align:top;
    height:100%;
}

#bottom1
{
    width:99%;
    height:100px;
    background-color:White;
    float:left;    
}

#bottom2
{
    width:100%;
    height:15px;
    background-color:White;
    float:left;
}

a:active {text-decoration: underline;}
a:link {text-decoration: none;}
a:visited
{
    text-decoration: none;
    color:Blue
}
a:hover {text-decoration: underline;}

a.navlink:active  {color: white;
                   font-size: 7.5pt;
                   font-weight: bold}
a.navlink:link    {color: white;
                   font-size: 7.5pt;
                   font-weight: bold}
a.navlink:visited {color: white;
                   font-size: 7.5pt;
                   font-weight: bold}
a.navlink:hover   {color: white;
                   font-size: 7.5pt;
                   font-weight: bold}

body
{
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight:normal;
    text-align: left;
    color: black;
    list-style-type: square;
    list-style: square;
    background: transparent;
    border: none
}

h1
{
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 18pt;
    text-align: left;
    color: black;
    background: transparent
}

h2
{
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 13pt;
    text-align: left;
    color: black;
    background: transparent
}
            
h3
{
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 10pt;
    text-align: left;
    color: black;
    background: transparent
}

.normal
{
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight:normal;
    text-align: left;
    color: black;
    list-style-type: square;
    list-style: square;
    list-style-position: outside;
    background: transparent;
    border: none;
} 