@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
}

a,
a * {
	cursor: pointer;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

br.clearer {
	clear: both;
	width: 0;
	height: 0;
	margin: -1px 0 0 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
}

a#top {
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

body {
	text-align: center;
	font-size: 100%;
}

div#page {
	text-align: left;
	margin: 0 auto;
	position: relative;
}

ul,
ul li {
	list-style: none;
}

ul.inline li {
	display: inline;
}

ol {
	margin-left: 16px;
}
ol li {
	padding-bottom: 0.5em;
}

th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #666666; 
	
}

/* Image replacement */
.ir {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.scrollable {
    display: block;
    overflow: auto;
    position: relative;
}
