    body {
        background:url('images/bg.jpg') repeat-x;
    }
    body, td, tr, div, h2, h3, a, input, option, select {
        font-family: Tahoma, verdana, Arial, SunSans-Regular, Sans-Serif;
        font-size:11px;
    }
    p {
		font-family: Arial, Tahoma, verdana,  SunSans-Regular, Sans-Serif;
        font-size:11px;
         color: #474747;
    }
     
    h1 {
		font-family: Arial, Tahoma, verdana,  SunSans-Regular, Sans-Serif;
        font-size:11px;
        color: #024b81;
        margin-bottom:0px;
    }
    h1.white {
		font-family: Arial, Tahoma, verdana,  SunSans-Regular, Sans-Serif;
        font-size:11px;
        font-weight:bold;
        color: #ffffff;
        margin-bottom:0px;
    }
    td.darkblue {
        background-color: #034c81;
    }
    td.grey {
        background-color: #ececec;
        color: #474747;
    }
    a.light:link, a.light:active, a.light:visited, a.light:hover {
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: none;
    }
    a.light:hover {
        text-decoration: underline;
    }
    a.my:link, a.my:visited, a.my:active {
        font-family:arial,verdana,tahoma;
        font-size:10px;
        text-decoration: underline;
        font-weight: bold;
        color:#02489C;
    }
    
    a.my:hover {
        color:#000000;
    }
    
    a.me:link, a.me:visited, a.me:active {
        font-size:11px;
        color:#02489C;
        text-decoration: none;
    }
    
    a.me:hover {
        color:#000000;
        text-decoration: underline;
    }    
    a.mainlight:link, a.mainlight:active, a.mainlight:visited, a.mainlight:hover {
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: none;
        font-size:10px;
    }
    a.mainlight:hover {
        text-decoration: underline;    
    }
    .mainmenuheader {
        font-size:14px;
        font-weight: bold;
        color: #FFFFFF;
    }    
    .loginheader {
        font-size:9px;
        font-weight: bold;
        color: #FFFFFF;
    }        
    .whitetext {
        color: #FFFFFF;
    }
    .title {
        font-size: 15px;
        font-weight: bold;
        color: #034c81;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        
    }
