body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.instaQueryTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color:#347B9A;
}

td.instaQueryBox {
 
}

a.mainMenuLink {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #858585;
	text-decoration: none;
}

a.mainMenuLink:hover {
	color: #FE0000;
}

.copyRight {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  font-weight: bold;
	color: #AAAAAA;
}
.textInput {
	border: 1px solid #347B9A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  color: #347B9A;	
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

.contentBox {
	/*background-image: url(img/tablebg.jpg);	background-position: right top;	background-repeat: no-repeat;*/
	padding-left: 20px;
	padding-right: 20px;
}

.welcomeToSolvchem {
	font-family: Helvetica, sans-serif;
	font-size: 16pt;
	color: #46719E;
}

.bodyText {
	color: #000000;
	text-align: justify;
	line-height: 18px;
}
a { color: #6633FF; text-decoration: none }
a:hover {text-decoration: underline}

#queryCartDiv {
	height: 250px;
	margin-top: 10px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	scrollbar-3dlight-color: #347B9A;
	scrollbar-arrow-color: #347B9A;
	scrollbar-base-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-face-color: white; 
	scrollbar-highlight-color: white; 
	scrollbar-shadow-color: #347B9A;

	overflow-y: auto;
	overflow-x: hidden;
}

#placeQueryDiv {
	margin-top: 5px;
  visibility: hidden;
}