@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
body, input, textarea, select, button, td { 
font: 10pt Constantina, Garamond, "Palatino Linotype", "Times New Roman", Times, serif;
font-family: Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6, legend { 
font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}
ul, ol, dl { margin-left: 5em; }
br, hr { clear: both; }
img { border: 0; }

/* Display */
.hide { display: none; }
.inline { display: inline; }
.block { display: block; }

/* Text classes */
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.italic { font-style: italic; }
.bold { font-weight: bold; }
.fleft { float: left; }
.fright { float: right; }
.clearall { clear: both; }
br.clearall { height: 0; }
.cleft { clear: left; }
.cright: { clear: right; }