@import url('dom.css');

body, td, th, p, li {
	font-family: Arial,Helvetica,sans-serif;
	}

h1 { 
	font-size: 1.1em;
	color:red;
	border-bottom:1px solid red;
	}

h2 {
	font-size: 1em;
	color:navy;
	}

h3 {
	font-size: 1em;
	color:red;
	}

.HeadingBar {
	background:#f8f8f8;
	border: 3px ridge silver;
	color:black; 
	padding:5px;
	text-align:center;
	vertical-align:middle;
	}

.ContactBar {
	font-size: 10pt;
	font-weight: bold;
	color: #f8f8f8;
	border: 3px ridge silver;
	padding: 5px;
	background: navy;
	text-align:center;
	}

.Content {
	background: #f8f8f8;
	color:black;
	border: 3px inset #f8f8f8;
	padding: 5px ;
	}

.ProductList {
	font-size:0.9em;
	border:2px solid #ccc;
	}

.ProductList td,
.ProductList th {
	border: 1px solid #ccc;
	}

.ProductList th {
	text-align:left;
	color:white;
	background: #9999a4;
}

.ProductList caption,
.ProductDisplay caption {
	background:transparent;
	color: red;
	border-bottom: 1px solid red;
	text-align:left;
	padding: 2px 5px;
	font-family: 'Arial Black',Verdana,Tahoma,Arial,Helvetica,sans-serif;
	}

.ProductDisplay {
	font-size:0.9em;
	padding:5px;
	}

Address {
	padding-left:20px;
	color:red;
	font-style:normal;
	}

.Footer td {
	font-size: 8pt;
	font-weight:bold;
	color:#e0e0e0;
	background:transparent
	}

.Footer td a {
	color: #e0e0e0;
	background:transparent;
	text-decoration:underline;
	}

.Footer td a:hover {
	color:white;
	}

.AdminTable {
	border: 3px outset navy;
	font-size:10pt;
	}

.AdminTable td
	{
	border: 1px solid navy;
	}

.AdminTable th
	{
	background: navy;
	color:#fc0;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	}

.AdminTable caption	
	{
	font-family: 'Arial Black',Verdana,Tahoma,Arial,Helvetica,sans-serif;
	color:red;
	font-size:14pt;
	text-align:center;
	font-weight:normal;
	}

.ButtonBar {
	background:#fc0;
	text-align:center;
	}

.ButtonBar td input
	{
	border:3px outset blue;
	background:navy;
	color:#fff;
	font-size:8pt;
	font-weight:bold;
	width:100px;
	margin:3px;
	}