/* mrw1_print.css */
/* Style sheet for printing from www.mwilliams.dsl.pipex.com */

/* Tag definitions */

body {
	margin:0em;
	font-family: "Comic Sans MS", cursive, serif;
	color: black;
	font-size: 12pt;
	background-color:#fff;
	}
table.bgimg {
	background-color: #fff;
	background-image: url(hometrbackground.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}
td {
   font-family: "Comic Sans MS", cursive, serif;
   }
H1 {
   font-weight: 600;
   font-size: 200%;
   text-align: center;
   }
H2 {
   font-weight: 600;
   font-size: 150%;
   text-align: center;
   }
H3 {
   font-weight: 600;
   font-size: 120%;
   text-align: center;
   }
pre {
   font-family: "Comic Sans MS", cursive, serif;
   color: black;
   font-size: medium;
   }

/* Text alignment */

.center {
	text-align: center;
	}
.tjust{
   text-align: justify;
   }
.clear {
   clear: both;
   }

/* Document body definitions */

#content {
	text-align: justify;
	margin: 1% 1% 1% 1%;
	padding: 2%;
	background-color: #fff;
	}
#contentnj {
	text-align: left;
	margin: 1% 1% 1% 1%;
	padding: 2%;
	background-color: #fff;
	}
#sitemenu {
	display: none;
	}
	
/* Font definitions */

 .mistral {
   font-family: "Mistral", cursive, serif;
   font-weight:500;
   font-size: 300%;
   text-align: center;
   }
 .mistralr {
   font-family: "Mistral", cursive, serif;
   font-weight:500;
   font-size: 300%;
   text-align: right;
   }
.larger {
	font-size: 120%;
	}
.small {
	font-size: 80%;
	}
.vsmall{
	font-size: 60%;
	}
.purple {
	color:#cc0066;
	}	
.orange {
	color:#FF6633;
	}
.grey {
	color:#666666;
	}	
/* Image positioning */

.imgfleft{
	float: left;
	margin: 0.5% 1% 0.5% 0%;
	}
.imgfright{
	float: right;
	margin: 0.5% 0% 0.5% 1%;
	}
.imgfnone{
   float: none;
   margin: 0.5% 1% 0.5% 1%;
   }
   /* Buttons */
input.btn{
   color:#000000;
   font-family: "Comic Sans MS", cursive, serif;
   font-size:90%;
   font-weight: 400;
   background-color:#c1c1c1;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#cccccc',EndColorStr='#b1b1b1');
   }
input.btnhov{
   border-top-color:#cccccc;
   border-left-color:#cccccc;
   border-right-color:#ffffff;
   border-bottom-color:#ffffff;
   }
input.txt{
   background-color:#c1c1c1;
   font-family: "Verdana", cursive, serif;
   font-size:120%;
   }
