/* Standard CSS Styles*/

body {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px;
	}

td {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px;
	}

a:link {
	color:#2D1F00; 
	text-decoration:none;
	}
	
a:visited {
	color:#2D1F00;
	text-decoration:none; 
	}
	
a:hover {
	color:#2D1F00; 
	text-decoration:underline; 
	}

big {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px; 
	font-weight:bold;
	}

h2 {
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin: 0px;
	text-transform: uppercase;
	}

h5 {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin: 0px;
	text-transform: uppercase;
	color: #FFB000;
	}

h6 {
	font-family:arial, helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	margin: 0px;
	text-transform: uppercase;
	}

strong {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px; 
	font-weight:bold
	}

small {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}

.input {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}
	
.stock {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}

/* Navigation Styles*/

.nav {
	padding: 44px 20px 20px 20px; 
	}

.nav a {
	display: block; 
	padding: 9px 2px 9px 2px; 
	font-weight:normal; 
	border-bottom: solid 1px #000000;
	}

.nav a:link {
	color:#000000; 
	text-decoration:none;
	}
	
.nav a:visited {
	color:#000000;
	text-decoration:none; 
	}
	
.nav a:hover {
	color:#000000; 
	text-decoration:none; 
	background-color: #FFE878;
	}

.Footer td {
	font-family:arial, helvetica, sans-serif; 
	font-size:10px;
	color:#FFFFFF; 
	}

.Footer a {
	display: block; 
	font-weight:normal; 
	font-size:10px;
	}
	
.Footer a:link {
	color:#FFFFFF; 
	text-decoration:none;
	}
	
.Footer a:visited {
	color:#FFFFFF;
	text-decoration:none; 
	}
	
.Footer a:hover {
	color:#FFFFFF; 
	text-decoration:underline; 
	}

/* Page Layout Styles*/

.Footer {
	background-image: url("/i/common/FooterBG.gif"); 
	background-repeat: repeat-x;
	background-position: top;
	background-color: #765100;
	}

.LCol {
	background-image: url("/i/common/LColBG.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	}

.Main {
	background-image: url("/i/common/MainBG.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	}

.MainText {
	padding-left: 20px;
	}

.OrangeBand {
	background-color: #FFB000;
	}

.PL10 {
	padding-left: 5px;
	}

.RBorder1 {
	border-right: solid #4C3400 1px;
	}

.RBorder3 {
	border-right: solid #4C3400 3px;
	}

/* Home Page Layout Styles*/

.HLCol {
	background-image: url("/i/front/LColBG.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	padding: 80px 70px 0px 22px;
	}

.HCCol {
	padding: 80px 25px 0px 0px;
	}

.HRCol {
	padding: 80px 0px 0px 0px;
	}

.News {
	font-size:12px;
	padding: 15px 20px; 
	border-bottom: solid 3px #E3DAAF;
	}

.News a {
	font-size:14px;
	}

.News a:link {
	color:#010000; 
	text-decoration:none;
	}
	
.News a:visited {
	color:#010000;
	text-decoration:none; 
	}
	
.News a:hover {
	color:#010000; 
	text-decoration:underline; 
	background-color: #FFE878;
	}

.News b {
	color:#010000; 
	font-size:16px;
	}

.StockBox {
	background-color: #CA8200;
	}

.StockBox td {
	color: #E5C180;
	font-size:9px;
	font-weight:bold;
	}

.StockBox b {
	color: #FFFFFF;
	font-size:45px;
	line-height: 46px; 
	}
