@charset "UTF-8";
/* CSS Document */

body {
	background: #ffffff;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #000000;
	font-weight: normal;
	color: #333;
	line-height: 16px;
	text-align: left;
	white-space: normal;
	padding-left: 10px;
}
a:link {
	
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	line-height: 12px;
	color: #999999;
	font-decoration:none;	
}

a:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	line-height: 12px;
	color: #ffffff;
	font-decoration:underline;	
}

a:visited {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	
}
a.home:link {
	
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #999999;
	font-decoration:none;	
}

a.home:hover {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #000000;
	font-decoration:underline;	
}

a.home:visited {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
	
}
#container .nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
	text-align: center;
}
.biotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin-left: 10px;
}

