html, body {
	color: #000;
	margin-top: -12px; /* NN only */
	margin-left: -12px; /* NN only */
	/*/*/ margin: 0px; /* */ 
	}


/***** Font Settings *****/

html, body, td, p, ol, ul, li {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: medium; /* NN only */
	/*/*/ font-size: small; /* */
	font-style: normal;
	font-weight: normal;
	}
	
.title {
	color: #C60;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: medium; /* NN only */
	/*/*/ font-size: small; /* */
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.emailheader {
	color: #999;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: medium; /* NN only */
	/*/*/ font-size: small; /* */
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	}

.emailtext {
	color: #000;
	font-family: Georgia, Times, serif;
	font-size: medium; /* NN only */
	/*/*/ font-size: small; /* */
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
	line-height: 1.2em;
	/*/*/line-height: 1.35em; /* */
	}



/***** Template dHTML styles *****/

/* Remove highest layer from the list */
#info_description, #info_habitat, #info_behavior { /* Hide all the layers */
	position: absolute;
	visibility: hidden;
	}

#info_description {
	position: absolute;
	visibility: visible;
	}

/***** Block elements *****/

p.text {
	line-height: 1.4em;
	padding-right: 20px;
	/*/*/ margin: 10px 0px 0px 0px; /* */
	}

