/* Beckman Coulter New Website Version 1.5 
    (All pages except the Home Page use this style) */

/* Definitions for normal links within the page body */
/***** style guide color updates not to be implemented yet *******/
/****** B. Seddelmeyer 6/19/03 ***********************************/
a:link {
	color : #990000;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
}

/*	color : #E57921; */
a:visited {
	color : #FF3300;
	text-decoration : none;
}

/*	color : #E57921; */
a:active {
	color : #FF3300;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	text-decoration : none;
}

a:hover {
	text-decoration: underline;
	color:#990000
}

/* Special Immunotech Links */

a:link.iot {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	text-decoration : none;
}

a:visited.iot {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
   font-style : normal;
	text-decoration : none;
}

ul li {
	list-style-image:url('/images/bullet1.gif')
}

h2 {
	color : #666666;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
	line-height : normal;
	text-decoration: none;
}