/* Standard CSS Styles*/

body {
	background-image: url("/i/common/BodyBG.gif"); 
	background-repeat: no-repeat; 
	background-position: top;
	background-color: #C1B598;
	font-family:georgia, times, serif; 
	font-size:12px; 
	line-height: 20px;
	color: #8E837C;
	}

td {
	font-family:georgia, times, serif; 
	font-size:12px; 
	line-height: 20px;
	}
	
big {
	font-family:georgia, times, serif; 
	font-size:12px; 
	line-height: 20px;
	font-weight:bold
	}
	
strong {
	font-family:georgia, times, serif; 
	font-size:12px; 
	line-height: 20px;
	font-weight:bold;
	}

small {
	font-size:11px;
	}

a:link {
	color:#645B55; 
	text-decoration:underline;
	}
	
a:visited {
	color:#645B55; 
	text-decoration:underline;
	}
	
a:hover {
	color:#645B55; 
	text-decoration:none;
	}

.subtitle {
   font-family:verdana, arial, sans-serif; 
   font-size:14px;
   font-style: italic;
   color: #645B55;
   font-weight:bold;
   }


.SubHeader {
   font-size:12px;
   color: #645B55;
   font-weight:bold;
   }


.input {
	background-image: url("/i/front/InputBG.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	font-size:11px;
	}

.stock {
	font-family:verdana, arial, sans-serif; 
	font-size:11px;
	color: #857A83;
	}

.stock td {
	font-family:verdana, arial, sans-serif; 
	font-size:11px;
	color: #857A83;
	border-top: #362F26 solid 1px;
	padding: 2px;
	}


/* Navigation Styles*/
	
.nav {
	font-family:verdana, arial, sans-serif; 
	font-size:11px; 
	border-top: solid 1px #E4DEC9;
	}

.nav a:link {
	display: block; 
	padding: 9px 0px 9px 4px; 
	color:#857A83; 
	text-decoration:none;
	border-bottom: solid 1px #E4DEC9;
	}
	
.nav a:visited {
	display: block; 
	padding: 9px 0px 9px 4px; 
	color:#857A83; 
	text-decoration:none;
	border-bottom: solid 1px #E4DEC9;
	}
	
.nav a:hover {
	display: block; 
	padding: 9px 0px 9px 4px; 
	color:#000000; 
	text-decoration:none;
	border-bottom: solid 1px #E4DEC9;
	}

/* Page Layout Styles*/

.LCol {
	background-color: #FFFFE9;
	padding: 0px 40px 20px 66px;
	}

.Main {
	background-color: #FFFFE9;
	padding: 0px 20px 20px 0px;
	}

.PageTitle {
	background-color: #FFFFE9;
	}

.SectionTitle {
	background-color: #FFFFE9;
	}

.footer {
	font-family:verdana, arial, sans-serif; 
	font-size:11px; 
	}

.footer a:link {
	padding: 5px 30px 5px 5px; 
	color:#FFFFE9;
	text-decoration:none;
	}
	
.footer a:visited {
	padding: 5px 30px 5px 5px; 
	color:#FFFFE9;
	text-decoration:none;
	}
	
.footer a:hover {
	padding: 5px 30px 5px 5px; 
	color:#FFFFE9;
	text-decoration:underline;
	}

.footerL {
	font-family:verdana, arial, sans-serif; 
	font-size:11px; 
	}

.footerL a:link {
	padding: 5px 5px 5px 5px; 
	color:#FFFFE9;
	text-decoration:none;
	}
	
.footerL a:visited {
	padding: 5px 5px 5px 5px; 
	color:#FFFFE9;
	text-decoration:none;
	}
	
.footerL a:hover {
	padding: 5px 5px 5px 5px; 
	color:#FFFFE9;
	text-decoration:underline;
	}

/* Home Page Layout Styles*/

.HomeMain {
	background-image: url("/i/front/MainBG.jpg"); 
	background-repeat: no-repeat; 
	background-position: top;
	background-color: #1A140F;
	}

.HomeLCol {
	padding: 0px 40px 20px 50px;
	}

.HomeRCol {
	color: #CDBBA5;
	padding: 0px 40px 20px 0px;
	}

.StockBG {
	background-image: url("/i/front/StockBG.gif"); 
	background-repeat: no-repeat; 
	background-position: top;
	}

.SubBG {
	background-image: url("/i/front/SubBG.gif"); 
	background-repeat: no-repeat; 
	background-position: top;
	}

.news {
	padding-top: 20px;
	}

.news a:link {
	color:#CDBBA5; 
	text-decoration:none;
	}
	
.news a:visited {
	color:#CDBBA5; 
	text-decoration:none;
	}
	
.news a:hover {
	color:#CDBBA5; 
	text-decoration:underline;
	}

.news strong {
	color:#FFFFFF; 
	font-family:arial, sans-serif; 
	font-size:12px; 
	}
