/* CSS Document */

body { 
  color : #000000; 
  background : #ffffff;
	background-image: url(../images/flemlogo_small.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
  /*font-family : "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
  font-size : 9pt;
}
h1	{
	font-size: 12pt;
}
a { 
  text-decoration : underline; 
  color : #0000ff;
}
#footer p	{
	font-size : 7pt;
	font-style: italic;
}
#footer img	{
	float: left;
	padding: 5px;
}
#menu, #header, #rightcolumn, #trailer { 
  display : none; 
} 
.img_left	{
	float:left;
	display:inline;
	padding: 10px 10px 10px 0px;
}
.img_right	{
	float:right;
	display:inline;
	padding: 10px 8px 10px 15px;
}
.clear	{
	clear: both;
}
.copyright	{
	font-size: 8pt;
}

