body { margin: 0; padding: 0; }

form { margin: 0; padding :0; }
a, img { border: none; }
table { table-layout: fixed; }

table.design { border: collapse: collapse: border: none; border-spacing: 0px; }

.no_pad: { padding: 0px; }
.no_mar: { margin: 0px; }

.pad_10: { padding: 10px; }

.ta_center { text-align: center; }
.ta_left { txet-align: left; }
.ta_right { txet-align: right; }
.ta_just, .ta_justify { txet-align: justify; }

.f_left { float: left; }
.f_right { float: right; }
.c_both { clear: both; }
.clearer { clear: both; height: 1px; font-size: 1pt; }
.c_left { clear: left; }
.c_right { clear: right; }

.cur_help { cursor: help; }
.cur_pointer { cursor: pointer; }
.cur_progress { cursor: progress; }

.relative { position: relative; }
.absolute { position: absolute; }

.d_none { display: none; }
.d_block { display: block; }
.d_inline { display: inline; }

.red, .red_h:hover { color: red; }
.lightred, .lightred_h:hover { color: lightred; }
.darkred, .darkred_h:hover { color: darkred; }
.magenta, .red_h:hover { color: red; }
.yellow, .yellow_h:hover { color: yellow; }
.orange, .orange_h:hover { color: orange; }
.green, .green_h:hover { color: green; }
.linghtgrey, .linghtgrey_h:hover { color: linghtgrey; }
.darkgrey, .darkgrey_h:hover { color: darkgrey; }
.grey, .grey_h:hover { color: grey; }
.grey, .grey_h:hover { color: grey; }
.red, .red_h:hover { color: red; }
.blue, .blue_h:hover { color: blue; }
.darkblue, .darkblue_h:hover { color: darkblue; }
.lightblue, .lightblue_h:hover { color: lightblue; }

.u, .u_h:hover { text-decoration: underline; }
.u_all, .u_all_h:hover, .u_all *, .u_all_h:hover * { text-decoration: underline; }
.nu, .nu_h:hover { text-decoration: none; }
.nu_all, .nu_all_h:hover, .nu_all *, .nu_all_h:hover * { text-decoration: none; }

.b, .b_h:hover { font-weight: bold; }
.b_all, .b_all_h:hover, .b_all *, .b_all_h:hover * { font-weight: bold; }
.nb, .nb_h:hover { font-weight: normal; }
.nb_all, .nb_all_h:hover, .nb_all *, .nb_all_h:hover * { font-weight: normal; }