body{
  background          : #ffffff;
  margin              : 0px 15px 10px 15px;
}

body, td{
  font-size           : 13px;
  color               : #222222;
  font-family         : arial, helvetica, verdana;
  text-align          : justify;
}

h2{
  font-weight         : 600;
  font-size           : 20px;
  text-align          : left;
  margin-top          : 3px;
  margin-bottom       : 0px;
}

h3{
  font-weight         : 600;
  font-size           : 15px;
  text-align          : right;
  margin-bottom       : 0px;
}

h4{
  font-weight         : 600;
  font-size           : 14px;
  text-align          : left;
  margin-bottom       : 6px;
}

a{
  color               : #1F3B0C;
  text-decoration     : underline;
}

a   :hover{
  color               : #222222;
  text-decoration     : none;
}

td.title_line{       /* Border underneath titles */
  background          : #457323;
}

.gray_info_text{
  color               : #666666;
}

td.boxLight{
  background          : url('../images/box_bg.gif');
  background-position : bottom left;
  border              : 1px solid #457323;
  padding             : 3px;
}

td.boxLightHeader, div.button{
  height              : 24px;
  cursor              : default;
  border              : 1px solid #457323;
  border-color        : #7ca45f #203c06 #203c06 #7ca45f;
  background          : #457323 url('../images/button_bg.gif');
  text-align          : center;
  vertical-align      : middle;
  line-height         : 24px;
  color               : #ffffff;
  font-size           : 12px;
  font-weight         : 600;
  padding             : 1 20 0 21;
  overflow            : visible;
}

div.button:hover{
  border-color        : #203c06 #7ca45f #7ca45f #203c06;
  padding             : 0 21 1 20;
}

.green_border{
  border              : 1px solid #457323;
}

table.rows{
  border-top          : 2px solid #457323;
}

td.row0{             /*row0 and row1 for alternating dark and light rows*/
  background          : #DCEDBD;
  border-bottom       : 1px solid #457323;
}

td.row1{
  background          : #FFFFFF;
  border-bottom       : 1px solid #457323;
}

img.photo{
  border              : 1px solid #457323;
}

td.photo{
  color               : #666666;
  font-size           : 11px;
  text-align          : center;
}

.copyright{
  color               : #333333;
  font-size           : 11px;
  text-align          : right;
}
