HTML, TABLE, TR, TD, IMG, INPUT, SELECT, TEXTAREA {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0;
	border-collapse: collapse;
	margin-top: 6;
	padding: 0;
}
BODY {
	background-color : #666666;
}
TD {
	border-bottom: 0px solid black;
	padding: 5px;
}
A, A:active, A:visited {
	color: #5fa8b4;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
INPUT, SELECT, TEXTAREA {
	border-style: solid;
	border-color: #000066;
	border-width: 1px;
}
H1 {
	font-size: 22px;
	font-weight: bold;
}
H2 {
	font-size: 16px;
	font-weight: bold;
}
H3 {
	font-size: 14px;
	font-weight: bold;
}
HR {
	border: none; 
	border-top: 3px double white;
	width: 95%;
	height: 3px;
	text-align: left;
}
blockquote {
	margin-left: 15px;
	margin-right: 15px;
}



.nav {
	color: white;
	font-size: 10px;
	background: #000066;
	border: none;
	padding: 1px;
	margin: 0px;
	text-decoration: none;
}
.nav a:hover {
	text-decoration: none;
}
.nav a:visited {
	color: white;
}




.outer {
	background: white;
	border: 1px solid black;
	margin: 2;
	padding: 2;
	background : White;
}



.product th {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}
	