body { margin-top: 0pt; margin-right: 0pt; margin-left: 0pt; margin-bottom: 0pt; }

td          { color: 255040; font-weight: 600; font-size: 13px; line-height: 15px;
			font-family: Arial, Geneva, Helvetica, Courier, Swiss;  }

a {
	text-decoration: none;
}
a:link {
	color: #0000CC;
}

a:visited {
	color: #0099FF;
}

a:active {
	color: red;
}

a:hover {
	color: red;
}

ul {
  font-weight: 800; font-size: 11px; line-height: 15px;
  text-align: center;
  padding: 0;
  margin: 0px;
  list-style: none;
  }
li {
  float: left;
  position: relative;
  width: 158px;
  background-color: #F1E49A;
	border: 1px solid black;
	border-width: 1px 1px;
  }
li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0px;
  }
li > ul {
	top: auto;
	left: auto;
	}

li:hover ul, li.over ul{ display: block }
li#first {
	border-left-width: 1px;
}

li#last {
	border-right-width: 1px;
}

li.inside {text-align: left; display: list-item; list-style-type: disc; border: none; 
    font-size: 13px; font-weight: 600; background-color: transparent;}
ul#listin {  display: list-item; border: none; font-size: 13px; 
    font-weight: 600; line-height:15px}

p {clear: left; margin-left: 3em;
  margin-top: 2em;}

h1 { font-size: 18px; font-weight: 600}

div { margin-left:2em}

