body {	
   	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color:#FFFFFF;	
}

.warning {
  background-color:  #ffdddd;
}

.suggestion {
     background-color:  #99ffff;
}

.selected_mi {
     background-color:  #99ffff;
}


.bordered {
       border: groove 2mm  gray ;

     }



th {
   background-color:  #99ffff;
}

td {
  vertical-align: top
}


img {
  border-width: 0
}

table.bordered {
       border: groove 1mm  gray ;

     }

.yellow_bg {
                 background-color: yellow
}

.mainMenuItem {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	padding-left: 10px;
}
.submenuItem {
	font-size: x-small;
	font-style: italic;	
}
.submenuTitle {
	text-align: center;
	width: 100%;
	background-color: #8D64CA;
	color:#FFFFFF;
}
.articleHeader {
	font-size: large;
	background-color: #8D64CA;
	text-align: center;
	color:#FFFFFF;
}
p.zeroMargin {
	margin-top: 2pt;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.motto {
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	background-color: #CCCCCC;
}
.lastUpdate {
	font-size: x-small;
	font-style: italic;
}


.styleSmall {font-size: x-small}
