
body
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:12pt;
}

.iref
{
    text-decoration: none;
    color: navy;
    font-weight:normal;
    cursor:pointer;
}

a
{
    text-decoration: none;
    color: navy;
    cursor:pointer;
}

.item
{
    position:relative;
    left:0px; top:0px;
    width:170px;
    border-width:1px;
    border-style:solid;
    padding:5px; z-index:0;
    font-size:10pt;
}

.text
{
    position:absolute;
    left:0px; top:0px;
    width:170px;
    border-style:solid;
    border-width:1px;
    border-color:#333333;
    background-color:lightsteelblue;
    color:black;
    padding:5px; z-index:200;
    font-size:10pt;
}

.back
{
    position:absolute;
    left:4px; top:4px;
    width:170px;
    color:black;
    border-style:solid;
    border-width:1px;
    border-color:black;
    background-color:black;
    padding:5px; z-index:100;
    font-size:10pt;
}

.menu
{
    position:absolute;
    left:0px; top:0px;
    width:12.5em;
    border-style:none;
    border-width:0px;
    border-color:#333;
    padding:5px;
    z-index:100;
    font-size:12pt;
    font-weight:bold;
}

.main
{
    position:absolute;
    top:25px;
    left:250px;
    width:75%;
}

.photo
{
    vertical-align:top;
    text-align:left;
    padding:0px;
    width:260px; height:210px;
    background-image:url("../shadow.jpg");
    background-repeat:no-repeat;
}
