html, body {
	height:100%;
}


body {
	text-align:left;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 0.8em;
	margin: 0px;
	line-height: 1.4em;
}


h1 {
	font-size: 1.7em;
/*	letter-spacing: 0.1em;*/
	font-weight: normal;
/*	text-indent:-30px;*/
	padding-bottom:15px;
	color: #222;
}

h2 {
	font-size: 1.3em;
	margin-bottom:1em;
}

h3 {
	font-size: 1em;
}

hr {
	height:1px;
	background-color:#555;
	border-style:none;
	margin-top:20px;
	margin-bottom:10px;
}

li {
	margin-left: -18px;
}

a {
	text-decoration:none;
	color: #111;
}

a:hover{
	text-decoration:underline;
}

.footer {
	font-size:0.85em;
	color:black;
}

.hint {
	color: #666666;
}

.off {
	color: #999999;
}

/* used for non links appear as links*/
.fakelink {
	font-size:1.3em;
	font-weight:bold;
	cursor:pointer;
}

.nav1 {
	padding-left:7px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
}

.nav2 {
	padding-left:7px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:1px;
}

.nav1itemContainer {
	position:relative;
	width:auto;
	height:29px;
	text-align:right;
	margin-bottom:3px;
}

.nav1item {
	position:absolute;
	top:0px;
	right:0px;
	width:auto;
	height:29px;
	text-align:right;
	background:url(/images/pixel_alpha.png);
}

.nav2itemContainer {
	position:relative;
	width:auto;
	height:24px;
	text-align:right;
	margin-bottom:3px;
}

.nav2item {
	position:absolute;
	top:0px;
	right:0px;
	width:auto;
	height:24px;
	text-align:right;
	background:url(/images/pixel_alpha_grey.png);
}


