/* Default CSS Stylesheet for a new Web Application project */


#ctl00_ctl00_MainContent_ArticleContent_ContentScreen{
    font-family: Arial, Helvetica, sans-serif , book antiqua; 
	font-size:12px;	
    text-decoration:none; 
}

#ctl00_ctl00_MainContent_ArticleContent_ContentScreen a{
    font-family: Arial, Helvetica, sans-serif , book antiqua; 
	font-size:12px;	
    text-decoration:none; 
}

#ctl00_ctl00_MainContent_ArticleContent_ContentScreen a:visited{
    font-family: Arial, Helvetica, sans-serif , book antiqua; 
	font-size:12px;	
    text-decoration:none; 
    color:#006699;
}

#ctl00_ctl00_MainContent_ArticleContent_ContentScreen a:hover{
    font-family: Arial, Helvetica, sans-serif , book antiqua; 
	font-size:12px; color:#006699;
	text-decoration:underline;
}

a
{
color:#006699;
}

 A.white 
{
	font-family: Arial, Helvetica, sans-serif , book antiqua; 
	font-size:12px;	color:#006699;
	text-decoration:none; 
}
 A.white:visited
{
	font-family: Arial, Helvetica, sans-serif , book antiqua;
	font-size:12px; color:#006699;
	text-decoration:none;
}
 A.white:hover
{
	font-family: Arial, Helvetica, sans-serif , book antiqua; 
	font-size:12px; color:#006699;
	text-decoration:underline;
}
 A.Black
{
	font-family: Arial, Helvetica, sans-serif , book antiqua; 
	font-size:12px;	color:#333333;
	text-decoration:none;
}
 A.Black:visited
{
	font-family: Arial, Helvetica, sans-serif , book antiqua;
	font-size:12px; color:#006699;
	text-decoration:none;
}
 A.Black:hover
{
	font-family: Arial, Helvetica, sans-serif , book antiqua; 
	font-size:12px; color:#006699;
	text-decoration:underline;
}



 .ScrollBox 
{
	height:910; overflow-Y:auto
}

 .sectionhead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #006699;
	margin:10px 0 5px 0;
	padding:0 0 3px 26px;
	background-image:url(http://www.biosciencetechnology.com/images/box.gif);
	background-repeat:no-repeat;
}

 .sectionhd_blue {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #666;
	color: #006699;
	margin:10px 0 5px 0;
	padding:0 0 3px 26px;
	background-image:url(http://www.biosciencetechnology.com/images/box.gif);
	background-repeat:no-repeat;
}

 img.prod_thumbs
{	border-color: #ccc;
	border-style: solid;
	border-width: 1px;}
	
