/* CSS Document */
* { behavior: url(iepngfix.htc) }

body
	{
	margin:0;
	background-color:#BA915C;
	}
	

td
	{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	color:#000000;
	}

td.info
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:12px;
	color:#FFF;
	}
	
a
	{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	}

a:hover
	{
	color:#E9C28F;
	font-weight:bold;
	text-decoration:none;
	}
	
.topnav
	{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	}
.topnav:hover
	{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
	}
	
	
.leftxt
	{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	text-align:justify;
	color:#EFEFEF;
	}
	
.more
	{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:12px;
	color:#EFEFEF;
	text-decoration:none;
	}
.more:hover
	{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:12px;
	color:#E9C28F;
	text-decoration:none;
	}
	
.h1
	{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	color:#55330E;
	}
	
.h2
	{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	color:#55330E;
	}

h3
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:14px;
	color:#FFF;
	}
.h4
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height:20px;
	color:#55330E;
	margin-top:5px;
	}


.bluenav
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:12px;
	color:#FFF;
	text-decoration:none;
	}
.bluenav:hover
	{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	line-height:12px;
	color:#E9C28F;
	text-decoration:none;
	}





.copyright
	{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#55330E;
	}
	
table.products
	{
	background: url(images/product_bg.png);
	background-repeat: repeat-x;
	border-left:1px solid #36C;
	border-right:1px solid #36C;
	border-bottom:1px solid #36C;
	}
	
th.products_header
	{
	background: url(images/products_header_bg.png);
	background-repeat: repeat-x;
	color:#FFF;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	height:25px;
	}
td.products_cell
	{
	padding:4px;
	color:#FFF;
	font-size:12px;
	}
	