		p, .normal_text
		{
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
			font-size: 11px;
			line-height: 1.6em;
			color: #D0D0D0;
		}
		
		.header2 {
			color: #f13530;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background:transparent;
			font-weight:bold;
		}
		
		.header3 {
			color: #f13530;
			font-size: 14px;
			font-family: Arial, Helvetica, sans-serif;
			background:transparent;
			font-weight:bold;
		}
		
		.link_shaded {
			color:#0099FF;
			text-decoration: none;
		}

		.link_shaded:hover {
			color:#0099FF;
			background-color: #d6d6d6;
		}
		
		.link_shaded_big {
			font-size: 12px;
			color:#0099FF;
			text-decoration: none;
			font-weight:bold;
		}

		.link_shaded_big:hover {
			font-size: 12px;
			color:#0099FF;
			background-color: #d6d6d6;
			font-weight:bold;
		}
		
		.link_shaded3 {
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
			font-size: 11px;
			line-height: 1.6em;
			color: #D0D0D0;
			text-decoration: none;
		}

		.link_shaded3:hover {
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
			font-size: 11px;
			line-height: 1.6em;
			color: #333;
			background-color: #D6D6D6;
		}
		
/* HEADER TEXT */
		
		.descrip1
		{
			color: #D3D0E2;
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 12px;
			background:transparent;
			letter-spacing: 4px;
			line-height:110%;
		}
		
		.descrip2
		{
			color: #FF9900;
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 11px;
			background:transparent;
			letter-spacing: 2px;
			line-height:110%;
		}
		
		.descrip3
		{
			color: #A8A7AD;
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 11px;
			background:transparent;
			letter-spacing: 1px;
			line-height:170%;
		}
		
		.a_descrip2
		{
			color: #FF9900;
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 11px;
			background:transparent;
			letter-spacing: 2px;
			line-height:110%;
			text-decoration: none;
		}
		
		.a_descrip2:hover
		{
			color: #FF9900;
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 11px;
			background:transparent;
			letter-spacing: 2px;
			line-height:110%;
			text-decoration: underline;
		}
		
		
		.a_descrip3
		{
			color: #A8A7AD;
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 11px;
			background:transparent;
			letter-spacing: 1px;
			line-height:110%;
			text-decoration: none;
			border-bottom: 1px dotted #A8A7AD;
		}
		
		.a_descrip3:hover
		{
			color: #333;
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 11px;
			background:transparent;
			letter-spacing: 1px;
			line-height:110%;
			text-decoration: none;
			border-bottom: 1px dotted #333;
			background-color:#999;
		}

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;
			clear:left;		
			float: left;
			width: 140px;	/* was 140px */
		}

		.nav_a {
			display: block;
			padding: 5px;
			width: 140px;	/* was 140px */
			border-bottom: 1px solid #CCC;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
			font-size: 11px;
		}
		
		
		.nav_blank {
			width: 140px;	/* was 140px */
			background-color: #F13530;
		}

		.nav_a:link, .nav_a:visited {
			color:#006699;
			font-size: 10px;
			background-color: #d6d6d6;
			text-decoration: none;
		}
		
		.nav_a:hover {
			/* background: #000000 url(images/all_pages/arrow.gif) 96% 50% no-repeat; */
			background-color: #E5E5E5;
			color:#006699;
			font-size: 10px;
		}

/* FOOTER ELEMENTS */
		
		.footer_p {
			color:#069;
			padding: 2px;
			font-size:10px;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
		}
		
		
		.author {
			color:#069;
			padding: 2px;
			font-size:10px;
		}
		
		.footer_a {
			color: #069;
			border-bottom: 1px dotted #069;
			text-decoration:none;
		}
		
		.footer_a:hover {
			color: #069;
			background-color:#e5e5e5;
			border-bottom: 1px dotted #069;
			text-decoration:none;
		}
		
		.bar1 {
			color: #3d3c3a;
		}
		
/* PRODUCT PAGES */
		.prod_cell {
			padding-bottom:20px;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; 
			font-size: 11px;
			line-height: 1.6em;
			color: #D0D0D0;
		}
		
/* CONTACT FORM on contact.php */
		.contact-form {
			color: #ffffff;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			background:transparent;
			font-weight:normal;
		}