/*

Site wide CSS
Style Sheets

*/

.TableHeader {
   font-family: arial;
   font-size: 16;
   font-weight: bold;
   color: #ffffff;
   background: #660033;
   background-color: #660033}

.BodyText {
   font-family: arial;
   font-size: 10
   color: #000000;}

body {
    background-color: #ffffcc}

.Links {
    position: absolute;
    top: 95px;
    left: 270px
}

.LoggedIn {
    position: absolute;
    top: 123px;
    left: 270px
}

#accountType {

    width:125;
}

#checking {
    
    display:;
    position:absolute;
    top:0;
    visibility:hidden;
}

#creditCard {
    display:;
    position:absolute;
    top:0;    
    visibility:visible;
}

#container {
    position:relative;
    top:;
}


