:link {color:#0000FF; background-color: transparent; text-decoration:none}
:visited {color:#FF0000; background-color: transparent; text-decoration:none}
:hover {text-decoration:underline}	

body {  
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}

p {
	font-family: verdana, geneva, helvetica, sans-serif;
	font-size: small;
	color: #444444;
	background-color: transparent;
}

h1 {
	font-family: helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	text-align: center;
	color: #000000;
	background-color: transparent;
}

h2 {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	color: #753355;
	background-color: transparent;
}

th {
	font: 14px verdana, geneva, helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-align: left;
}

hr {
	color: #000000;
	background-color: transparent;
	height: 1px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.top {
	vertical-align: top;
}

.annotation {
	font-family: Times New Roman, serif;
	font-size: 9pt;
	color: #000000;
	background-color: transparent;
	text-align: center;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FF0000;
	line-height: 1.3;
	background-color:#C8C8C8;
	text-align: center;
	vertical-align: middle;
	width: 160px;
	height: 20px;
	border: #000000 1px solid;
}

.menu a:link {
	color: #FF0000;
	background-color: transparent;
	text-decoration: none;
}

.menu a:hover {
	color: #FF0000;
	background-color: transparent;
	text-decoration: none;
}

.menuHighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
	color: #FFFFFF;
	line-height: 1.3;
	background-color:#0099CC;
	text-align: center;
	vertical-align: middle; 
	width: 160px;
	height: 20px;
	border: #000000 1px solid;
}

.category {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color:#0099CC;
	border: #000000 1px solid;
}

.productTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	color: #000000;
	background-color: transparent;
}

.productCell {
	vertical-align: top;
	text-align: right;
	width: 220px;
	border: #000000 1px solid;
	padding: 5px;
}

.productThumb {
	float: left;
	border: none 0px none;
}

.logo {
	position: absolute;
	top: 30px;
	left: 80px;
}

.navMenu {
	position: absolute;
	top: 180px;
	left: 30px;
	width: 180px;
}

.main {
	position: absolute;
	top: 180px;
	left: 220px;
	width: 480px;
	padding: 10px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt;
	position: absolute;
	top: 580px;
	left: 60px;
	width: 100px;
	text-align: right;
}


