html, body {
	margin: 0;
	padding: 0;	
	color: #00A6EB;
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

body {
/*	background-color: white;
	background: url('../i/bg.gif') !important;
	background-position: top left;*/
}

a {
	text-decoration: none;
	color: #00A6EB;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0; padding: 0;
	font-size: 18px;
	line-height: 24px;
}

h3 {
	margin: 0; padding: 0;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #00A6EB;
}

.orange {
	color: #00A6EB;
	margin-bottom: 1em;
}

.desc {
	width: 300px;
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 10px;
}
.desc span {
	background-color: #00A6EB;
	color: white;
}

.images {
}

.images img {
	vertical-align: top;
}

.images a img {
	border: 5px solid #00A6EB;
	margin-right: 10px;
	margin-bottom: 10px;
}

img {
	vertical-align: top;
	border: 0;
}

.bOver a {
	color: white;
}

.bOut a {
	color: #00A6EB;
}

.headline {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 10px;
	width: 340px;
}

.logo {
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
}

.content {
	position: absolute;
	top: 220px; left: 10px;
	z-index: 5;
}

.page {
	width: 400px;
}	

.pageContent {
	position: absolute;
	top: 220px; left: 410px;
	padding-right: 10px;
	z-index: 6;
}

.title {
	margin-bottom: 5px;
}

.text {
	color: black;
	margin-bottom: 40px;
}

.box {
	border: 5px solid #00A6EB;
	background-color: white;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 100px; height: 100px;
	background-image: url('../i/empty.gif');
	background-position: top left;
	background-repeat: no-repeat;
	cursor: Hand;
}

.active {
	border: 5px solid #00A6EB;
	background-color: white;
	cursor: Default;
}

.bOver {
	border: 5px solid #00A6EB;
	background-color: #00A6EB;
	color: white;
}

.bOut {
	background-color: white;
	color: #00A6EB;
}

.innerBox {
	width: auto;
	height: 90px;
	padding: 5px;
}

.innerBox span {
	color: white;
}

.hidden {
	display: none;
}

.bVisible {
	background-color: #00A6EB;
	color: white;
	display: block;
}

.clear {
	clear: both;
	display: block;
}