body {
	font-family: verdana, sans-serif;
	background-color: #363636;
	color: #FFFFFF;
	margin-top: 20px;
}

td {
}

imgframe {
        padding: 5px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 220%;
	font-weight: bold;
	color: #F5F7F6;
	padding-top: 2px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B287A0;
	color: #FFDCF1;
	padding-top: 2px;
}

.reference h3 {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B287A0;
	margin-bottom: 5px;
	padding-bottom: 2px;	
}

ul {
	list-style-type: square;
}

a{
	text-decoration: none;
	color: #FFFFFF;
}


a:visited{
	text-decoration: none;
	color: #FF99FF;
}

a:hover{
	text-decoration: underline;
	color: #FFCCFF;
}

.fancy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	line-height: 20px;
	color: #666666;
}

.navitemtop {
	height: 31px;
	padding-top: 2px;
	padding-left: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-decoration: none;
	color: #444444;
}


.navitem {
	background-image: url(images/nav_item_bg.gif);
	height: 31px;
	padding-top: 2px;
	padding-left: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-decoration: none;
	color: #444444;
}

.navitemselected {
	background-image: url(images/nav_item_bg.gif);
	height: 31px;
	padding-top: 2px;
	padding-left: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-decoration: none;
	color: #444444;
	background-color: F5F7F6;
}

.navsubitem {
	background-image: url(images/nav_subitem_bg.gif);
	background-color: #FFDCF1;
	height: 31px;
	padding-top: 2px;
	padding-left: 30px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-decoration: none;
	color: #663366;
}

.navsubitemselected {
	/* background-image: url(images/nav_subitem_bg.gif); */
	background-color: #F0AFD6;
	height: 31px;
	padding-top: 2px;
	padding-left: 30px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-decoration: none;
	color: #663366;
}
.content {
	font-size: 13px;
}

.drugshidden {display:none}
.drugsshown {display:inline}

.fineprint {
	font-size: 10px;
	color: #999999;
}

.reference {
	font-size: 10px;
	color: #CCCCCC;
}

div.rounded {
  background: #C3CBCD url(images/tr.gif) no-repeat top right;
}
div.rounded div {
  background: transparent url(images/tl.gif) no-repeat top left;
}
div.rounded div div {
  background: transparent url(images/br.gif) no-repeat bottom right;
}
div.rounded div div div {
  background: transparent url(images/bl.gif) no-repeat bottom left;
  padding: 6px;
}


div.textrounded {
  background: #C3CBCD url(images/tr.gif) no-repeat top right;
}
div.textrounded div {
  background: transparent url(images/tl.gif) no-repeat top left;
}
div.textrounded div div {
  background: transparent url(images/br.gif) no-repeat bottom right;
}
div.textrounded div div div {
  background: transparent url(images/bl.gif) no-repeat bottom left;
  padding: 15px;
}
.imgpadding
{
     border: 5px solid #C0C0C0;
     margin-right: 15px;
     margin-bottom: 10px;
     margin-left: 15px;
}
