﻿	a.MenuHouse, a.MenuHouse:link, a.MenuHouse:visited, a.MenuHouse:hover, a.MenuHouse:active
    {
        font-size: 12px;
        font-weight: bold;
        color: Black;
        text-decoration: none;
    }
    
    body
    {
        font-family: Arial;
        font-size: 12px;
        font-weight: inherit;
    }
    
    .STYLE1
    {
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
        width: 100%;
    }
    
    .STYLE2
    {
        background-image: url(../images/homepage_03.gif);
        width: 97px;
        height: 56px;
        text-align:center;
    }
    
    a.MenuLeft, a.MenuLeft:link, a.MenuLeft:visited, a.MenuLeft:hover, a.MenuLeft:active
    {
        font-size: 15px;
        font-weight: bold;
        color: black;
        width: 100%;
        text-decoration:none;
        font-family:Comic Sans MS;
    }
    
    a.HomepageBottom, a.HomepageBottom:link, a.HomepageBottom:visited, a.HomepageBottom:hover, a.HomepageBottom:active
    {
        font-size: 12px;
        font-weight: bold;
        width: 100%;
        text-decoration:underline;
        color:#000000;
    }
    
    a.ServiceName, a.ServiceName:link, a.ServiceName:visited, a.ServiceName:hover, a.ServiceName:active
    {
        font-size: 8pt;
        width: 100%;
        text-decoration:underline;
        color:#000000;
    }
    
    a.KeepBlue, a.KeepBlue:link, a.KeepBlue:visited, a.KeepBlue:hover, a.KeepBlue:active
    {
        text-decoration:underline;
        color:Blue;
    }