

body {
    background-color : #0affff;
    background-repeat : repeat-y;
    font-family : Verdana, Arial, 'sans-serif';
    font-size : 11px;
  }


table.main {
    vertical-align: middle;
    position: static;
  }


td {
    font-family : Verdana, Arial, 'sans-serif';
    font-size : 11px;
  }


td.main {
    background-color : #FFFFFF;
    padding-right : 5px;
  }


a {
    color : #000000;
    font-family : Verdana, Arial, 'sans-serif';
    font-size : 11px;
  }


a.top {
    color : #000000;
    font-family : Verdana, Arial, 'sans-serif';
    font-size : 11px;
    font-weight : bold;
    text-decoration : none;
  }


a.top:hover {
    color : #FF0000;
  }


a.top_sel {
    color : #FF0000;
    font-family : Verdana, Arial, 'sans-serif';
    font-size : 11px;
    font-weight : bold;
    text-decoration : none;
  }


.title {
    color : #3d3a81;
    font-family : Verdana, Arial, 'sans-serif';
    font-size : 25px;
    font-weight : normal;
    padding-bottom : 10px;
    padding-left : 60px;
  }


td.flags {
    padding-bottom : 15px;
  }

div.small {
    float : left;
    height : 60px;
    position : relative;
    width : 60px;
    z-index : 9;
    overflow: none;
  }

div.image {
    float : left;
    height : 90px;
    left : -40;
    top : -30;
    position : relative;
    width : 60px;
    z-index : 10;
  }


.longtext {
    color : #000000;
    font-family : Verdana, Arial, 'sans-serif';
    font-size : 11px;
    /* height : 90%;
    width : 490px;
    overflow : auto;
    scrollbar-3dlight-color : '#FFFFFF';
    scrollbar-arrow-color : #FFFFFF;
    scrollbar-darkshadow-Color : '#FFFFFF';
    scrollbar-face-color : #C0C0C0;
    scrollbar-highlight-color : gray;
    scrollbar-shadow-color : #FFFFFF;
    scrollbar-track-color : #FFFFFF;
    */
  }


div.main {
    height : 100%;
    width : 490px;
  }


.copyright {
    color : #FFFFFF;
    font-family : Verdana, Arial, 'sans-serif';
    font-size : 11px;
    font-weight : none;
    margin-top : 5px;
  }

