@charset "utf-8";
/* CSS Document */

/* MISC SUPPORT */
.disabled {display:none;}
.text_right {text-align:right;}
.text_center {text-align:center;}
.text_left {text-align:left;}
.float_left {float:left;}
.float_right {float:right;}
.float_none {float:none;}
.clear_right {clear:right;}
.italic {font-style:italic;}
.bold {font-weight:bold;}
.no_border {border:none;}
label.error {display:none;}
.pagebreak { page-break-before: always; }