	body{
	  margin: 0px;
	  background-color: #e4cc8d;
	}
	img{
	  border: none;
	}
	a:link, a:hover, a:active, a:visited{
	  text-decoration: underline;
	}
	table, td{
	  font: 10pt/14pt century gothic, arial, verdana;
	  text-align: justify;
	}
	form, input{
	  font: 10pt/14pt century gothic, arial, verdana;
	}
	input, textarea{
	  font: 10pt/14pt century gothic, arial, verdana;
	  border: 1px solid black;
	  background-color: #ebebeb;
	}
	.patternleft{
	  background-image: url(images/pattern_left.gif);
	}
	.patternright{
	  background-image: url(images/pattern_right.gif);
	}
	.patternbottom{
	  background-image: url(images/pattern_bottom.gif);
	  font: 9pt/11pt century gothic, arial, verdana;
	  text-align: center;
	}
	.contents{
	  background-repeat: no-repeat;
	  padding: 55px 15px 15px 65px;
	  font: 11pt/14pt century gothic, arial, verdana;
	  text-align: justify;
	  background-color: #FFFFFF;
	}
	.border-black{
	  border: 1px solid black;
	}
	#subthis{
	  background-image: url("images/button_submit.gif");
	  width: 91px; height: 25px;
	  border: none;
	}