body {
	margin: 0px;
	padding: 0px;
}

p
{
	text-align:justify;
	font-family: Arial,Helvetica;
	font-size: 13px;
}

.hometext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	text-align: justify;
}

.title
{
	font-family: Arial;
	font-size: 17px;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}

.picturetext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
	text-align: justify;
}

.menutext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}

a.menutext:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}

a.menutext:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}

a.menutext:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}

.levelZero {
   position:               absolute;
   font-family:            verdana;
   font-size:              10px;
   color:                  #ffffff;
   font-weight:            bold;
   text-decoration:        none;
   background-color:       #000000;
   layer-background-color: #000000;
   padding:                2px;
   cursor:                 pointer; cursor: hand;
}

.levelZeroOver {
   position:               absolute;
   font-family:            verdana;
   font-size:              10px;
   color:                  #D6BB4F;
   font-weight:            bold;
   text-decoration:        none;
   /*background-color:       #203343;*/
   /*layer-background-color: #203343;*/
   padding:                2px;
   cursor:                 pointer; cursor: hand;
}

.levelOne {
   position:               absolute;
   font-family:            verdana;
   font-size:              10px;
   color:                  #000000;
   background-color:       #FFFFFF;
   layer-background-color: #FFFFFF;
   padding:                2px;
   cursor:                 pointer; cursor: hand;
   visibility:             hidden;
}

.levelOneOver {
   position:               absolute;
   font-family:            verdana;
   font-size:              10px;
   color:                  #000000;
   background-color:       #EEEEEE;
   layer-background-color: #EEEEEE;
   padding:                2px;
   cursor:                 pointer; cursor: hand;
}

.levelOneBorder {
   position:               absolute;
   background-color:       #000000;
   layer-background-color: #000000;
   visibility:             hidden;
}