body {
  background-color:#fff;
  color: #bc7636;
  font-size: 12px;
  font-family: Arial, Verdana;
}

td {
  font-size: 14px;
}

hr {
  background-color: #bc7636;
  color: #bc7636; 
  border: none;
  height: 3px;
  
}

h1 {
  font-size : 30px;
  font-family : Arial, Verdana;
  font-weight : bold;
  color : #bc7636;
  margin-bottom: 0px;
  padding-bottom: 0px;
  display: inline;
}


h2 {
  font-size : 18px;
  font-family : Arial, Verdana;
  font-weight : bold;
  color : #bc7636;
}

.center {
  text-align: center;
}

.border {
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
}
  
.text {
       color:#ffffff;
       font-family:arial, sans-serif;
       font-size:12pt;
       }
  

.title, h1  {
        font-size : 30px;
        font-family : Arial, Verdana;
        font-weight : bold;
        color : #bc7636;
}

.title_little  {
        font-size : 26px;
        font-family : Sans-serif;
        font-weight : bold;
        color : #bc7636;
        text-align: right;
}


.common, p  {
        font-size : 16px;
        font-family : Arial, Sans-serif;
        text-align : left;
        color: #bc7636;
}

.common2  {
        font-size : 16px;
        font-family : Arial, Sans-serif;
        text-align : justify;
        font-weight : bold;
        color:#ff0040;
}

.common_light  {
        font-size : 16px;
        font-family : Arial, Sans-serif;
        text-align : justify;
        color : #99ccff;
}
.common_ultralight  {
        font-size : 16px;
        font-family : Arial, Sans-serif;
        text-align : justify;
        color : #ffffff;
}



.small {
        font-size : 12px;
        font-family : Arial, Sans-serif;
        text-align : justify;
}
.link, a  {
        color : #e6860a;
        font-family : Arial, Sans-serif;
        font-size : 16px;
}

.tooltip {
  background-color: #024CC6;
  border-style:double;
  border-color:#84DAC1;
  border-width:5px;
  position: absolute;
  visibility: hidden;
  width=250px;
//  height=100px;
  padding: 5px;
  font-size:12px;
  font-weight:bold;
  font-family:sans-serif;
  color:#CDF6D7;
  text-align:justify;
  filter:"Alpha(Opacity=90)";        
  -moz-opacity:0.9;
}

.white  {
        font-size : 12px;
        font-family : Arial, Sans-serif;
        text-align : right;
        color:#ffffff;
}

.img_text {
  border-style: solid;
  border-width: 1px;
  border-color: #FFFFFF;
  margin: 5px 5px 5px 5px;
  background-color: #0083e8;
}

