html, body {
	margin:2px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#fff;
}

a,object {
	outline:none;
}
a,a:visited {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#ff6602;
	text-decoration:underline;
}
a.white,a.white:visited {
	color:#fff;
	text-decoration:underline;
}
.menu {
	font-weight:bold;
	text-align:center;
	font-size:12px;
}
.blueHeading {
	margin-top:20px;
	font-size:28px;
	font-weight:bold;
	color:#000;
	text-align:left;
	padding-bottom:5px;
	border-bottom:6px solid #95dafd;
}
.greyHeading {
	text-align:left;
	font-size:20px;
	padding:10px;
	background-color:#333;
	color:#fff;
	font-weight:bold;
}
.greyBox {
	color:#fff;
	padding:10px;
	text-align:left;
	background-color:#000;
}
.orderBtn {
	font-weight:normal;
	font-size:18px;
}
#viewer,#viewer2 {
	height:180px;
	width:740px;
	clear:both;
	overflow:hidden;
	margin-top:10px;
}
#viewerFrame,#viewerFrame2 {
	width:740px;
	clear:both;
	padding:0px;
}
#viewer img,#viewer2 img {
	width:142px;
	height:142px;
	display:inline;
	border:0px;
	margin-bottom:5px;
}
#viewer a,#viewer2 a {
	text-align:center;
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
	width:146px;
	height:180px;
	margin-right:2px;
}

