/* align */
.justify {text-align: justify !important;}
.left {text-align: left !important;}
.center {text-align: center !important;}
.right {text-align: right !important;}


/* margin */
.top {margin-top: 0px !important;}
/*.first {margin-top: 0px !important; padding-top: 0px !important;}*/
.topline {margin-top: 5px !important;}
.pentop {	margin-top: 10px !important;}
.antepentop {	margin-top: 15px !important;}
.normaltop {margin-top: 20px !important;}
.after {margin-top: 25px !important;}
.penafter {margin-top: 30px !important;}
.buffer {margin-top: 50px !important;}
.penbuffer {margin-top: 70px !important;}

.penleft {margin-left: 10px !important;}
.antepenleft {margin-left: 14px !important;}
.normalleft {margin-left: 20px !important;}


/* padding */
.pad_penleft {padding-left: 10px;}
.pad_normalleft {padding-left: 20px;}
.pad_pentop {padding-top: 10px;}


/* decoration */
.bold {font-weight: bold !important;}
.normal {font-weight: normal !important;}
.italic {font-style: italic !important;}
.underline {text-decoration: underline !important;}
a.underline:link {text-decoration: underline !important;}
a.underline:visited {text-decoration: underline !important;}
a.underline:active {text-decoration: underline !important;}
a.underline:hover {text-decoration: underline !important;}
.underline_over:hover {text-decoration: underline !important;}
a.underline_over:hover {text-decoration: underline !important;}


/* transform */
.lowercase {text-transform: lowercase !important;}


/* position */
.float_l {float: left;}
.float_r {float: right;}
.clear_l {clear: left;}
.clear_r {clear: right;}

/* lists */
.toplinelist li {margin-top: 5px;}
.penlist li {margin-top: 10px;}
.antepenlist li {margin-top: 15px;}

/*other*/
.dashed {border-bottom-style: dashed !important; border-bottom-width: 1px !important;}

