body		{ 
         	font-family		:arial; 
         	font-size		:8pt; 
        	}	


td.searchtable	{ 
         	font-family		:arial; 
         	font-size		:8pt; 
         	background-color	: #EEEEEE;
        	}	

td.searchtableheader	
		{ 
         	font-family		:arial; 
         	font-size		:8pt; 
         	font-weight		: bold;
        	}	


.thumbtitle	{ 
         	font-family		: arial; 
         	font-size		: 14pt; 
         	font-weight		: bold; 
         	color			: #FF0000;
        	}	

.headline	{ 
         	font-family		: arial; 
         	font-size		: 14pt; 
         	font-weight		: bold; 
         	color			: #FF0000;
        	}	




.work_details_label	
		{ 
         	font-family		: arial; 
         	font-size		: 10pt; 
         	font-weight		: bold; 
         	color			: #333333;
        	}	


.work_details	{ 
         	font-family		: arial; 
         	font-size		: 10pt; 
         	color			: #333333;
        	}	


.source_headline{ 
         	font-family		: arial; 
         	font-size		: 10pt; 
         	font-weight		: bold; 
         	color			: #FF0000;
        	}	


.source_details_label	
		{ 
         	font-family		: arial; 
         	font-size		: 8pt; 
         	font-weight		: bold; 
         	color			: #333333;
        	}	


.source_details	{ 
         	font-family		: arial; 
         	font-size		: 8pt; 
         	color			: #333333;
        	}	






a            	{ 
		font-family             : arial; 
		font-size               : 11pt; 
		color                   : #0000FF; 
		text-decoration         : none; 
		}
		
a:hover      	{ 
		font-family             : arial; 
		font-size               : 11pt; 
		color                   : #0000FF; 
		text-decoration         : underline; 
		}


a.thumb        	{ 
         	font-family		: arial; 
         	font-size		: 10pt; 
         	font-weight		: bold; 
         	color			: #FF0000;
		text-decoration         : none; 
		}
		
a.thumb:hover  	{ 
         	font-family		: arial; 
         	font-size		: 10pt; 
         	font-weight		: bold; 
         	color			: #FF0000;
		text-decoration         : underline; 
		}


                
                
input.text   	{ 
  		padding-top		: 2px;
  		padding-right		: 2px;
  		padding-bottom		: 2px;
  		padding-left		: 2px;
  		background-color	: #FFFFFF;
  		color			: #000066;
  		border              	: 1px #666666 solid;
  		border-color        	: #666666;
  		font-family         	: arial; 
  		font-size		: 9pt; 
  		width			: 100px; 
  		height			: s19px ; 
  		}
                
input.search   	{ 
  		padding-top		: 0px;
  		padding-right		: 0px;
  		padding-bottom		: 0px;
  		padding-left		: 0px;
  		background-color	: #FFFFFF;
  		color			: #000066;
  		border              	: 1px #666666 solid;
  		border-color        	: #666666;
  		font-family         	: arial; 
  		font-size		: 9pt; 
  		width			: 26px; 
  		height			: 19px ; 
  		}
		

/* NEW */		

.study_details_container
{
  margin: 4px 10px 0px 10px;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #CCC;
}


h2
{
  font-family: arial; 
  font-size: 10pt; 
  font-weight: bold; 
  color: #FF0000;
  margin: 6px 0 2px 0;
}



#studies_table
{
  margin: 0 0 4px 0;
}

#studies_table td
{
  font-family: arial; 
  font-size: 9pt; 
  color: #333333;
  vertical-align:top;
  height: 12px;
  font-weight: normal; 
}

#studies_table td.label
{
  width: 120px;
  font-weight: bold; 
}
