
body {
    padding: 0px;
    border: 0px;
    margin:0px;
    height:100%;
    background-color:#ffffff;
    font-family: Helvetica, Arial, sans-serif, Verdana;
    font-size: 12px;
    text-align: justify;
  }

html {
    height:100%;
  }

.banner {
    background-color: #FFFFFF;
    min-height:136px:height: 136px;
    width: 850px;
    background-repeat: no-repeat;
  }

.banner_ls11 {
    background-color: #FFFFFF;
    position: absolute;
    left: 238px;
  }

.menu_bar {
    background-color: #C9DFFF;
    font : 900 medium Arial, Helvetica, sans-serif, Verdana;
    font-size: 13px;
    padding : 5px 0px 0px 0px;
    margin : 0px;
    color : #000000;
    height : 20px;
    width : 200px;
    text-align : left;
  }

.menu_bar_long {
    background :  #74ABFF  url('../images/menu_bar.png') no-repeat;
    font :  900 medium  Helvetica, Arial, sans-serif, Verdana;
    padding : 5px 0px 0px 5px;
    margin : 0px;
    color : #FFFFFF;
    height : 20px;
    left : 200px;
    position : absolute;
    width : 645px;
  }

.menu_button {
    background-color: #EAF6FF;
    height: 18px;
    width: 185px;
    padding: 0px 0px 3px 15px;
    font-family: Arial, Helvetica, sans-serif, Verdana;
    color: #000000;
    text-decoration: none;
    text-align: left;
    font-size: 11px;
    line-height: 22px;
  }

.menu_button a:hover {
    background-color: #74ABFF;
    text-decoration: none;
  }

.menu_left {
    display: table;
    min-height:400;
    height: 200;
    width:200;
    position: absolute;
    top: 140px;
    left: 0px;
    overflow: hidden;
    margin-top:20px;
    background-color:#000000;
}

.text {
    height: 600 px;
    width:600px;
    position: absolute;
    top: 180px;
    left: 238px;
    background-color: #ffffff;
    font-family: Helvetica, Arial, sans-serif, Verdana;
    font-size: 12px;
    text-align: justify;
    color: #000000;
    link: #FF0000;
  }

.title01 {
    font-family: Helvetica, Arial, sans-serif, Verdana;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: #140099;
    text-decoration: underline;
    text-indent: 0px;
    text-align: center;
  }

.title02 {
    font-family: Helvetica, Arial, sans-serif, Verdana;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #140099;
    text-indent: 0px;
    text-align: left;
  }

.title03 {
    font-family: Helvetica, Arial, sans-serif, Verdana;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
    color: #140099;
    text-indent: 0px;
  }

.title04 {
    font-family: Helvetica, Arial, sans-serif, Verdana;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: #FF0000;
    text-decoration: none;
    text-indent: 0px;
    text-align: center;
  }

a:active {
    color: #000000;
    text-decoration: none;
  }

a:hover {
    color: #FF0000;
    text-decoration: underline;
  }

a:link {
    color: #000000;
    text-decoration: none;
    cursor: url();
  }

a:visited {
    color: #000000;
    text-decoration: none;
  }

.text a:active {
    color: #FF0000;
    text-decoration: none;
  }

.text a:hover {
    color: #FF0000;
    text-decoration: underline;
  }

.text a:link {
    color: #FF0000;
    text-decoration: none;
  }

.text a:visited {
    color: #0000FF;
    text-decoration: none;
  }


