/* General StyleSheet for all browsers supporting CSS. */

/*** HTML tags ***/
* {margin:0;padding:0;}

BODY{font-family:Arial, Helvetica, sans-serif;font-size:0.8em;}
H1{}
H2{}
H3{}
H4{}
P{}

/*** HR ***/
DIV.hr {clear:both;height:1px;background:#B9B9B9 center;margin:10px 0px 0px 0px;}
DIV.hr HR {display:none;}

/* classes */
.fr{float:right;}
.fl{float:left;}
.fn{float:none;}
.cb{clear:both;}
.tal{text-align:left}
.tac{text-align:center}
.tar{text-align:right}
.vat{vertical-align:top}
.vam{vertical-align:middle}
.vab{vertical-align:bottom}
.hdn{display:none;}
.wauto{width:auto;}
.print{display:none;}
.noprint{}
.highlight{color: #0A397F;}
