/* Standard CSS Styles*/

body {
	background-image: url("/i/front/BodyBG.jpg"); 
	background-repeat: no-repeat; 
	background-position: top;
	}

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

a:link {
	color:#9D8632; 
	text-decoration:none;
	}
	
a:visited {
	color:#9D8632;
	text-decoration:none; 
	font-weight:normal;
	}
	
a:hover {
	color:#9D8632; 
	text-decoration:underline; 
	font-weight:normal; 
	}
	
big {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height: 16px; 
	font-weight:bold
	}
	
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;
	}

.footer {
	font-family:arial, helvetica, sans-serif;
	font-size:11px;
	color: #5C5C5C;
	border-top: solid 1px #282425;
	padding: 20px 0px;
	}

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

.input {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}
	
.stock td {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	color: #FFFFFF;
	border-bottom: solid 1px #AC9851;
	padding: 5px 20px;
	}

/* Navigation Styles*/

.news {
	padding: 10px 10px 5px 20px;
	}

.news a:link {
	color:#231F20; 
	text-decoration:none;
	}
	
.news a:visited {
	color:#231F20;
	text-decoration:none; 
	font-weight:normal;
	}
	
.news a:hover {
	color:#000000; 
	text-decoration:underline; 
	font-weight:normal; 
	}

.footer a:link {
	color:#5C5C5C; 
	text-decoration:none;
	}
	
.footer a:visited {
	color:#5C5C5C;
	text-decoration:none; 
	font-weight:normal;
	}
	
.footer a:hover {
	color:#000000; 
	text-decoration:underline; 
	font-weight:normal; 
	}
	
/* Page Layout Styles*/
	
.LCol {
	padding: 0px 20px 20px 0px;
	}

.CCol {
	padding-bottom: 20px;
	}

.RCol {
	background-image: url("/i/front/NewsBG.gif"); 
	background-repeat: repeat-x; 
	background-position: top;
	padding-bottom: 20px;
	}

