
body td, p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	scrollbar-arrow-color: 666666;
	scrollbar-base-color: ffffff;
	scrollbar-dark-shadow-color: C0C0C0;
	scrollbar-track-color: ffffff;
	scrollbar-face-color: ffffff;
	scrollbar-shadow-color: C0C0C0;
	scrollbar-highlight-color: CCCCCC;
	scrollbar-3d-light-color: 666666;
}

ul{list-style:square}

.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.4em;
	text-transform: uppercase;
	font-weight:bold;
	color: black;
}

.cart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	text-transform: uppercase;
	font-weight:bold;
	color: #ffffff;
	bgcolor="#01213A"
}

input, select, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
}

.qty input, .qty select, .qty textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:normal;
	size: 1;
}

/* navigation */

a{
	color: #004191;
	font-weight:normal;
	text-decoration:underline;
}

a:hover{
	color: #5A6265;
	font-weight:normal;
	text-decoration:underline;
}


.nav a:link, .nav a:visited{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	text-transform: capitalize;
}

.nav a:hover{ 
	color: #999;
}

/* footer */

.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	color: #000000;
}


.foot a:link, .foot a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	color: #800000;
}

.foot a:hover{ 
	color: #5A6265;
}