html, body {
	background: #eee;
	color: #000;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-size: 10pt;
}
#headercell {
	width: 760px;
	height: 148px;
	background: url("./images/top.jpg") no-repeat;
	border-bottom: solid 1px #000;
}
#maincell {
	background: #E7DFB9;
	border: solid 1px black;
	width: 760px;
	margin: 10px auto 10px auto;
}
#textcell {
	padding: 15px;
	text-align: left;
}
#notice {
	padding: 15px;
	text-align: left;
	border: solid 2px #B32D00;
	background: #F7A286;
}
table#orderform {
	margin:0px auto;
	background: #ffe;
	border-collapse: collapse;
}
#orderform td {
	border: solid 1px #000;
	font-size: 10pt;
	padding: 3px;
}
#orderform input, select {
	border: solid 1px #000;
	background: #F1EFD9;
}
#orderform input[type="submit"] {
	background: #E7D2C5;
	font-weight: bold;
}
.center {
	/*
	position: relative;
	margin: 0 auto;
	*/
	text-align: center;
}
h1 {
	font-size: 14pt;
	border-bottom: solid 1px;
}
h2 {
	font-size: 13pt;
}
h3 {
	font-size: 11pt;
}
a {
	color: #154670;
	text-decoration: none;
	border-bottom: dashed 1px #154670;
}
a:hover {
	background: #ded;
}
a.plain {
	text-decoration: none;
	border: none;
}
blockquote {
	padding: 8px;
	background: #ffe;
	border: solid 1px #eee;
	border-left: solid 4px;
}
ul {
	list-style: square;
}
