/* Standard CSS Styles*/
body {
   font-family:arial, helvetica, sans-serif; 
   font-size:13px; 
   line-height: 18px;
   color: #000000;
   }

td {
   font-family:arial, helvetica, sans-serif; 
   font-size:13px; 
   line-height: 18px;
   }
   
big {
   font-family:arial, helvetica, sans-serif; 
   font-size:13px; 
   line-height: 18px; 
   font-weight:bold;
   }
   
strong {
   font-family:arial, helvetica, sans-serif; 
   font-size:13px; 
   line-height: 18px; 
   font-weight:bold;
   }

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

.HeaderPic img {
   behavior: url('/cc/js/pngbehavior.htc');
   }

.input {
   background-color: #000000;
   font-family:arial, helvetica, sans-serif; 
   font-size:11px;
   color: #FFFFFF;
   border: solid 1px #BF8D31;
   }

.stock {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px;
	color: #FFEA96;
	padding-left: 20px;
	}

a:link {
	color:#83683A; 
	text-decoration:none; 
	font-weight:normal;
	}
   
a:visited {
	color:#83683A;
	text-decoration:none; 
	font-weight:normal;
	}
   
a:hover {
	color:#83683A; 
	text-decoration:underline; 
	font-weight:normal;
	}

/* Navigation Styles*/

.nav {
	border-top: solid 1px #202020; 
	font-weight:normal; 
	font-size:12px;
	color:#FFFFFF; 
	font-weight:bold;
	}

.nav a:link {
	display: block;
	border-bottom: solid 1px #202020; 
	padding: 9px 0px 9px 24px;
	color:#FFFFFF; 
	text-decoration:none;
	font-weight:normal;
	}

.nav a:visited {
	display: block; 
	border-bottom: solid 1px #202020; 
	padding: 9px 0px 9px 24px;
	color:#FFFFFF; 
	text-decoration:none; 
	font-weight:normal;
	}

.nav a:hover {
	display: block; 
	border-bottom: solid 1px #202020; 
	padding: 9px 0px 9px 24px;
	color:#F1CA3A; 
	text-decoration:none; 
	font-weight:bold;
	}

.Footer {
	font-weight:normal; 
	color:#FFFFFF; 
	font-size:10px;
	padding: 5px 10px 5px 10px;
	}

.Footer a:link {
   color:#F1CA3A;
   text-decoration:none; 
	}
   
.Footer a:visited {
   color:#F1CA3A;
   text-decoration:none; 
   }
   
.Footer a:hover {
   color:#FFFFFF; 
   text-decoration:none; 
   }
   
/* Layout Styles*/
   
.HeaderPic {
   }

.LCol {
	}

.main {
	background-image: url("/i/common2008/MainBG.gif");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	padding: 20px;
   }

/* Home Page Layout Styles*/

.Features {
	background-image: url("/i/front2008/FeaturesBG.gif");
	background-repeat: no-repeat;
	background-position: top;
   }

.HomeMain {
	color: #FFFFFF;
	}

.HomeText {
	background-image: url("/i/front2008/TextBG.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 5px 10px 20px;
	border-bottom: solid 1px #111109;
	margin-right: 4px;
	}

.StockTables {
	background-image: url("/i/front2008/StockBG.gif");
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0px 0px 5px 0px;
	border-bottom: solid 1px #111109;
	margin-right: 4px;
   }

.News {
	color: #FFFFFF;
	}

.News strong {
	color: #B17825;
	}

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

.News td {
	padding: 20px 0px 0px 5px;
	}

