/* Flora Malesiana Symposium stylesheet */
body
	{background-color: #FFFFFF;}
p, ul, li
	{
	font-family: Arial;
	font-weight: normal;
	font-size : 100%;
	}
p.header
	{
	font-size: 80%;
	text-align : left;
	color : #008080;
	}
p.footer
	{
	font-size: 80%;
	text-align : right;
	}

				/* Style for banner */
div.banner 
	{
	border: none;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0.1em 0.3em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}
div.banner, div.banner a:link, div.banner a:visited
	{
	color: #FFFFFF;
	 background: #008080;
	 }
div.banner a:active, div.banner a:hover
	{
	background: #FFFFCC;
	color: #990000;
	}

				/* Style for navigation bar */
.navbar
	{
	text-align: left;
	color: #000000;
	background: #FFEEAA;
	font-size: 90%;
	font-family: Arial, Helvitica, sans-serif;
	}
.navbar a:link, .navbar a:visited
	{
	color: #000000;
	 background: #FFEEAA;
	 }
.navbar a:active, .navbar a:hover
	{
	background: #990000;
	color: #FFEEAA;
	}
				/* Style for headings */
h1
	{
	font-size: 250%;
	font-family: Arial;
	font-weight: bold;
	font-weight: normal;
	color: #800000;
	text-align: center;
	}
h2
	{
	font-size: 200%;
	font-family: Arial;
	font-weight: normal;
	font-style: italic;
	color : #008080;
	text-align:center;
	}
h3
	{
	font-size:150%;
	font-family: Arial;
	font-weight: bold;
	color : #008080;
	font-style: italic;
	}
h3.center
	{
	font-size:150%;
	font-family: Arial;
	font-weight: bold;
	color : #008080;
	font-style: italic;
	text-align: center;
	}
h4
	{font-size: 120%;
	font-family: Arial;
	font-weight: bold;
	color: #008080;
	font-style: normal;
	}
table
	{
	border: thin;
	padding: 2px;
	}
th
	{color : #800000;
	background : Yellow;}
tr
	{background: #FFFFCC;
	vertical-align : top;}
td, th
	{font-family: Arial;}
td.surname
	{ font-weight: bold; }
td.country
	{ font-size: 80%;
	font-weight: bold;
	color: #800000 }
td.activity
	{ font-size: 80% }
td.status
	{ text-align: center;
	font-weight: bold;
	font-style: italic; }
td.email
	{ font-family: courier;
	font-size: 80%; }
td.taxon
	{ font-size: 80%;
	font-style: italic; }
td.extra
	{font-size: 80%;}
td.family
	{ font-weight: bold; }
td.genus
	{ font-style: italic; }
td.year
	{ font-weight: bold; }
td.publication
	{ font-style: italic; }
td.volume
	{ font-weight: bold; }
td.gen, td.spp
	{ text-align: right; }
