/* ------------------------------------------------------------------ */
/* CAICOM MAIN CSS ... LAST UPDATE: FEBRUARY 8, 1999				  */
/* NOTE1: BODY, P, and TD attributes control the default page fonts	  */
/* NOTE2: Two spaces should appear after { and before }	for DW3 bug   */
/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ */
/* AUTOMATIC ATTRIBUTES */

BODY				{  font-family: arial, helvetica; font-size: 12px; font-weight: normal; color: #000000  }
P 					{  font-family: arial, helvetica; font-size: 12px; font-weight: normal; color: #000000  }
TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2f2f2f;
}

H1 					{  font-size: 23px; font-weight: bold  }
H2 					{  font-size: 19px; font-weight: bold  }
H3 					{  font-size: 15px; font-weight: bold  }
H4 					{  font-size: 12px; font-weight: bold  }
B						{  font-weight: bold  }
STRONG 			{  font-weight: bold  }
I 					{  font-style: italic  }
EM 					{  font-style: italic  }
/* INPUT		  		{  color: #991235; font-family: arial, helvetica; font-size: 12px; } */
/* TEXTAREA			{  color: #991235; font-family: arial, helvetica; font-size: 12px; }  */
BLOCKQUOTE			{  font-size: 12px; }
/* PRE					{  font-family: "courier new", courier, monospace; font-size: 12px  } */

/* Linkek */
/*
a {
	text-decoration: none;
	color: #FF8400;
}
a:link {
	text-decoration: none;
	color: #FF8400;
}
a:hover {
	text-decoration: none;
	color: #FF8400;
}
a:active {
	text-decoration: none;
	color: #FF8400;
}
a:visited {
	text-decoration: none;
	color: #FF8400;
}
*/

/* ------------------------------------------------------------------ */
/* UNIQUE FONT ATTRIBUTES */

.head1 					{  font-size: 23px; font-weight: bold  }
.head2					{  font-size: 19px; font-weight: bold  }
.head3 					{  font-size: 15px; font-weight: bold  }
.normal				{  font-family: arial, helvetica; font-size: 12px; color: #000000  }
.legal 				{  font-size: 12px; color: #808080  }
.copyright			{  font-size: 10px; color: #808080  }
.small 				{  font-size: 10px  }
.smallv				{  font-size: 10px; font-family: verdana, arial  }
.smallpress			{  font-size: 10px; color: #330099  }
.jasmine			{  font-family: times new, times new roman; font-size: 12px; font-style: italic  }
.jasmineheader		{  font-family: times new, times new roman; font-size: 19px; font-style: italic; font-weight: bold  }
.shadegrey			{  background-color: #CCCCCC  }
.whitetext			{  color: #FFFFFF  }
.aster				{  font-family: "courier new", courier, arial, helvetica; font-size: 16px; font-weight: normal; color: #991235  }
.dropdown  			{  color: #991235; font-family: arial, helvetica; font-size: 12px; }

/* ---------------------------------- FOOLY ------------------------- */

TD.downld 					{  font-family: arial, helvetica; font-size: 10px; font-weight: normal; color: #000000  }

/* ------------------------------------------------------------------ */

  a.help{
  position:relative;           /*this is the key*/
  z-index:24;
  /* background-color:#e0e0e0;  */  /* background colour of display text */
  color:#000000;               /* colour of display text */
  /* border:1px dotted #999; */    /* border colour */
  text-decoration:none;
  font-style:italic;
  background-image: none;
  /* font-size="100%"; */
  }

  a.help:hover {
  z-index:25;
  background-color:#ffff66;

  }

  a.help span{
  display: none;  /* hide the span text using this css */
  }

  a.help:hover span{ /*the span will display just on :hover state*/
  display:block;
  position:absolute;
  top: 1.5em;
  left: 3em;
  width:15em;
  border:1px solid #ff0000; /* border colour */
  background-color:#ffff99; /* background colour here */
  color:#000000;         /* text colour */
  text-align: center;
  //font-size: .8em;
  font-size: 1em;
  font-style:italic;
  z-index:30;
  }

.prod1 {
	background-color: #ffffff;
}

.prod2 {
	background-color: #dddddd;
}

.red {
	color: #FF0000;
	font-weight: bold;
}
