td {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

body {	
	margin: 0px;
	height: 100%;
	background-color: #FFFFFF;
}

html {
	height: 100%;
}

a { 
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.block {
	display: block;
}

.heightFull {
	height: 100%;
}

.copyLink {
	color: #9F9F9F;
}

.langLink {
	color: #000000;
}

.languages {
	color: #9F9F9F;
}

.logo {
	width: 146px; 
	height: 90px; 
	position: absolute; 
	left: 23px; 
	top: 58px; 
	text-align: center;
}

/* BOF Main Table style */
.mainTableCell1 {
	width: 167px;
	height: 100%;
	vertical-align: top;
	background-color: #EBEBB7;
}

.mainTableCell2 {
	vertical-align: top;
	height: 100%;
}
/* EOF Main Table style */

/* BOF Left Table style */
.leftTableCell1 {
	vertical-align: top;
}

.leftTableCell2 {
	vertical-align: bottom;
}
/* EOF Left Table style */

/* BOF Right Table style */
.rightTableCell1 {
	vertical-align: top;
}

.rightTableCell2 {
	vertical-align: bottom;
	padding-left: 50px;
}
/* EOF Right Table style */

.content {
	padding-left: 50px;
	padding-right: 20px;
}

.copyright {
	background-color: #F7F7F7;
	color: #9F9F9F;
}

.userKeyv {
	position: absolute;
	padding-left: 117px;
	padding-top: 4px;
}