html {
	height: 100%;
}

body {
	background-color: #FFF;
	font-family: sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	height: 100%;
}

.wrapper {
	background-color: #E4EEBC;
	margin: 0 auto;
	width: 800px;
	min-height: 100%;
}

.androidwrapper {
	background-color: #E4EEBC;
	min-height: 100%;
}



h1 {
	font-size: 16pt;
	font-weight: bold;
	padding-left: 2pt;
	padding-right: 3pt;
	margin-bottom: 15pt;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	padding-left: 2pt;
	padding-right: 3pt;
	padding-top: 10pt;
	margin-bottom: 10pt;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	padding-left: 2pt;
	padding-right: 3pt;
	padding-top: 5pt;
	margin-bottom: 5pt;
}

p {
	padding-left: 2pt;
	padding-right: 3pt;
	padding-bottom: 5pt;
}

a {
	color: #4172FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.header {
	background-color: #ffffff;
	text-align: right;
	padding-bottom: 6px;
}

#alobaLogo {
	clear: both;
}

.backgroundHeader {
	background-color: #FFF;
	width: 100%;
}

.backgroundMenubar {
	border-top: 1px solid #A9CA35;
	border-bottom: 1px solid #A9CA35;
	width: 100%;
	overflow: hidden;
	padding: 4px 0px 2px 0px;
	height: 18px;
}

.backgroundBody {
	position: relative;
	background-color: #E4EEBC;
	color: #9c9d9f;
	margin-top: 7px;
	padding-left: 15px;
	padding-top: 15px;
}

.alobaRed {
	color: #E93F17;
}

a.langLnk {
	color: #a0a0a0;
	font-family: Verdana, monospace;
	font-weight: 600;
	font-size: 12px;
	line-height: 150%;
	text-transform: uppercase;
}

a.langLnk:hover {
	color: #a9ca35;
	text-transform: uppercase;
	text-decoration: underline;
}

a.fatLnk {
	font-size: 13pt;
	color: #97bf0d;
	font-weight: bold;
	text-decoration: none;
}

a.fatLnk:hover {
	text-decoration: underline;
}