/* 
    Document   : tgw style
    Created on : 1/09/2010, 10:34:49 AM
    Author     : neil
    Description:
        Purpose of the stylesheet follows.
*/

* {
    margin: 0;
    font-family: arial;
    font-size: 12px;
}

html,
body {
    height: 100%;
}

a{
    color: black;
    text-decoration: none;
}

#header {
    height: 130px;
    background-color: black;
}

#footer{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 70px;
    background-color: black;
}

#tgwAddress{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 600px;
    color:#FFFFFF;
    text-align: center;
    font-family: Tahoma, Verdana;
    font-size:xx-small;
}
a.tgwMenu{
    font-size: 1.3em;
    font-weight: bold;
}
a.tgwMenuSelected{
    font-size: 1.5em;
    font-weight: bold;
    color: darkred;
}

.numField{
    text-align:right;
}



