td {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	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%;
}

/* BOF Languages */
.langLink {
	color: #000000;
}

.languages {
	color: #9F9F9F;
}
/* EOF Languages */

.logo {
	width: 170px; 
	height: 100px; 
	position: absolute; 
	left: 33px; 
	top: 11px; 
	text-align: center;
}

/* Links style */
.copyLink {
	color: #9F9F9F;
}

/* BOF Main Table style */
.mainTable {
	height: 100%;
}

.mainTableCell1 {
	height: 100%;
	width: 207px;
	background-image: url(../images/menu_bg.gif);
	background-position: right top;
	background-repeat: repeat-y;		
}

.mainTableCell2 {
	height: 100%;
	vertical-align: top;
	background-image: url(../images/content_bg.gif);
	background-position: right top;
	background-repeat: repeat-y;	
}
/* EOF Main Table style */

/* BOF Left Table style */
.leftTable {
	height: 100%;
}

.leftTableCell1 {
	vertical-align: top;
}

.leftTableCell2 {
	vertical-align: bottom;
	text-align: right;
	padding-right: 1px;
	background-image: url(../images/left_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.menuArea {
	padding-left: 30px;
}
/* EOF Left Table style */

/* BOF Right Table style */
.rightTable {
	height: 100%;
}

.rightTableCell1 {
	vertical-align: top;
}

.rightTableCell2 {
	vertical-align: bottom;
}

.keyvTableCell1 {
	height: 127px;
	text-align: right;
}

.keyvTableCell2 {
	height: 20px;
}

.copyrightArea {
	background-position: right;
	background-repeat: repeat-x;
	vertical-align: bottom;
}

.copyright {
	background-image: url(../images/copyright_bottom.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 47px;
	text-align: center;
	vertical-align: middle;
	color: #9F9F9F;
}

.contentArea {
	padding: 40px 20px 20px 40px;
}