body
{
  font-family: "times roman", arial, sans-serif;
  color: rgb(0,0,0);
  background-color: rgb(255,255,255);
  background-image: url(../style/file/head_back.gif);
  background-repeat: repeat-x;
}


.head
{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
}

.logo
{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.deuvet
{
    position: absolute;
    left: 860px;
    width: 120px;
    z-index: 2;
    margin: 0;
    padding: 0;
    color: #846b6b; 
    font-weight: bold;
    font-size: 12px;
}

#deuvetpic
{
    top: 45px;
}

#deuvettext
{
    top: 23px;
}


a         { color: rgb(0,0,255); background-color: transparent;}
a:active  { color: rgb(255,0,0); background-color: transparent;}
a:visited { color: rgb(175,205,255); background-color: transparent;}
a:hover   { color: rgb(0,0,255); background-color: transparent; font-weight:bold; }


h1
{
    font-size: 21px;
    font-weight: bold;
}


h2
{
    font-size: 18px;
    font-weight: bold;
}

#login
{
    position: absolute;
    left: 10px;
    top: 80px;
    z-index: 4;
    margin-left: 5px;
    color: rgb(66,91,128);
    background-color: transparent;
    font-weight:bold;
    font-size:13px;
    font-style: italic;
    letter-spacing: 2px;
}

#login a,
#login a:visited
{
    color: rgb(66,91,128);
    text-decoration: none;
}

#login a:hover
{
    text-decoration: underline overline;
}

