/* GENERIC */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/back_page.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #0065AA;
}
a:active {
	color: #0065AA;
}

.pagelink a:link {
		text-decoration: none;
		color: #0065AA;
}

.pagelink a:hover {
	color: #000000;
	text-decoration: underline;
	
}

.pagelink a:visited {
		text-decoration: none;
		color: #0065AA;
}

h1 {
	font-size: 14px;
	color: #0065AA;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
h2 {
	font-size: 14px;
	color: #666666;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
}
h3 {
	font-size: 12px;
	color: #0065AA;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
h4 {
	font-size: 12px;
	color: #666666;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.bold {font-weight: bold}
.small {font-size: 8pt;
margin-bottom: 8px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;}
.boxes {font-size: 8pt;
color: #000000;
margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	}
.boldsalmon {
	color: #D97A61;
	font-weight: bold;
}
.marineblue {
	color: #0065AA;
	font-weight: bold;
}
UL LI,OL LI {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin-left: -5px;
}
/* PHL extension for Homepage */
h1.homepage {
	background-color: #0065aa;
	color: #FFF;
	font-weight: bold;
	margin: 0px 7px 0px 7px;
	padding: 15px 50px 15px 80px;
	font-size: 16px;
}
td.homeRightLayer {
	background-image: url(images/back_home_layer.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 50px;
}
td.homeRightLayer ul {
	width: 240px;
	margin: 0;
	padding: 0px 20px 0px 28px;
}
td.homeRightLayer ul li{
	font-size: 14px;
	padding-bottom: 8px;
	color: #0065aa;
}
td.homeRightLayer ul li a{
	text-decoration: none;
	color: #0065aa;
}
td.homeRightLayer ul li a:Hover{
	text-decoration: underline;
}
h2.flashHome {
	color: #0065aa;
	font-size: 24px;
	font-weight: normal;
	padding: 15px 0px 0px 25px;
}
div.floatBlock {
	width: 240px;
	float: left;
	margin: 0px 10px 0px 10px;
}
div.floatBlock h3 {
	background-color: #0065aa;
	font-weight: bold;
	padding:8px 0px 8px 15px;
	font-size: 14px;
	color: #FFF;
}
div.floatBlock h3 a {
	color: #FFF;
	text-decoration: none;
}
div.floatBlock h3 a:Hover {
	color: #ff691d;
}
div.floatBlock ul {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 5px 30px;
	border: 1px solid #dae9f4;
	border-top: 0;
	height: 135px;
}
div.floatBlock ul li {
	padding-bottom: 8px;
}
div.floatBlock ul li a {
	text-decoration: none;
}
div.floatBlock ul li a:Hover {
	text-decoration: underline;
}
td.homeNav {
	background-color: #0065aa;
	color: #FFF;
}
td.homeNav a {
	color: #FFF;
}
#readOurBlog {
	display: block;
	position: absolute;
	top: 252px;
	# top: 250px;
	margin-left: 700px;
	background-image: url(images/read_biovolutions_blog.gif);
	background-repeat: no-repeat;
	background-position: 0px -100px ;
	width: 130px;
	height: 100px;
}
#readOurBlog:Hover {
	background-position: 0 0;
}
table.nanoTable th, table.nanoTable td {
	border: 1px solid #7ba0cd;
	border-top: 0;
	border-left: 0;
	padding: 5px;
	text-align: left;
}
table.nanoTable tr.blue td {
	background-color: #d3dfee;
}
table.nanoTable th.first, table.nanoTable td.first {
	border-left: 1px solid #7ba0cd;
	font-weight: bold;
}
table.nanoTable th {
	border-top: 1px solid #7ba0cd;
	background-color: #4f81bd;
	color: #FFF;
}