/* CSS Document */
body {
	background-color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

input {
	font-size: 10px;
}
select {
	font-size: 9px;
}


.drug_headline {
	font-weight: bold;
}

table {
	font-size: 9pt
}


a {
	color: #BE4317;
	font-size: 9pt;
}

.a_white {
	color: White;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

.a_yellow {
	color: Yellow;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

innertab{
	text-align:center;
	padding:10px;
	font-size:11pt;
	color:#999999;
	vertical-align:middle;
	padding-top:15px;
		
}
.line{ 
	background-image: url(/designpix/hrw.gif);
	background-repeat: repeat-x;
	height:1px;
}

.respectcell{
  padding:2px;
  border: 1px solid #808080;
}

.names{
  font-variant:small-caps;
  font-size:1.1em;
}

