body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
	font-size: 12pt;
}
.hide {
	display: none;
}
#maintable {
	width: 570px;
	margin: 0;
	border: 1px solid #000000;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
}
#maintable td {
	padding: 5px;/*Pads each table cell in modern browsers*/
}
#maincontent {
	vertical-align: top;
}
#logo {
	background-color: #ffccff;
}
#footer {
	background-color: #ffccff;
	color: #000000;
	text-align: center;
}
h1:first-child {margin-top: 0;}/*starts first h1 in td flush top*/
h2:first-child {margin-top: 0;}/*starts first h2 in td flush top*/
h3:first-child {margin-top: 0;}/*starts first h3 in td flush top*/

h1 {
	font-size: 170%;
	/*/*/margin-bottom: 0.5em;/* */
}
h2 {
	font-size: 110%;
}
h3 {
	font-size: 100%;
}
.floatright {
	/*/*/float: none !important;
	margin: 0;
	padding: 0;/* */
}
.photo {
	/*/*/margin: 20px 20px 10px 0px;
	padding: 0;/* */
}
div.photo p	{
	/*/*/text-align: center;/* */
	width: 275px;
	font-style: italic;
}
.floatleft {
	/*/*/float: none !important;
	margin: 20px 20px 10px 0px;
	padding: 0;/* */
}
#pricetable	{
	width: 250px;
}
#pricetable	td {
	background-color: #feeffe;
	vertical-align: top;
}
#footer img {
	/*/*/float: none !important;
	margin: 0;/* */
}
#nav	{
	display: none;
}
#footer p	{
	/*/*/margin:0;
	padding: 0;/* */
}
a:link, a:visited {
	color: #0000cc;
	font-weight: bold;
	text-decoration: underline;
}
