	
.titleDiv {
	text-align: center;
	width:100%;
	font-size: 20pt;
	font-weight: bold;	
}

.headerDiv {
	position:absolute;
	z-index: 100;
	top:-3px;
	left:2px;
	width:102%;
}

.mainMenuButton {
	font-family: verdana;	
	font-size: 8pt;
	font-weight: bold;
	border: black solid 1;
	cursor:hand;
	color:#ffffff;
	background-color:#7777dd;
	width:100%;
}

.mainChoosenButton {
	font-family: verdana;	
	font-size: 8pt;
	font-weight: bold;
	border: black solid 1;
	color:#222222;
	background-color:#bbbbff;
	width:100%;
}

.bodyMenuButton {
	font-family: verdana;	
	font-size: 8pt;
	font-weight: bold;
	border: black solid 1;
	cursor:hand;
	color:#ffffff;
	background-color:#7777dd;
	width:100%;
	
}

.bodyChoosenButton {
	font-family: verdana;	
	font-size: 8pt;
	font-weight: bold;
	border: black solid 1;
	color:#222222;
	background-color:#bbbbff;
	width:100%;
	
}

body {
	font-family: verdana;
	color:black;
	font-size: 10pt;
	font-style: plain;
}

div#page {
}

div#section 
{	

}

.menuLabel {
	font-family: verdana;	
	font-size: 8pt;
	font-weight: bold;	
	color:#000000;	
}

.note {
	font-family: verdana;
	color: red;
	font-size: 7pt;
	width:100%;
	text-align: justify;
}

.title {
	font-size: 18pt;
	font-weight: bold;
	display: block;
}

.subtitle {
	font-size: 16pt;
	font-weight: bold;
	display: block;
}

.subsubtitle {
	font-size: 14pt;
	font-weight: bold;
	display: block;
}

.subsubsubtitle {
	font-size: 12pt;
	font-weight: bold;
	display: block;
}

 .descr {}
 
 .descrj {text-align:justify;}

 .dialogue {}

 .dialogueRole {	
	font-weight: bold;
}

 .dialogueCommSpeech {}

 .dialogueCommAction {
	font-style: italic;
}

 ol {}
 ul {}
 li {}
 table { width: 100%; }
 tr {}
 th {
	font-size: 10pt;
	font-weight: bold;
	text-align:center;
}
 td {}
