body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CC0000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #333333;
}

#logo{
	background-repeat: no-repeat;
	background-position: 10px 5px;
	height: 100px;
	width: 180px;
}

h1 {
	color: #CC0000;
	font-size: 18px;
}
h2 {
	font-size: 16px;
	color: #666;
	margin-top: 40px;
	margin-bottom: 0px;
}
h3 {
	font-size: 14px;
	color: #CC0000;
	vertical-align: top;
	margin-top: 40px;
	margin-bottom: 0px;
}
h4 {
	font-size: 12px;
	color: #000;
}
h5 {
	font-size: 12px;
	color: #666;
}
h6 {
	font-size: 11px;
	color: #666;
}
p, ul, li {
	font-size: 12px;
	color: #333;
	line-height: 18px;
}
.red {
	color: #CC0000;
}
.baseline {
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
}

a:link, a:visited { color: #000; text-decoration: underline }
a:hover, a:visited:hover {  color: #CC0000; text-decoration: underline}
a:active { color: #666; text-decoration: underline}

.prod {
	font-size: 14px;
}
a.prod:link, a.prod:visited { color: #CC0000; font-weight: bold; text-decoration: none}
a.prod:hover, a.prod:visited:hover {  color: #000; font-weight: bold; text-decoration: underline}
a.prod:active { color: #CC0000; font-weight: bold; text-decoration: underline}

table.topnav { font-size: 12px; font-weight: bold;}

a.button:link, a.button:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #CC0000;
	display: block;
	padding-bottom: 2px;
	padding-right: 2px;
}
a.button:hover, a.button:visited:hover {
	font-size: 11px;
	font-weight: bold;
	color: #CCC;
	text-decoration: underline;
	background-color: #CC0000;
	display: block;
	padding-bottom: 2px;
	padding-right: 2px;
}
a.topnav:link, a.topnav:visited {
	color: #EEE;
	text-decoration: none;
	background-color: #CC0000;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	padding-bottom: 5px;
	text-align: center;
}
a.topnav:hover, a.topnav:visited:hover, a.topnav:active {
	color: #333;
	text-decoration: none;
	background-color: #CCC;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	text-align: center;
	}
table.content {	
    width: 600px}
td.content {
	padding: 30px 15px 15px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CCC;
}

td.leftnav {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEE;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #CCC;
	padding-top: 25px;
}
.leftnavhd {
	color: #CC0000;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	width: 180px;
	padding-top: 6px;
	padding-bottom: 2px;
	text-transform: uppercase;
	text-indent: 20px;
}
a.leftnav:link, a.leftnav:visited {
	color: #333;
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
	text-indent: 20px;
}
a.leftnav:hover, a.leftnav:visited:hover, a.leftnav:active {
	color: #CC0000;
	display: block;
	text-decoration: none;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-indent: 20px;
}

td.list {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
.list-pic {
	vertical-align: bottom;
	width: 130px;
	text-align: right;
}
.list-text {
	padding-right: 8px;
	padding-left: 10px;
	vertical-align: bottom;
	width: 170px;
	font-weight: bold;
}
.phone {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
td.quote {
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	vertical-align: bottom;
	width: 100%;
	text-align: center;
}

.txt_white {color: #FFFFFF}
