﻿body
{    
    background-repeat: repeat-x;
    margin: 0px;
    text-align: center;
    font-family: Arial;
    font-size:8pt;
}
a.light
{
    color:White;
    text-decoration:none;
}
a
{
    color:#666666;
    text-decoration:none;
}
a:hover
{
    color: Orange;
}
#topbar
{
    width: 640px; 
    text-align: right; 
    font-size: 9pt; 
    color: White;
    margin-top: 89px;
    margin-bottom:18px;
}
#logo
{
    font-weight: bold;
    letter-spacing: 9px;
    margin-top:8px;
    position:relative;
    right:-9px;
}
#logojob
{
    color:Orange;
    letter-spacing:6px;
    font-size:8pt;
    position:relative;
    right:-7px;
}
#bottombar
{
    color:Gray;
    font-size:8pt;
    margin:20px;
    width:640px;
    text-align:right;
}
.endOfSection { clear: both; } 
.processMessage
{
    position: fixed;
    top: 200px;
    left:400px;
    padding: 10px;
    width: 100px;
    height: 20px;
    vertical-align: top;
    text-align: center;
    color:Orange;
    background-color:White;
} 

