form {padding:0; margin: 0;}
img {border: 0;}
a {color: black;}
/****************************************************************************************/
.indent {text-indent: 1.3em;}
.justify {text-align: justify;}
.center {text-align: center;}
.centerblock {display: block; margin-left: auto; margin-right: auto;}
.right {text-align: right;}
.top {vertical-align: top;}
.bold {font-weight: bold;}
.nobold {font-weight: normal !important;}
.noborder {border: none !important;}
.nowrap {white-space: nowrap !important;}
.clear {clear: both !important;}
.floatleft {float: left;}
.floatright {float: right;}
.floatend {clear: both !important; font-size: 1px; height: 1px;}
.topmargin1em {margin-top: 1em;}
.topmargin2em {margin-top: 2em;}
.bottommargin1em {margin-bottom: 1em;}
.bottommargin2em {margin-bottom: 2em;}
.notopmargin {margin-top: 0;}
.nobottommargin {margin-bottom: 0;}
.inline {display: inline;}
.block {display: block;}