/* Table for yellow heder  */
#YellowTable
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:80%;
border-collapse:collapse;
}
#YellowTable td, #YellowTable th 
{
font-size:1.2em;
border:1px solid #f2b114;
padding:3px 7px 2px 7px;
}
#YellowTable th 
{
font-size:1.4em;
text-align:Center;
text-transform:uppercase;
padding-top:5px;
padding-bottom:4px;
background-color:#febe23;
color:#fff;
}
#YellowTable tr.alt td 
{
color:#000;
background-color:#fff6e2;
}
/* Table for green heder  */
#greenTable
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:80%;
border-collapse:collapse;
}
#greenTable td, #greenTable th 
{
font-size:1.2em;
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
}
#greenTable th 
{
font-size:1.4em;
text-align:Center;
text-transform:uppercase;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#fff;
}
#greenTable tr.alt td 
{
color:#000;
background-color:#EAF2D3;
}

/* Table for Blue heder  */
#blueTable
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:80%;
border-collapse:collapse;
}
#blueTable td, #blueTable th 
{
font-size:1.2em;
border:1px solid #037ba2;
padding:3px 7px 2px 7px;
}
#blueTable th 
{
font-size:1.4em;
text-align:Center;
text-transform:uppercase;
padding-top:5px;
padding-bottom:4px;
background-color:#06aadf;
color:#fff;
}
#blueTable tr.alt td 
{
color:#000;
background-color:#EAF2D3;
}
/* Table for alternate column color */
#columnColor
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:80%;
border-collapse:collapse;
}
#columnColor td, #columnColor th 
{
font-size:1.2em;
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
}
#columnColor th 
{
font-size:1.4em;
text-align:Center;
text-transform:uppercase;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#fff;
}
#columnColor td.alt
{
color:#135c02;
background-color:#EAF2D3;
}
/* Table for alternate column type two color */
#fees
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:90%;
border-collapse:collapse;
}
#fees td, #fees th 
{
font-size:1.2em;
border:1px solid #6d96a4;
padding:3px 7px 2px 7px;
}
#fees th 
{
font-size:1.4em;
text-align:Center;
text-transform:uppercase;
padding-top:5px;
padding-bottom:4px;
background-color:#93bdca;
color:#ee8d25;
}
#fees td.alt
{
color:#135c02;
background-color:#c2dcd4;
}

/*Biotech Page style*/
#bio {
float:left;
	width: 360px;
	height: auto;
	margin:auto;
	background:none;
	padding: 5px 10px 0px 0px;
}

div.figure {
  float: inherit;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align:top;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
#biotechTable
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}
#biotechTable td, #biotechTable th 
{
font-size:1.2em;
border:1px solid #d6e4e9;
padding:3px 5px 2px 5px;
}
#biotechTable th 
{
font-size:1.4em;
text-align:Center;
text-transform:uppercase;
padding-top:5px;
padding-bottom:4px;
background-color:none;
color:#dc0a1e;
}
#biotechTable td.alt 
{
background-color:#EAF2D3;
}
#biotechTable h1 
{
margin-top:5px;
color:#CC0000;
font-size:small;
font-weight:bold;
line-height:5px;
}
#biotechTable h2 
{
margin-bottom:5px;
color:#CC0000;
font-size:9pt;
font-weight: normal;
}
#biotechTable p 
{
color:#3b9306;
font-size: 7pt;
font-weight: normal;
}
