/* Standard CSS Styles*/

body {
	background-image: url("/i/common2008/BodyBG.gif"); 
	background-repeat: repeat; 
	background-position: top left;
	color: #BAB5BA;
	}

td {
	font-family:verdana, arial, helvetica, sans-serif; 
	font-size:11px; 
	line-height: 16px;
	color: #BAB5BA;
	}

a:link {
	color:#949FA7; 
	text-decoration:none;
	}

a:visited {
	color:#949FA7; 
	text-decoration:none;
	}

a:hover {
	color:#949FA7; 
	text-decoration:underline;
	}
	
big {
	font-size:12px; 
	line-height: 16px; 
	font-weight:bold
	}
	
strong {
	font-size:12px; 
	line-height: 16px; 
	font-weight:bold
	}

small {
	font-size:11px;
	}
	
.footer {
	font-size:11px;
	}

.input {
	font-size:11px;
	}
	
.stock {
	font-size:11px;
	}

/* Navigation Styles*/
	
.nav {
	display: block; 
	padding: 9px 0px 9px 10px; 
	font-weight:normal; 
	border-top: solid 1px #E0E0E0;
	}
	
.nav a:link {
	color:#CC0000; 
	text-decoration:none
	}
	
.nav a:visited {
	color:#CC0000;
	text-decoration:none; 
	font-weight:normal
	}
	
.nav a:hover {
	color:#CC0000; 
	text-decoration:underline; 
	font-weight:normal; 
	background-image: url("/i/common/Arrow.gif"); 
	background-repeat: no-repeat; 
	background-position: top left;
	}

/* Page Layout Styles*/

.Footer {
	background-image: url('/i/common2008/FooterBG.gif'); 
	background-repeat: no-repeat; 
	background-attachment: relative; 
	background-position: top;
	font-family:verdana, arial;
	font-size:10px;
	color:#5D5757;
	}

.Footer td {
	padding: 0px 20px;
	}

.Main {
	background-image: url("/i/common2008/MainBG.gif"); 
	background-repeat: repeat-y; 
	background-position: top;
	padding: 20px;
	}
	
.shadowleft {
	behavior: url('/cc/js/pngbehavior.htc'); 
	background-image: url('/i/common/shadowleft.png'); 
	background-repeat: repeat-y; 
	background-attachment: relative; 
	background-position: top right;
	}

.shadowright {
	behavior: url('/cc/js/pngbehavior.htc'); 
	background-image: url('/i/common/shadowright.png');
	background-repeat: repeat-y;
	background-attachment: relative;
	background-position: top left;
	}

/* Home Page Layout Styles*/


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

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

.HomeMainText {
	padding: 30px;
	}

.HomeRCol {
	padding: 10px 20px 20px 60px;
	}