BODY  {
	font-family : Helvetica, sans-serif;
	font-size : 12px;
	color : black;
	font-weight : normal;
	background-color : #FFFFFF;
}
TD  {
	font-family : Helvetica, sans-serif;
	font-size : 12px;
	color : black;
	font-weight : normal;
}
h1 { color: blue; font-size: 30px; font-family: Helvetica; font-variant: small-caps }
h2 { color: blue; font-size: 25px; font-family: Helvetica; font-variant: small-caps }
h3 { color: blue; font-size: 20px; font-family: Helvetica; font-variant: small-caps }
h4  { color: blue; font-size: 15px; font-family: Helvetica; font-variant: small-caps }
h5 { color: blue; font-size: 12px; font-family: Helvetica; font-variant: small-caps }
h6 { color: blue; font-size: 6px; font-family: Helvetica; font-variant: small-caps }
.float_right { margin: 5px; padding: 5px; float: right }
.float_left { margin: 5px; padding: 5px; float: left }
p { color: black; font-size: 12px; font-family: Helvetica, sans-serif }
.marq { color: red; font-size: 12px; font-variant: small-caps; background-color: yellow }
.yellow_bg { background-color: yellow }
.nav_left a:active { color: white; font-size: 16px; font-family: Helvetica; font-variant: small-caps; text-decoration: none }
.nav_left a:link { color: white; font-size: 16px; font-family: Helvetica; font-variant: small-caps; text-decoration: none }
.nav_left a:visited { color: white; font-size: 16px; font-family: Helvetica; font-variant: small-caps; text-decoration: none }
.nav_left a:hover { color: black; font-weight: 700; text-decoration: none; background-color: yellow }
.nav_left p { color: white; font-size: 16px; font-family: Helvetica; font-variant: small-caps; text-decoration: none }
.style1 {font-size: 13px}
.style2 {color: #FFFFFF}
.style15 {font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
.style16 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; }
.style19 {
	color: #FF6600;
	font-size: 16px;
	font-weight: bold;
}
.style22 {font-family: Arial, Helvetica, sans-serif}
.itemTitleFont {
	color : green;
	font-weight : bold;
	font-size : 14px;
}
.ourPrice {
	color : red;
}
.tableBackground {
	background-color : silver;
	border : thin solid black;
}
.titleFont {
	color : #FFFFFF;
	font-weight : bold;
	font-size : 16px;
}
.titleCart {
	color : green;
	font-weight : bold;
	font-size : 14px;
}
.cartActions {
	font-size : 10px;
}
a {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}