.fx{}
body
{
	background-color:#ffffff;
}
table td
{
	color:#000000;
	font-family:tahoma, geneva;
	font-size:11pt;
	background-color:#ffffff;
}
a
{
	text-decoration:underline;
	color:#0033cc;
}
a:visited
{
	text-decoration:underline;
	color:#0033cc;
}

a:active
{
	text-decoration:none;
	color:red;
}
a:hover
{
	text-decoration:none;
	color:red;
}
ul
{
	margin-top:8px;
} 
li
{
	list-style-type:square;
	margin-left:-24px;
}
.footer
{
	color:#333333;
	font-family:tahoma, geneva;
	font-size:9pt;
}
.title
{
	color:#0033cc;
	font-family:tahoma, geneva;
	font-size:16pt;
}
.bio
{
	font-size:10pt;
}
.name
{
	color:#555555;
	font-weight:bold;
	font-size:11pt;
}
.direction
{
	color:#0033cc;
	font-weight:bold;
	font-size:10pt;
}
.vertical
{
	writing-mode: tb-rl;
	filter: flipv fliph;
}