
/* table designs */
table.hy {
	border-width: 1px;
	border-spacing: 2px;
	border-style: double;
	border-color: #ff9900;
	border-collapse: separate;
	background-color: #fef7d8;
}

table.searchm {
	border-width: 1px;
	border-spacing: 2px;
	border-style: double;
	border-color: #003366
}

table.expert {
	border-width: 1px;
	border-spacing: 2px;
	border-style: double;
	border-color: #008040;
	border-collapse: separate;
	background-color: #b4e7b8;
}

/*link specs */
a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}


/*body specs */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	font-size: 11px;
}

p {
	font-size: 11px;
	font-style: normal;
}


/* text specs */
.headline {
	font-size: 16px;
	font-weight: bold;
}

.subhead {
	font-size: 13px;
	font-weight: bold;
}

.boldandital {
	font-style: italic;
	font-weight: bold;
}

.ital {
	font-style: italic;
}


.smallfont {
	font-size: 9px;
}



.lastup {
font-size: 9px;
margin-left: 380px;
	margin-right: 0px;
}

.list_style
  {

  }
  
ul, li
  {
padding: 0px;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	border: 0;
	margin-left: 10px;
  }

