body { font-family: "Times New Roman", Times, serif;
	background-color: #FFC;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { padding: 0; margin: 0; padding-left:40px; color:#000; font-size:100%; font-weight:normal}
h1 { margin-top: 0;	padding-right: 0px; padding-left: 0px; color:#663300; font-size:150% }
h2 { margin-top: 0; margin-bottom: 10px;	padding-right: 0px; padding-left: 0px; color:#333333; font-size:130% }
h3 { margin-top: 0; margin-bottom: 10px;	padding-right: 0px; padding-left: 0px; color:#ffffff; font-size:130% }
h5 { margin-top: 0;	padding-right: 0px; padding-left: 0px; font-size:100%; font-weight:normal; color:#FFF}
h3  { margin-top: 0;	padding-right: 15px; padding-left: 15px; }
h4 { margin-top: 0;	padding-right: 15px; padding-left: 15px; color:#F00 }
h6 { margin-top: 0; margin-bottom: 0px;	padding-right: 0px; padding-left: 0px; color:#ffffff; font-size:130%  }
p { margin-top: 0;	padding-right: 0px; padding-left: 0px; color:#333; font-size:100%;}
p.white { margin-top: 0;	padding-right: 0px; padding-left: 0px; color:#fff; font-size:100%;}
p.footer { margin-top: 0;	padding-right: 15px; padding-left: 15px; color:#fff; font-size:100%; font-weight:bold}

a img { color: #000; border: none; font-size:100%;}
a:link { color: #000; text-decoration: underline; font-size:100%; }
a:visited {	color: #000;	text-decoration: underline; font-size:100%;}
a:hover, a:active, a:focus { color: #f00; text-decoration: underline; font-size:100%;}

a.tm img { color: #fff; border: none;  font-family: Verdana, Geneva, sans-serif}
a.tm:link { color: #fff; text-decoration: none;  font-family: Verdana, Geneva, sans-serif}
a.tm:visited {	color: #fff;	text-decoration: none;  font-family: Verdana, Geneva, sans-serif;}
a.tm:hover, a.tm:active, a.tm:focus { text-decoration: none; color:#f92b20;   font-family: Verdana, Geneva, sans-serif}

a.menu img { border: none; color: #fff; text-decoration: none; font-weight:bold; font-size:100%}
a.menu:link { color: #fff; text-decoration: none; font-weight:bold; font-size:100% }
a.menu:visited { color: #fff; text-decoration: none; font-weight:bold; font-size:100%}
a.menu:hover, a.menu:active, a.menu:focus {color: #ee3424; text-decoration: none font-weight:bold;font-size:100%}

.container { width: 960px;	background: #ffffff; margin: 0 auto; border: 1px solid #6f5a23; }
.content { padding: 0px 0; border-color:#fff; }

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px; border: 1px solid #999999;
	padding: 2px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px; border: 1px solid #999999;
	padding: 2px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.c_text
	{font-size:90%; color:#333333;}
	
#navigation td {
	border-bottom: 0px solid #F4FFE4;
	}
	
#navigation a {
	color: #fff;
	line-height:16px;
	text-decoration: none;
	display:block;
	padding:0px 0px 0px 0px;
	}
	
#navigation a:hover {
	background: #660c00;
	color:#ffffff;
	}
img.bordered {
	background-color: #FFF;
	border: 1px solid #999999;
	padding: 2px;
}
table.order {color:#FFF; font-weight:bold}
-->
