body {
	font-family: Arial, Helvetica, sans-serif;
	
}

td {
	font-family: Verdana;
	font-size: 12px;
	/*margin-top: 4px;
	margin-left: 4px;
	padding-left: 2px;*/
	
}

th {
	font-family: Verdana;
	font-size: 12px;
}

.tableheader{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	padding-top: 2px;
	padding-left: 2px;
	font-weight: bold;
}

a:link {
	color: #49500E;
	text-decoration: none;
}
a:visited {
	color: #49500E;
	
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #239852;
}
a:active {
	text-decoration: none;
}

.content{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 2px;
	margin-left: 3px;
	margin-right: 3px;
	text-align: justify;
	padding-right: 8px;	
}

.contentspecies{
	
	padding-left: 10px;
	padding-right: 10px;
	
}

.downmenu li{
		
display: inline;
margin: 0 3px 0 0;
padding: 0;


}

.downmenu a, .downmenu a:visited{
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #990066;
	text-decoration: none;
}

.downmenu a:hover{
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990066;
}

.headersect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 30px;
	font-size: 14px;
	padding-left: 45px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
}

//------------------table---------------------------------

.fancytable {
  /*margin: 1em 1em 1em 0;*/
  background: #F5F5F5;
  border-collapse: collapse;
}
.fancytable tr:hover {
	/*hover : expression(this.onmouseover=new Function("this.style.background='#d8d9cc';"),this.onmouseout=new Function("this.style.background='#feffee';"));*/
   background: lightsteelblue !important;
}
.fancytable th, .fancytable td {
  border: 1px silver solid;
  /*padding: 0.2em;*/
  text-align: left;
}
.fancytable th {
  background: gainsboro;
  text-align: left;
}
.fancytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

.fancytable tr.odd td, .fancytable tr.odd th {
	background-color: #ddd;
}

