/* These are the formatting options */

p, h1, h2, h3, table, tr, td, th, blockquote, li, ol {
			font-family: Arial, Helvetica, sans-serif;
			}
h1	{
			font-size: 26px;
			font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: #006;
		}
h2 {
			font-size: 18px;
			font-weight: bold;
			margin-bottom: 0px;
		}
h3 {
			font-size: 20px;
		}
p, td, th, tr, td, li, ol, ul {
			font-size: 15px;
			margin-top: 0px;
		}
blockquote {
			margin-left: 25;
		}
li, ul, ol {
			line-height: 140%
		}
li {
			margin-left: 25;
		}
.HomePage {
			margin-left: -85px;
			margin-top: 15px;
        }
.HomePageSlogan {
			font-size: 18px;
			font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-style: italic;
			text-align: center;
			color: #006;
		}
.HomePageRightContent {
			border-left: 1px;
			border-color: #006;
        }
.MainTable {
			height: 100%;
		}
.MainTableBody {
			height: 100%;

		}
.MainTableFooter {
			text-align: center;
			font-size: 11px;
			color: black;
			margin-left: 0px;
		}
.productList {
		margin-left: 0px;
		margin-right: 20px;
        }
.productListHeadline {
		text-align: center;
        }
.pageBody {
		margin-left: 100px;
		margin-right: 20px;
        }
.alert {
		font-size: 12px;
		color: red;
		}
a.footer:link {
			color: black;
			text-decoration: none;
			}
a.footer:visited {
			color: black;
			text-decoration: none;
			}
