/* default website typeface, size and standards */

body {font-family:Arial, Helvetica, sans-serif;font-size:14px;line-height:16px;color:#403e3e;font-weight:light;}

input.text, textarea {border:1px solid #666666;padding:2px;margin-bottom:1em;}

html, body {min-height: 100%; height: auto; height:100%;}

hr {clear:both;}


table, td, tr {border:1px solid #000000;}
table {margin:5px;}

/* standard set of classes that can be applied to each project to make alignment and floats easier*/

.fl_right {float:right;padding: 0 10px 0 0;}
.fl_left {float:left;}
.fl_left_clear {float:left;clear:both;}
.fl_right_clear {float:right;clear:both;}
.fl_clear {clear:both;}
.alg_center{text-align:center;}
.alg_right{text-align:right;}
.alg_left{text-align:left;}