/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
div.clear {
	height: 1px;
	clear: both;
	visibility: hidden;
	}
hr.clear {
	clear: both;
	visibility: hidden;
	}
.show {display: block;}
.hide {display: none;}
.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.textcenter {text-align: center;}
.textright {text-align: right;}
.textleft {text-align: left;}

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

h1 {font-size: 2em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.17em;}
h4 {font-size: 1em;}
h5 {font-size: .83em;}
h6 {font-size: .67em;}