@import url("import.css");

/* Copyright 1997-2006 OOP-Research Corporation. All Rights Reserved. */

/* ******************  body  *************** */

html, body {
   background: #fff;
   color: #000;
}

/*
html, body, h2, h3, h4, div, p, ul, li, input {
   font-family: Arial, Helvetica, sans-serif;
}
*/

/*
html, body, h2, h3, h4, div, p, ul, li, input {
   font-family: Bitstream Vera Sans, Arial, Sans-Serif;
   font-size: 12px;
}
*/

html, body, h2, h3, h4, div, p, ul, li, input, td {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
}

pre {
   font-family: monospace, serif, sans-serif;
   font-size: 12px;
}

/*
.hide {
   visibility: hidden;
   background: #fff;
   color: #fff;
   clear: both;
   margin: 0;
}
*/

.hide {
   visibility: hidden;
   clear: both;
   margin: 0;
}

a:link {
   background: #fff;
   color: #037;
}

a:visited {
   background: #fff;
   color: #636;
}

a:active {
   background: #ffc;
   color: #900;
   text-decoration: none;
}

a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img { color: inherit;     /* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }
}
