
div.atm
{
    FONT-SIZE: 12pt;
    COLOR: black;
    BACKGROUND-COLOR: Gray;
    width: 100%;
    overflow: auto;
    height: 700px;
    text-align: center;
    position: relative;
    border: thin solid black;
    margin-bottom: 30px;
}
div.hs
{
    FONT-SIZE: 12pt;
    COLOR: black;
    BACKGROUND-COLOR: MediumPurple;
    width: 100%;
    overflow: auto;
    height: 700px;
    text-align: center;
    position: relative;
    border: thin solid black;
    margin-bottom: 30px;
}
table#hslogins
{
    width:300px;
    border-width: thin;
    border-style: solid;
    border-color: Black;

}

#atmLogo
{
    height: 300;
    width:  400;   
    
}
div.mms
{
    FONT-SIZE: 12pt;
    COLOR: black;
    BACKGROUND-COLOR: SteelBlue;
    width: 100%;
    overflow: auto;
    height: 700px;
    text-align: center;
    position: relative;
    border: thin solid black;
    margin-bottom: 30px;
}

div.fsc
{
    FONT-SIZE: 12pt;
    COLOR: white;
    BACKGROUND-COLOR: black;
    width: 100%;
    overflow: auto;
    height: 700px;
    text-align: center;
    position: relative;
    border: thin solid black;
    margin-bottom: 30px;
}