@charset "utf-8";
/* CSS Document */

/* -- BULLETPROOF start ---------------------------------------------------------- */

BODY { 
	font-size:small; 
	font-family:Arial, Helvetica, sans-serif;
}

* HTML BODY {
	font-size: x-small /* for IE5-win */
	f\ont-size: small; /* for other IE version */
	}

H1 { font-size: 150%; }
H2 { font-size:130%; }
H3 { font-size:100%; }

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	}

A { text-decoration:underline; color:#000000;	}
A:hover { color:#FF0000; }

/* link a mail */
A[href^="mailto:"] {
	background:url(../graph/link/mail_link.gif) no-repeat right 50%;
	padding-right:12px;
}

/* link a PDF */
A[href$=".pdf"] {
	background:url(../graph/link/pdf_link.gif) no-repeat right 50%;
	padding-right:23px;
}

/* link OFFSITE */
A[href^="http:"] {
	background:url(../graph/link/offsite_link_inc.gif) no-repeat right 60%;
	padding-right:12px;
}
A[href^="http://www.isokinetic.com"], A[href^="http:isokinetic.com"] {
	background-image:none;
	padding-right:0;
}
