/* CSS Document */
.smallText{font-size: xx-small;}
.imagecaption{font-size:85%; font-style:italic; letter-spacing:0.1em;}

.pdf{font-size:88%; letter-spacing:0; text-transform:uppercase;}
.pdf img{vertical-align:middle;}

.hide{/* display:none; */}
.show{/* display:block; */}

.left{float:left;}
.right{float:right;}
.clearfloat {display: table; width: 100%;} /*use instead of clear:both, wrap a div around the content, ie image, h2 and text */


