p {
  font-family:verdana, arial, tahoma, sans;
  font-size:12px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
}
h1 {
  font-family:verdana, arial, tahoma, sans;
  font-size:14px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  color:#000000;
}

td {
  font-family:verdana, arial, tahoma, sans;
  font-size:12px;
  line-height:16px;
}

td.contact {
  font-family:verdana, arial, tahoma, sans;
  font-size:10px;
}
td.general {
  font-family:verdana, arial, tahoma, sans;
  font-size:9px;
}
td.footer {
  font-family:verdana, arial, tahoma, sans;
  font-size:9px;
  color:#ffffff;
}

ul {
  font-family:verdana, arial, tahoma, sans;
  font-size:12px;
  line-height:15pt;
}

li {
  font-family:verdana, arial, tahoma, sans;
  font-size:12px;
  line-height:15pt;
}


table#menu {
  font-family: verdana, arial, tahoma, sans;
}


div.menuItem {
  width: 180px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  background-color: #cccccc;
  border: 1px solid #cccccc;
}

div.subMenu {
  width: 180px;
  background-color: #eeeeee;
  overflow: hidden;
  font-family: Arial;
}


.subMenu a { font-size: 12px; text-decoration: none; display: block; width: 100%; height: 100%; color: #444444; }
.subMenu a:link { display: block; width: 100%; height: 100%; color: #444444; }
.subMenu a:visited {  display: block; width: 100%; height: 100%; color: #444444; }
.subMenu a:active { display: block; width: 100%; height: 100%; color: #444444; }
.subMenu a:hover { color: white; background-color: #000000; }


div.subMenuItem {
  display: block;
  width: 100%;
  height: 25px;
  border-bottom:1px solid #c0c0c0;
}

div.footer {
	font-family: verdana, arial, tahoma, sans;
	font-size: 10px;
	color: #000000;
	padding-left: 5px;
}