@charset "iso-8859-1";
/* 
  -----------------------------------
  FAMA PRINT Style Sheet
  by Echo Web Services
  www.echowebservices.com
  -----------------------------------
Color Scheme
Red: ed2227
Logo Red: ed2227
grey: e6e7e8
header grey: dbdbdb
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background: none;
	margin: 20px;
	padding: 0;}
#wrapper {
	width: 100%;
	margin: 0 auto;
	border: 0;}
#column_wrapper { background: none}
	
/*Header Area ***********************************/
#masthead {
	display:none;}

/* Horizontal Menu Area ***********************************/
#menu, #menu1 {
	display:none;}
	
/* Links ***********************************************/
a {text-decoration:none;}
a:link {}
a:visited {}
a:hover {text-decoration:underline;}
a:link {}
a:visited {}
a:hover {}

/*  Left Column and Menu  **********************/
#left { display:none;}
/*  Right Column or Content  **********************/
#right {
	width: 100%;
	float:none}
#footer  {
	color: #000;
	background-color: #fff;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;}
#footer a {display:none;}
.printonly {display: block;}
.noprint {display:none;}