/* standar site elment */
/* ready list */
.readyTable{
  font-size: 12px
}

.readyItem{
  height: 20px;
}
.readyAltItem{
  background-color: #DAE8EF;
  height: 20px;
}
.readyHeader{
  background-color: #097600;
  color: #FFFFFF;
}

 a:link.readyHeader, a:visited.readyHeader, a:hover.readyHeader{
  color: #FFFFFF;
}
.readyHeader{
  color:#FFF;
}



.readyFooter{
  background-color: #ED8114
}
.readyPager{
  background-color: #4B8DB1;
  padding: 0;
  color: #FFFFFF;
}
.readyPager tr, td
{
    border:0;
}

.readyPager a{
  color: #FFFFFF;
  text-decoration: none;
  padding: 2px;
}

.readyPager a:hover{
  color: #FFFFFF;
  background-color: #9BC0D5;
}
a.readylist{
  color: #003366;
  text-decoration: none
}
a.readylist:hover{
  color: #000099;
  text-decoration: none
}
/* h1-h6 */
h1, h2, h3, h4, h5, h6 {
  display: inline
}

h1{
  font-size: 14px;
  font-weight: bold;
}
h2{
  font-size: 12px;
  font-weight: bold;
}
h3{
  font-size: 12px;
  font-weight: bold;
}
h4{
  font-size: 12px;
  font-weight: bold;
}
h5{
  font-size: 12px;
  font-weight: bold;
}
h6{
  font-size: 12px;
  font-weight: bold;
}


