body
{
  background: white;
  margin: 0px;
  color: gray;
}

h1
{
  font-family: "Trebuchet MS",Trebuchet,Sans-Serif;
  font-size: 20px;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 0px;
  padding-top: 20px;
  padding-right: 5px;
  border-bottom: 2px dashed gray;
  color: gray;
  text-align: right;
}

h2
{
  font-family: "Trebuchet MS",Trebuchet,Sans-Serif;
  font-size: 16px;
  width: 100%;
  margin: 0px;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 2px;
  border-left: 10px solid gray;
  color: black;
  text-align: left;
  background-color: #EEEEEE;
}

td
{
  padding: 0px;
}

b
{
  color: black;
  font-weight: normal;
}

li
{
  margin:  0px;
  padding: 0px;
  font-family: "Trebuchet MS",Trebuchet,Sans-Serif;
  font-size: 12px;
  list-style-type: square;
}

ul
{
  margin:  0px 0px 0px 20px;
  padding: 0px 0px 0px 10px;
}

/*---------------------------------------------------------------------------*/
/* User Styles */
/*---------------------------------------------------------------------------*/
.normal
{
  color: gray;
  font-family: "Trebuchet MS",Trebuchet,Sans-Serif;
  font-size: 12px;
  width: 100%;
  text-align: justify;
  margin-left: 10px;
  margin-right: 10px;
}

.thumbnail
{
  margin: 0px;
  margin-right: 5px;
  border: 2px solid gray;
}

.menu-entry
{
  font-family: "Trebuchet MS",Trebuchet,Sans-Serif;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #EEEEEE;
  vertical-align: middle;
  text-align: left;
  width: 100%;
  height: 64px;
}

.menu-entry-hover
{
  font-family: "Trebuchet MS",Trebuchet,Sans-Serif;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
  width: 100%;
  height: 64px;
  border-bottom: 1px solid #EEEEEE;
  background-color: #EEEEEE;
  cursor: pointer;
}


.menu-normal
{
  font-family: "Trebuchet MS",Trebuchet,Sans-Serif;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  text-align: justify;
}

/*---------------------------------------------------------------------------*/
/* Anchors/Links */
/*---------------------------------------------------------------------------*/
A:link
{
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

/*-----------------------------------*/
A:visited 
{
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

/*-----------------------------------*/
A:hover 
{
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}

/*-----------------------------------*/
A:active 
{
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
