html {
overflow: auto;
}
.bodyStyle {
	/* bg galben si fonturi gri inchis */
	background-color: rgb(255, 255, 204); 
	color: rgb(51, 51, 51);
}
.pageTableStyle {
	width: 800px; 
	vertical-align: top; 
}
/* imaginea din header din prima pagina */
.headImageCellStyle {
	height:235;
}
.headImageStyle {
	border: 0px solid; 
	width: 800px; 
	height: 220px;
}
/* textul primei pagini */
.firstPageTableStyle {
	text-align: center;
}
.firstPageTextStyle {
	font-family: Helvetica, Arial, sans-serif;
	font-size:15; 
	font-weight: bold;
}
.textStyleV {
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}
/* Tabelul pentru Meniu */
.menuTableStyle {
	width: 146px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*text-align: center;*/
	vertical-align: top;
}
/* O linie din Meniu */
.menuRowStyle {
	/*width: 100px;*/
	/*text-align: center;
	vertical-align: top; */
}
/* O celula din Meniu */
.menuCellStyle {
	width: 145px;
	height: 19px;
	/*text-align: center;*/
	/*vertical-align: top; */
}
/* Icoana din Meniu */
.menuIconImageStyle {
	border: 0px solid; 
	width: 145px; 
	height: 206px;
}
.menuIconCellStyle {
	width: 145px;
	height: 235px;
	/*text-align: center;*/
	vertical-align: top;
}
.usualTextStyle {
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align: left;
	vertical-align: top;
}
.headerWindow { 
	width:650px; 
	overflow:auto;
}
.headerSpace  { 
	width:4170px; 
	height:310px; 
}

