BODY {
 margin  : 0;
 padding : 0;
 font-size : 10pt; 
 color : #333333; 
 background-color: #fef9db; 
 background-image : url(../../images/all_bg_top.jpg);
 background-position : top;
 background-repeat: repeat-x;
 line-height: 1.5;
}
tr,td{
 font-size : 10pt;
 color : #333333;
 line-height: 1.5;
}
#container {
        width: 100%;
        position: relative;
        height: 100%;
        min-height: 100%;
}
body > #container {
        height: auto;
}
#contents {
        padding-bottom: 120px;
}
#footer {
        width: 100%;
        position: absolute;
        bottom: 0;
        height: 120px;
        background-image : url(../../images/all_bg_bot.jpg);
        background-repeat: repeat-x;
        background-position : bottom;
}

A {
  color : #444444;
  background-color: #;
  font-weight : ;
  font-family : "";
  cursor :  auto;
  text-decoration : none;
}
A:VISITED {
  color : #633D41;
  background-color: #;
  font-weight : ;
  font-family : "";
  font-size : px;
  cursor :  auto;
  text-decoration : none;
}
A:HOVER {
  color : #4E6B3F;
  background-color: #;
  font-weight : ;
  font-family : "";
  font-size : px;
  cursor :  auto;
  text-decoration : none;
}
A:ACTIVE {
  color : #365C5B;
  background-color: #;
  font-weight : ;
  font-family : "";
  font-size : px;
  cursor :  auto;
  text-decoration : none;
}

.small{
 font-size : 7pt;
}
