body{
    margin:0px;
    font-family:verdana;
    font-size:8pt;
    color:#0c0c0c;
    background:url(bg.gif) #F0F0F0;
}

h1{
    font-family:verdana;
    font-size:9pt;
    font-weight:bold;
}

.box1{
    background-color:#FFFFFF;
    border:1px solid #293333;
}

.box1Head{
    background-color:#293333;
    color:#CCCCCC;
    font-family:verdana;
    font-size:8pt;
    font-weight:bold;
}

.box2Head{
    background-color:#CC9966;
    color:#293333;
    font-family:verdana;
    font-size:8pt;
    font-weight:bold;
}

.box1Content{
    font-family:verdana;
    font-size:8pt;
    color:#0C0C0C;
    min-height:100px;
    height:100px;
}

.box1HeadLink:link,.box1HeadLink:selected,.box1HeadLink:visited,.box1HeadLink:active{
    color:#CCCCCC;
    font-family:verdana;
    font-size:8pt;
    font-weight:bold;
    text-decoration:none;
}

.box1HeadLink:hover{
    color:#CCCCCC;
    font-family:verdana;
    font-size:8pt;
    font-weight:bold;
    text-decoration:underline;
}

.boxLink:link,.boxLink:visited,.boxLink:active
{
    font-family:verdana;
    font-size:8pt;
    color:#0C0C0C;
    text-decoration:none;
    font-weight:normal;
    display:block;
}

.boxLink:hover
{
    font-family:verdana;
    font-size:8pt;
    color:#0C0C0C;
    text-decoration:underline;
    font-weight:normal;
    cursor: hand;
    display:block;
    background-color:#CFCFCF;
}


