@media print{
  body{ background-color:#FFFFFF; background-image:none; color:#000000 }
  #noprint{ display:none;}
  a {display:none;}
  #contentarea{ width:100%;}
}

/*snowfall*/
#snow {
		background-color:#330066;
		}
		
/*xmas thankyou*/
#thanks {
	background-color: #330066;
	height: 60px;
	font-family: "Comic Sans MS";
	font-size: larger;
	color: White;
	}
#header {display:none;}
a {
	color : Maroon;
	text-decoration : none;
	}
.nav {
color : Maroon;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
}
.dotbg {
	background : url(images/dot.gif) repeat-y;
}
#dotul {
	background : url(images/dot.gif) repeat-x;
	position : relative;
	width : 75%;
}
a:hover{
	text-decoration : underline;
	color : Maroon;}
body{
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;color: #000000;
	font-size:11pt;
	scrollbar-3dlight-color : Maroon;
	scrollbar-arrow-color : Black;
	scrollbar-base-color : #FAEBD7;
	scrollbar-darkshadow-color : #FFFACD;
	scrollbar-face-color : #660000;
	background-color : #FAEBD7;
	scrollbar-track-color : #F5E2A7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
.fields {
	background-color : #F5F5DC;
}
.error {
	background-color : yellow;
}
H1 {
	font-color : #993300;
	font-family : Georgia, Times New Roman, Times, serif
	}
.address {
	font-family : "Times New Roman", Times, serif;
	color: #000000;
	font-style: normal;

	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.inputbtn {
	background-color: #8B4513;
	border: 1px solid Black;
	font-family: verdana;
	font-size: 8pt;
	color: Yellow;
	cursor : hand;
}
.selbtn {
	background-color: #F4A460;
	border: 1px solid Black;
	font-family: verdana;
	font-size: 8pt;
	color: Yellow;
	cursor : hand;
}
ol {
	font-size: 11pt;
	}
ul {
	font-size: 11pt;
	}
table {
	font-family : "verdana,Times New Roman", Times, serif;
	color: #000000;
	font-style: normal;
	}
.size2 {
	font-size:10px;
	}
hr {
	color:black;
	size: 2px noshade;
	}
.rbtn {
	background-color: #F4A460;
	border: 1px solid black;
	width:60px;
	padding: 5px;
	}
	textarea {
	background-color: #FFFFCC;
	border-color: #F4A460;
	padding: 5px;
	}