/* BIO3 COPYRIGHT 2008 =============================================== */
/* AUTHOR DAVID FERDINANDO  =============================================== */
/* QUICK COLOUR REFERENCE  =============================================== */
/* blue - #005A97 */
/* bg - #E8E8E8 */



body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background: #F5F5F5;
}

td, th, p, li
{
	font: 12px arial;
	color: #3E3C3C
}

.mediumwhite
{
	font: 10pt arial;
	color: #ffffff
}

.smallwhite
{
	font: 8pt arial;
	color: #ffffff
}
		
a
{ 
	text-decoration:none;
	color:#005A97; 
} 

a:hover
{ 
	color: #000;
} 

.gray
{
	font: 12px arial, verdana, sans-serif;
	color:#3E3C3C;
}

.largegray
{
	font: 14px arial, verdana, sans-serif;
	color:#3E3C3C;
}

.title
{
	font: 13px arial, verdana, sans-serif;
	font-weight:bold;
	color:#005A97;
}

.hugetitle
{
	font: 16px arial, verdana, sans-serif;
	font-weight:bold;
	color:#005A97;
}


/* Generic Selectors  =============================================== */

img 
{
	border: 0;
}

h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	letter-spacing:-0.3px;
}

h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:2px;
}

h4
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:10px 0;
	
}

.blue
{
	color:#005A97;
}

.black
{
	color:#000;
}

.footer
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#C0C0C0;
	line-height:14px;
	text-transform:uppercase;
	font-weight:bold;
}

.caps
{
	text-transform:uppercase;
	font-weight:bold;
}
