/* NEW SONOSITE CSS VALUES */
/* CSS for SonoSite */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif, Impact;
	font-size: 9pt;
	font-style: normal;
	line-height: 18pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;

}


td, tr, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-style: normal;
	line-height: 18pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	}

/*custom*/
/* Links */

a {
	color: #996666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
}

a:link {
	color: #996666;
}

a:visited {
	color: #996666;
}

a:hover {
	color: #996666;
	text-decoration: underline;
}

.head1 {
	font-family: Arial, Helvetica, sans-serif, Impact;
	font-size: 11pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
}
.head2 {
	font-family: Arial, Helvetica, sans-serif, Impact;
	font-size: 13pt;
	font-style: oblique;
	line-height: 13pt;
	font-weight: bold;
}