.hidden { display: none;}
.nobreak {white-space: nowrap;}
.justify-right { text-align: right }
.justify-left { text-align: left }
.justify-center { text-align: center }

/* General element styling */

td, th { vertical-align: top; }



/* Style Additions
------------------------------------------------------------------*/
textarea.shallow { height: 75px; }
hr.loud { background:#3A6375;color:#3A6375; }

/* OVERIDING BLUEPRINT
------------------------------------------------------------------*/

body { background-color: #666; }
