@charset "utf-8";

.hidden { display: none; }
.clear { clear: both; }
.weight-normal { font-weight: normal; }
.float-left { float: left; }
.float-right { float: right; }
img.float-right { float: right; margin-left: 12px; margin-bottom: 6px; }
img.float-left { float: left; margin-right: 12px; margin-bottom: 6px; }
.block { display: block; }
.bold { font-weight: bold; }
.nowrap { white-space: nowrap; }
.center { text-align: center; }
.rightalign { text-align: right; }
.leftalign { text-align: left; }
.subtle { color: #868686; }
.line-through {	text-decoration: line-through; }
.italic { font-style: italic; }
.copy-narrow { width: 345px; }
.disclaimer { font-size: 0.9em; color: #868686; }
#maincol .disclaimer a { color: #868686; border-bottom: 1px dotted #868686; text-decoration: none; }
.disclaimer a:hover { color: #666666; border-bottom-color: #666666; }