@charset "UTF-8";
/* CSS Document */

/* *** TEXT TAG REWRITES *** */
/* 7/31/10: Added for new white background */
a
{
  color: #000000;
}

a:hover
{
  color: #009933;
}

/* *** TEXT CLASS STYLES *** */

/* 7/31/10: Copied from main.css and change color */
.title
{
	color: #004f39;
	font-weight: bold;
	font-size: 1.25em;
}


.LargerBlue {
	font-family: Arial, Helvetica, sans-serif;
	color: #4A5875;
	font-size: 16px;
}


.SmallRed {
	color: #8C6965;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.BlueUnderline {
	font-size: small;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5D6675;
}


.MainLinks {
	color: #9D675B; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}


.LargerRed2 {
	color: #8C6965; 
	font-size: small; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}


.LargerRed {
	font-size: small; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #8C6965; 
}


.SmallBlue {
	color: #4C5671;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.BlueItallic {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #515874;
	font-style: italic;
}


.LargerBlue2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4E5370;
	font-size: 14px;
}

/*SpeciesTable Text Styles*/

.CatagorySubTitle
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	border-bottom:6px solid #666666;
}

.SpeciesTitle
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#CCC;
	font-weight:bold;
	text-decoration:none;
	
}

a.SpeciesTitle
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#CCC;
	font-weight:bold;
	text-decoration:none;
	
}

a.SpeciesTitle:hover
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#9bc688;
	font-weight:bold;
	text-decoration:none;
	
}

/* Table Position*/

/*.SpeciesTable
{
	margin-left:-20px;
}*/
