
/* Override Body tag */
body {  font-family: arial;
        font-size: x-small;
        text-align:center;
        background-image:url('../images/product/background.gif');
        }

/* Override TD tag */
td { font-size:12px; }
        
/* Set up the A tag colours */
A:link  { COLOR: #1861AD; font-size:12px; font-weight: bold}
A:visited  { COLOR: #1861AD; font-size:12px; font-weight: bold }
A:hover { COLOR: #E9910E; font-size:12px; font-weight: bold }

/* One large frame which holds the center box & side bar together */
#complete_frame {
    width: 900;
    margin-right:auto;
    margin-left:auto;
    padding:0px;
    text-align:middle;
  /*  border:1px solid black;*/
}

/* A central frame which holds the contents */
#center_frame {
    width:650px;
    padding: 0px 10px 0px 10px;
    float:left;
    text-align:left;
    margin:10px;
    background:#FFFFFF;
    border:2px solid black;
}

/* A side frame which holds the sidebar */
#side_frame {
    width:180px;
    padding: 5px 5px 5px 5px;
    margin:10px;
    background:#FFFFFF;
    border:2px solid black;
    float:left;
    text-align:left;
}
    
    
/* Create a very small, Grey text class */
.smallGrayText {
    font-family: arial;
    font-size: xx-small;
    color: gray;
    }


