﻿body
{
	margin: 0px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	background-color: #360D00;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	color: #C3390B;
	padding-bottom: 5px;
	margin-top: 5px;
}

h1 small
{
	margin-left: 10px;
	font-size: 12px;
}

h2
{
	font-size: 15px;
	font-weight: bold;
	font-style: italic
}

h3
{
	font-weight: bold;        	
	font-size: 13px;
}

h3 small
{
	font-weight: normal;
	font-size: 12px;
}

small
{
	font-size: 9px;
}

td
{
	vertical-align: top;
}

img
{
	border-width: 0px;
}

ul
{
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

li
{
	line-height: 22px;
}

a.prodTitle
{
	text-decoration: none;
	font-weight: bold;
	color: Black;
	font-size: 14px;
}

td.prodBox
{
	border: solid 2px #404040;
	text-align: justify;
}

td.prodBox:hover
{
	background-color: #ddd9d9;
}

.headerCell
{
    border-bottom: dotted 2px #C3390B;
}   
     
.underlined
{
	border-bottom: dotted 1px black;
}

.outerBox
{
	margin: 0 auto;
	border: solid 1px black;
	margin-top: 25px;
	background-color: #E57100;
	width: 800px;
	position: relative;
}

.innerBox
{
	margin: 8px;
	border: solid 1px black;
	background-color: #EEEEEE;
	padding: 10px;
}

.copyrightBox
{
	text-align: center;
	color: White; 
	font-size: 9px;
}
