*{
	font-family: "Comic sans MS", Helvetica, "Sans serif";
	font-size: 12px;
}

body{ 
background: #eeeeee;
}

body.frameMain{
	margin: 0px 0px 0px 0px;
	background: #eeeeee;
}

.pageTitle{
	margin: 0px 0px 4px 0px;
	font-size: 14px;
	color: #666666;
	background: #ffff99;
	font-weight: bold;
	text-align: center;
}

.prg{
	margin: 0px 0px 4px 0px;
	padding:10px;
	background: #dddddd;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #666666;
}

ol{
	list-style: none;
	margin: 0px 0px 0px 20px;
}

ol.numberedList{
	list-style: decimal;
	margin: 0px 0px 0px 20px;
}

li{
	font-size: 12px;
	margin: 0px 0px 14px 0px;
}

li.firstElement{
	margin: 10px 0px 14px 0px;
}

li.lastElement{
	margin: 0px 0px 0px 0px;
}

a{ 
	color: #000080;
	text-decoration: none; 
}

a:hover{ 
	text-decoration: none; 
}

table.coord{
	width: 532px;
}

.tableGroupLabel{
	background-color:#666666;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	color: #ffff99;   
}

.tableLabel{
	background-color:#666666;
	text-align: left;
	font-size: 12px;
	font-weight: 700;
	color: #ffff99;   
}

.tableElement{
	background-color:#dddddd;
	font-size: 12px;
	color: #666666;
}

/*----------------------------------------------------------------------------------*/
/*-----------------------------   navigation   -------------------------------------*/
/*----------------------------------------------------------------------------------*/
table.GeneralMenu{
	width: 800px;
	background: #eeeeee;
}

.GeneralMenuItem, .GeneralMenuItemSel{
	font-size:13px;
	font-weight:700;
	text-align: center;
}

td.GeneralMenuItem{ 
	background: #ffff99;
}

a.GeneralMenuItem{ 
	text-decoration: none;
	color: #666666;
}

a.GeneralMenuItem:hover{ 
	color: #aaaaaa;
}

td.GeneralMenuItemSel{ 
	background: #666666;
	color: #ffff99;
}

.navigTitle{
	margin-top: 1mm;
	margin-bottom: 1mm;
	text-align: left;
	color: #666666;
	font-size: 13px;
	font-weight: 700;   
}

.navigElement{
margin-left: 2mm;
font-size: 12px;
color: #666666;
}

div.navigElement a{
	color: #666666;
}