body {
        background: #eaebf4;
        color: #000000
}

h1 {
	font-family: Arial;
	font-weight: bolder;
        text-transform: uppercase;
	font-size: 1em;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: 0.2ex;
	text-decoration: none;
	text-align: right;
	background:#343c91;
	color:white;
        margin-top: 20px;
        border: solid;
        border-color: #343c91;
        border-right-width: 20px;
        border-bottom-width: 5px;
        width: 755px;
}

h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: large;
	line-height: 100%;
	word-spacing: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	background: #ccccff;
        color:#e73020;
        padding:3px;
}

p       {
        font-family: Arial,sans-serif;
	font-weight: normal;
        }
      
p.stronger   {
        font-family: Arial,sans-serif;
	font-weight: bold;
	line-height: 150%;
	text-align: center;
        margin-left:15%;
        margin-right:15%;
        }

img {
    border-width: 0px;
    }

img.product {
        border-style: solid;
        border-width: 2px;
        border-color: #ffffff;
}

img.dimensions {
        border-style: solid;
        border-width: 2px;
        border-color: #ffffcc;
}
img.thickborder {
        padding-top: 20px;
}

td.product      {
        vertical-align: top;
        width: 350px;
        }

td.dimensions   {
        padding-top:20px;
        }
      
td.text {
        vertical-align: top;
        padding: 0px;
}

table.menu {
          border-collapse:collapse;
          }
        
table.menu td{
          padding: 0px;
          border: 0px;
          margin: 0px;
          }
      
table.opts {
        text-transform: lowercase;
        width: 420px;
        text-align: left;
}

table.opts th {
	font-family: Arial;
	font-weight: bold;
	font-size: medium;
	line-height: 100%;
	word-spacing: normal;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
        color:#e73020;
}

table.loads {
        width: 320px;
        text-align: center;
        border-style: solid;
        border-width:1px;
        border-collapse: collapse;
        border-color: #000000;
        background: #88ccdd;
        padding: 5px;
}

table.loads td {
            font-size: small;
            border-style: solid;
            border-width: 1px;
            }
          
table.loads th {
	font-family: Arial;
	font-weight: bold;
	font-size: medium;
	line-height: 100%;
	word-spacing: normal;
	text-decoration: none;
	text-transform: uppercase;
        color:#000000;
        border-width: 1px;
}
              
table.others {
        font-family: Arial;
        font-weight: bold;
        padding: 5px;
}
table.others td {
        padding:10px
        }

td.spacer {
          width: 100px;
}