/* ---------------------------------------------------------- LINKS-----------------------------------------------------------------------*/

/* ----------title links------------------*/
A.title {
	font-family: Verdana;
	font-size: 8pt;
   font-weight: bold;
   color: #000080;
   text-decoration: underline;
}
 A.title:HOVER {
	font-family: Verdana;
	font-size: 8pt;
   font-weight: bold;
   color: Blue;
   text-decoration: underline;
}
/*----------------- page top and bottom links------------*/
A.page {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
   font-weight: normal;
   color: Maroon;
   text-decoration: underline;
}
 A.page:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
  font-weight: normal;
   color: Maroon;
   text-decoration: underline;
}
/*--------links in text body  ---------------- */
A.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
   font-weight: normal;
   color: Maroon;
   text-decoration: underline;
}
 A.text:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
  font-weight: normal;
   color: Maroon;
   text-decoration: underline;
}
A.email {
	font-family: Verdana;
	font-size: 8pt;
	 font-weight: normal;
     color: #000080;
   text-decoration: underline;
}
/*-- small detail links  (..more, read more, etc.----- */
A.detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
   font-weight: normal;
   color: #666666;
   text-decoration: underline;
}
 A.detail:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
  font-weight: normal;
   color: Blue;
   text-decoration: underline;
}
A.highlightTitle {
	font-family: Verdana;
	font-size: 8pt;
	 font-weight: bold;
     color: white;
	text-decoration: none;
}
A.highlightTitle:HOVER {
	font-family: Verdana;
	font-size: 8pt;
	 font-weight: bold;
     color: white;
	 text-decoration: underline;
}
A.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
   font-weight: normal;
   color: #666666;
   text-decoration: underline;
}
 A.copyright:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
  font-weight: normal;
   color: Blue;
   text-decoration: underline;
}
/*---------------------------TITLES  -  all in table cells   ---------------------------------------------------------------------------*/

TD.pageTitle {
 font-family: Arial, Helvetica, sans-serif;
 font-size : 12pt;
 font-weight: bold;
 color: black;
}
 TD.title {
	font-family: Verdana;
	font-size: 8pt;
	 font-weight: bold;
     color: #000080;
}
TD.specs {
	font-family: Verdana;
	font-size: 8pt;
	 font-weight: normal;
     color: #000080;
	 background-color : #9AC5DC;
}
 TD.highlightTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	 font-weight: bold;
     color: white;
	background-color : #CC0033;
}
/*---------------------------TEXT  -  all in table cells   ---------------------------------------------------------------------------*/
TD.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
    color: black;
	}
TD.textBold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
    color: black;
}
TD.textColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color : Maroon;
}
TD.textSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
    color: black;
}

TD.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
    color: #666666;
}


/*-------------------------------------------------------Navigation -------------------------------------------------------------------------*/
TD.navigation {
	background-color :#008B11 ;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: Bold;
	color : White;
}

