.float_left { float: left; }
.float_right { float: right; }

.clear_both, .cleared { clear: both; }
.clear_left { clear: left; }
.clear_right { clear: right; }

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.justify { text-align: justify; }

.strong { font-weight: bold; }

.smaller { font-size: 80%; }

.no_padding { padding: 0px; }
.no_border { border: 0px; }

.monospace { font-family: monospace; }

.red { color: red; }

#fatal_error
{
border: red 1px solid;
color: red;
background: #f0f0f0;
padding: 20px;
}

/* Remove default borders from images */

a img, .imagemap
{
border: 0px;
}

.display_none { display: none; }

.strike { text-decoration: line-through; }

.margin10 { margin: 10px; }
