@charset "utf-8";
/* CSS Document for Therapeutic Categories page */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

.margin {margin-left: 45px;}

/* Hypertext Links */
.therapeutic a {
	color: #0066b3;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	vertical-align:middle;
}
.therapeutic a:link {
	color: #0066b3;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	vertical-align:middle;
}
.therapeutic a:visited {
	color: #0066b3;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	vertical-align:middle;
}
.therapeutic a:hover {
	color: #b41826;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: underline;
	vertical-align:middle;
}
.therapeutic a:active {
	color: #0066b3;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	vertical-align:middle;
}
.greyScope{
	background-image:url(http://www.medicalpost.com/therapeutics/images/scope_grey.gif);
	width:220px;
	height:43px;
	background-repeat : no-repeat;
}
.whiteScope{
	background-image:url(http://www.medicalpost.com/therapeutics/images/scope_white.gif);
	width:220px;
	height:43px;
	background-repeat : no-repeat;
}