body {
   color: black;
   font-family: arial;
   text-align: left;
}



.hidden { display: none; }
.unhidden { display: block; }

.enhanced { background-color:#b0c4de; border-style: solid; border-width:1px; border-color:#777777; padding:5px; }
.non-enhanced { background-color:#ffffff; border: none; padding: 0px; }

.strong { font-weight:bold; }
.non-strong { font-weight:normal; }


.icon {
   border: 0px;
}



a {
   target: _blank;
}



a.menulinks:link {color: #555555; text-decoration: none;}
a.menulinks:visited {color: #555555; text-decoration: none;}
a.menulinks:hover {color: #555555; text-decoration: underline}
a.menulinks:active {color: #ff8400; text-decoration: none;}



select {
   font-size: 8pt;
}



p.submenulinks {
   margin-top: 5px;
   margin-bottom: 5px;
}



p.moto {
   color: #777777
   font-size: 15px;
   font-style: italic;
}



a.moreinfo {
  font-size: 8pt;
}



p.menulinks {
   color: #555555;
   text-align: right;
   margin-left: 5px;
   margin-right: 5px;
   margin-top: 2px;
   margin-bottom: 0px;
   font-size: 8pt;
}



.this_item {
   color: #ff8400;
}



h1 {
   font-weight: bold;
   font-size: 14pt;
}


h2 {
   font-weight: bold;
   font-size: 12pt;
}

h3 {
   font-weight: bold;
   font-size: 10pt;
   margin-top: 0px;
   margin-bottom: 5px;
   text-align: left;
}


li {
   margin-bottom: 5px;
   font-style: normal;
   font-size: 10pt;
}   	


p {
   font-style: normal;
   font-size: 10pt;
}


p.normaltext {
}


footer {
   width: 100%;
   text-align: center;
   font-size: 8pt;
   font-style: normal;
   position: absolute;
   margin-top: 10px;
   margin-bottom: 0px;
   vertical-align: middle
}


nav.menu {
   text-align: center;
   color: #555555;
   font-size: 8pt;
   font-style: normal;
   margin-top: 2px;
   margin-bottom: 2px;
   vertical-align: middle
}

p.tab {
   text-align: center;
   color: #555555;
   font-size: 9pt;
   font-style: normal;
   font-weight: bold;
   margin-top: 8px;
   cursor: pointer;
}

img {
   border: 0;
}

table {
   table-layout: fixed;
}