@charset "utf-8";
/* CSS Document */

/** SOME TOOLS **/

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

.left {float: left;}
.right {float: right;}
.center {display: block; margin-left: auto;	margin-right: auto;}

img.left {margin: .5em 1em 1em 0;}
img.right {margin: .5em 0 1em 1em;}
img.center {margin-top: 1em; margin-bottom: 1em;}

.clearleft {clear:left;}
.clearright {clear: right;}
.clear {clear: both;}

.textcenter, #sidebar p.textcenter {text-align: center;}
.textright {text-align: right;}
.textleft {text-align: left;}

a {text-decoration: none; outline: 0;}
a:hover {text-decoration: underline;}	

p,h1,h2,h3,h4,h5,h6,ol,ul,dl {text-align: left;}
small { font: 11px/1.4em Arial, Helvetica, sans-serif; letter-spacing: 0.1em; }