
body {color: #ffffff;
	background-image: url(fmanback.gif);
	margin-top: 3%;
	margin-right: 5%;
	margin-left: 5%;
	background-color: #000000;

	font-family: Arial, Verdana, helvetica, sans-serif;
	}
	

h1 {font-size: 18pt;}

b.orange {color: #FE7E00;}

hr {color: #ffffff;}

			
td.transparent {
	
	background-color: #000000;
	width: 99.9%;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	}

td.transparent p
  {
  color: #ffffff;
  }

td.black {background-color: #000000;}		
	
a:link { color: #FEB700; }  /* Strong Yellow for unvisited */
a:visited { color: #c0c0c0; } /* Grey for visited links */
a:active { color: #FE7E00; } /* Dark Orange when link is clicked */
a:hover { color: #FE7E00; } /* Dark Orange when mouse is over link */

a.bottom:link { color: #FEB700; text-decoration:none; font-weight: bold;}  /* Strong Yellow for unvisited */
a.bottom:visited { color: #c0c0c0; text-decoration:none; font-weight: bold;} /* Grey for visited links */
a.bottom:active { color: #FE7E00; text-decoration:none; font-weight: bold;} /* Dark Orange when link is clicked */
a.bottom:hover { color: #FE7E00; text-decoration:none; font-weight: bold;} /* Dark Orange when mouse is over link */





