.bbdLogoBox{    margin: 0 auto;    border: 0px solid #ffffff;    color: #ffffff;    width: 850px;	height: 500px;    padding: 0px;    /*text-align: left;*/    background-color: #ffffff;    border: 3px solid #ffffff;    background-image: url(images/BBD3.jpg);    background-repeat: repeat-x;    /* Do rounding (native in Firefox and Safari, CC in IE) */    -webkit-border-radius: 10px;    -moz-border-radius: 10px;    CCborderRadius: 10px;}.legalBox{    margin: 0 auto;    color: #000000;    width: 850px;	height: 450px;    padding: 10px;    text-align: justify;    background-color: #ffffff;    border: 1px solid #000000;    margin-bottom: 10px;    /* Do rounding (native in Firefox and Safari, CC in IE) */    -webkit-border-radius: 10px;    -moz-border-radius: 10px;    CCborderRadius: 10px;}.subbox{    margin: 0 auto;    color: black;    text-align: justify;    width: 380px;    height: 350px;    padding: 10px;    /*text-align: left;*/    background-color: #ffffff;    border: 1px solid #000000;        /* Do rounding (native in Firefox and Safari, CC in IE) */    -webkit-border-radius: 10px;    -moz-border-radius: 10px;    CCborderRadius: 10px;}.productbox{    margin: 0 auto;    border: 1px solid #000000;    color: black;    text-align: justify;    width: 800px;    height: 170px;    padding: 0px;    background-color: #ffffff;    margin-bottom: 10px;        /* Do rounding (native in Firefox and Safari, CC in IE) */    -webkit-border-radius: 10px;    -moz-border-radius: 10px;    CCborderRadius: 10px;}.mm_downloadbox{    margin: 0 auto;    border: 1px solid #000000;    color: black;    text-align: justify;    width: 800px;    height: 370px;    padding: 10px;    background-color: #ffffff;    margin-top: 10px;    margin-bottom: 10px;        /* Do rounding (native in Firefox and Safari, CC in IE) */    -webkit-border-radius: 10px;    -moz-border-radius: 10px;    CCborderRadius: 10px;}.mm_page{    height: 1300px;}.remote_page{    height: 1680px;}.footer{    height: 30px;    margin-bottom: 10px;    /* text-align: center; */    /* Do rounding (native in Firefox and Safari, CC in IE) */    -webkit-border-radius: 10px;    -moz-border-radius: 10px;    CCborderRadius: 10px;}html,body{    height: 100%;    text-align: center;    color: black;    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;    font-size: 12px;    margin: 0px;   /* background-image: url(pattern.gif);*/	background-color: #ddddff;}.maintable{	background-color: #f0f0ff;}a:link { color: black; text-decoration: none; }a:visited { color: black; text-decoration: none; }a:hover { color: purple; text-decoration: none; }a:active { color: black; text-decoration: none; }