/*===============================================
  Print-only stylesheet
================================================*/


body {
  color: #000;
  background-color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-family: "Lucida Grande",  Verdana, "Bitstream Vera Sans", helvetica, sans-serif;
}


a { color: #003366; }
a:hover { color: #336699; }

form {
  margin: 0;
  padding: 0;
}

pre { font-size: 12px; }

p {
  margin: 7px 0 7px 0;
  padding: 0;
}

td, th {
  font-size: 12px;
  line-height: 17px;
}

input, textarea, select, option {
  font-size: 12px;
  font-family: "Lucida Grande",  Verdana, "Bitstream Vera Sans", helvetica, sans-serif;
}

small {
  font-size: 11px;
  color: #666;
}

/*-------------------------------------------------
  Hide for media=screen
-------------------------------------------------*/
.screen_only { display: none; }

/*-------------------------------------------------
  Hide other elements
-------------------------------------------------*/
#side { display: none; }
#header_menu { display: none; }




