/*----- defaults -----*/
.title, .title a { color:#4c5671; font:bold 20px Arial,sans-serif; }
h1, h2, h3 { margin-top:0; }
p { margin-bottom:1.6em; line-height:20px!important; text-align:justify; font:12px "Arial",sans-serif; color:#333333; }

img { border:none;  }
img a { border:none; }
input { border:none; }

a { font:bold 12px Arial,sans-serif; color:#4c5671; text-decoration:none; border:none; }
a:hover { color:#67728e; text-decoration:none; border:none; }

.black { color:#000 }

/*----- generic -----*/
.textleft { text-align: left; }
.textright { text-align: right; }
.textcenter { text-align: center; }
.allcaps { text-transform: uppercase; }
.serif { font-family:  Georgia, "Times New Roman", serif; }
.bold { font-weight:bold!important; }
.nobold { font-weight:normal; }

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left:auto; margin-right:auto; }
.clear { clear:both; }
.clearleft { clear:left; }
.clearright { clear:right; }
.hidden { display:none!important; }

.nomargin, #maincontent .nomargin { margin:0; }
.noborder { border:0; }
.nobullet li { list-style:none; margin:0; }