









/*
 * $Id: layout.css.jsp,v 1.4 2006/10/18 13:24:03 wliu Exp $
 *
 * Shared CSS stuff across all layouts
 */

body {
    margin: 0px;
    width: 997px; 
    padding: 0px;
    background-image: url('../../images/metro/backgrounds/page.png');
    background-repeat: repeat-x;
}

*{
    font-family: Arial;
    font-size: 8pt;
    color: #5b5547;
}

td { 
    vertical-align: top;
}

strong { 
    font-weight: bold;
    color: #0D5C92;
}

img.pict { 
    border: 1px solid black;
}

#clientLogo{
    width: 189px;
    height: 81px;
    position: absolute;
    top: 75px;
    left: 18px;
    background: transparent url('../../images/metro/clientLogo.png');
    background-repeat: no-repeat;
}

#sempoLogo{
    width: 172px;
    height: 40px;
    position: absolute;
    top: 415px;
    left: 29px;
    background: transparent url('../../images/metro/sempoLogo.png');
    background-repeat: no-repeat;
}

