/* CSS Document */

/*div.clear {height: 1px; clear: both;}*/

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

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

.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;}	

.dotted {
	border-bottom: 1px dotted #999;
	height:1px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	}