body {
	background-image: url(../images/background_lg.gif);
	background-repeat: repeat;
}
.body_text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #663366;
	line-height: 13px;
}
.body_text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #663366;
	line-height: 15px;
}
.grn12 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #81904F;
	line-height: 12pt;
}
.grn14 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #81904F;
	text-align:center
}
.acc_code {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #C33;
}
.form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #663366;
	line-height: 12pt;
}
.form_text_bld {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #663366;
	line-height: 12pt;
}
.form_textbld16 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #663366;
	line-height: 16pt;
}
.formfield_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #707957;
	line-height: 10pt;
}
.form_text_sm {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #663366;
	line-height: 10pt;
}

#caption, #numberDisplay {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #663366;
	line-height: 10pt;
}

.prodinstr {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #663366;
	line-height: 11pt;
}
.whitesm {
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	font-weight: normal;
}

.bold { font-weight: bold}

/* Curved Text */
img.curveText {	
	margin-right: 5px;
	float: left;
	clear: left 
}
img.curveText1 { 
	margin-right: 5px;
	float: left;
	clear: left 
}
img.racks {
	border: 2px solid #618e4b;
    padding:1px;	
}

/* Links */
a:link {
	color: #663366;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #663366;
	text-decoration: none;
	font-weight:bold;
	
}
a:hover {
	color: #333366;
	text-decoration: underline;
	font-weight:bold;

}
.wht a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.wht a:visited {
	color: #FFFFFF;
}
.wht a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Close Window */

#close {
	width:370px;
}

.close_window{
	background-color:#FFFFFF;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	font-weight: normal;
}

.closewindow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663366;
}

/* Products */
#productsinfo {
	 width:330px;
	 height:400px;
	 margin:10px 40px 0px 10px;
	 padding:0;
	 float:right;
}

#prodimg {
	float:right;
	height:40px;
	margin: 0 30px 0 0 ;
}
.prodimg {
	float:right;
	height:40px;
	margin: 0 45px 0 0 ;
}
.prodstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 310;
	color: #663366;
	line-height: 18px;
	margin:0 0 5px 0;
}
.text {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 310;
	color: #663366;
	line-height: 18px;
	width:290px;
	margin:0 0 5px 0;
}
.textw {
	float:right;
	width:330px;
}
.title1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #81904F;
	text-align:center;
	width:300px;
	margin:5px 0 2px 0;
}

/* Recaptacha */
#recaptcha_image img { width: 200px; } 

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
	background-color:#FFF !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
	border-color: #9AAC60 !important; //reCaptcha widget border color
	width: 300px;
 }
 
 #recaptcha_response_field {
	border-color: #5F2958 !important; //Text input field border color
   background-color:#FFF !important; //Text input field background color
   width: 250px;
 }

