BODY {
   background-color: #FFFFFF;
   margin: 0px 0px 0px 0px;
   padding: 0;
}

INPUT {
   font-family: arial;
   font-size: 10px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   border: solid 1px #ABABAB;
   color: #222222;
}

FORM {
   margin: 0px 0px 0px 0px;
   padding: 0;
}

TABLE.login_bg {
   background-image: url(./images/login_bg.gif);
   background-repeat: no-repeat;
   background-position: center middle;
}

TABLE.shoppingcart_bg {
   background-image: url(./images/shoppingcart_bg.gif);
   background-repeat: no-repeat;
   background-position: center middle;
}

TD.footer_bg {
   background-image: url(./images/footer.jpg);
   background-repeat: no-repeat;
   background-position: center bottom;
}

TD.left_menu_bg {
   background-image: url(./images/left_menu.jpg);
   background-repeat: repeat-y;
   background-position: left top;
}

TD.outer_header_left_bg {
   background-image: url(./images/outer_header_left.jpg);
   background-repeat: no-repeat;
   background-position: left top;
}

TD.outer_header_right1_bg {
   background-image: url(./images/outer_header_right1.jpg);
   background-repeat: no-repeat;
   background-position: left top;
}

TD.outer_header_right2_bg {
   background-image: url(./images/outer_header_right2.jpg);
   background-repeat: repeat-x;
   background-position: left top;
}

TD.outer_filler_left_bg {
   background-image: url(./images/outer_filler_left.jpg);
   background-repeat: repeat-y;
   background-position: left top;
}

TD.outer_filler_right1_bg {
   background-image: url(./images/outer_filler_right1.jpg);
   background-repeat: repeat-y;
   background-position: left top;
}

TD.outer_filler_right2_bg {
   background-image: url(./images/outer_filler_right2.jpg);
   background-repeat: repeat;
   background-position: left top;
}

.button {
   font-family: arial;
   font-size: 11px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   border: 1px solid #FFFFFF;
   color: #FFFFFF;
   background-color: #00349A;
}

.login_text {
   font-family: arial;
   font-size: 11px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #222222;
   margin: 0px 0px 0px 20px;
}

.menu_item {
   font-family: arial;
   font-size: 12px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   color: #222222;
}

.shoppingcart_text {
   font-family: arial;
   font-size: 11px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   color: #222222;
   margin: 0px 0px 0px 20px;
}