body {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #333;
}

.bio {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.caption {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #ccc;
	padding: 0px 0px 0px 3px;
}

.more {
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background-color: #ccc;
}

a.morelink {
	font-family: Arial;
	font-size: 8pt;
	color: #333;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
	

a:hover.morelink {	
	font-family: Arial;
	font-size: 8pt;
	color: #cc3333;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background: url(Images/arrow.gif) no-repeat 0px 2px;
}
	
a.front {
	font-family: Arial;
	font-size: 12pt;
	color: #333;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a:hover.front {
	font-family: Arial;
	font-size: 12pt;
	color: #fe0000;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background: url();
}

a.biolink {
	font-family: Arial;
	font-size: 8pt;
	color: #333;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
	

a:hover.biolink {	
	font-family: Arial;
	font-size: 8pt;
	color: #cc3333;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background: url();
}
	

.footer {	
	font-family: Arial;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #333;
}


a {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

a:hover { 
	color: #fe0000;
	background: url(Images/arrow.gif) no-repeat 0px 3px;
}

table {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

table.top {
	border-left: 1px #aaa solid;
	border-right: 1px #aaa solid;
	border-top: 1px #aaa solid;
}
table.middle {
	border-left: 1px #aaa solid;
	border-right: 1px #aaa solid;
}
table.bottom {
	border-left: 1px #aaa solid;
	border-right: 1px #aaa solid;
	border-bottom: 1px #aaa solid;
}

table.all {
	border-left: 0px #aaa dotted;
	border-right: 0px #aaa solid;
	border-bottom: 1px #aaa dotted;
	border-top: 1px #aaa dotted;
}

td.left {
	border-left: 1px #aaa dotted;
}

td.links {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

a.links {
	font-family: Arial;
	font-size: 9pt;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
	

a:hover.links {	
	font-family: Arial;
	font-size: 9pt;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background: url(Images/linkarrow.gif) no-repeat 0px 3px;
}

p {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

strong {
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #fe0000;
	text-decoration: none;
}


ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	color: #fff;
}

#nav a:hover {
	color: #cc3333;
	background: none;
}

#nav li li a {
	display: block;
	font-weight: bold;
	color: #fff;
	padding: 1px 5px;
}

#nav li li a:hover {
	width: 130px;
	color: #fff;
	background-color: #ccc;
}


li { /* all list items */
	font-weight: bold;
	font-size: 9pt;
	color: #fff;
	float: left;
	position: relative;
	cursor: default;
}


li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 15px;
	left: 0;
	width: 140px;
	background-color: #aaa;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}

.blur{
	background-color: #ddd; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.box{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #999; /*shadow color*/
	color: inherit;
}

.box{
	background-color: #fff; /*background color of content*/
	color: #333; /*text color of content*/
	border: 1px solid #ccc; /*border color*/
	padding: 5px 0px 5px 0px;
}
