	a:link{color: #2401A9; text-decoration: underline;}
	a:visited{color: #2401A9; text-decoration: underline;}
	a:hover{color: #0020BD; text-decoration: none;}	
	
	.default{
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
	
		.mini{font-size: 9px;}
		.small{font-size: 11px;}
		.large{font-size: 16px;}
		.xlarge{font-size: 19px;}
	
		.green{color: #11674C;}
		.gray{color: #333333;}
		.litegray{color: #cccccc;}
		.red{color: #B71A37;}
		.Aqua{color: #00ffff;}
		.blue{color: #0020BD;}
		.black{color: #000000;}
		.orange{color: #D18927;}
		.white{color: #FFFFFF;}

	.BGgreen{background-color: #008000;}
	.BGgray{background-color: #828282;}
	.BGlitegray{background-color: #cccccc;}
	.BGred{background-color: #B71A37;}
	
.dropdown     {
	font-family: Arial;
	color: #000000;
	font-weight: normal;
	font-size: 10pt;
	background-color: #FFFFFF;
	width: 186px;
	
}

.textbox     {   
	font-family: Arial;
	font-size: 8pt;
	background-color: #FFFFFF;
	font-size: 10pt; 
	width:220px;
}

.textarea     {   
	font-family: Arial;
	font-size: 8pt;
	background-color: #FFFFFF;
	font-size: 10pt; 
	width:220px; 
	height:100px;
}


/* ************ USED FOR OULDINE EFFECTS ON PRODUCTS PAGE ************* */
.outline1     {
	border-top: 2px solid #EBCC94;
	border-bottom: 2px solid #EBCC94;
	border-left: 2px solid #EBCC94;
	border-right: 2px solid #EBCC94;
} 

.outline2     {
	border-bottom: 1px solid #0020BD;
}

.outline3     {
	border-top: 2px solid #f3ecdf;
}

/* ************************* */

.padding {
	padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px;
	
}

.formstyle { 
 	margin-left:75px; 
	margin-top:5px; 
	width:220px;
}
/* for 2 textbox sets */
.fieldset1 {
	height: 100px;
	width:360px;
	background-color:#F4E4C2;
	border:1px solid #5E252A; 
	padding-bottom:6px;
}
/* for address set */
.fieldset2 {
	height: 130px;
	width:360px;
	background-color:#F4E4C2;
	border:1px solid #5E252A; 
	padding-bottom:6px;
}
/* for comments set */
.fieldset3 {
	height: 170px;
	width:360px;
	background-color:#F4E4C2;
	border:1px solid #5E252A; 
	padding-bottom:6px;
}
/* for spam guard set */
.fieldset4 {
	height: 160px;
	width:360px;
	background-color:#F4E4C2;
	border:1px solid #5E252A; 
	padding-bottom:6px;
}

/* for form validation  */
.required { font-weight:bold; color:#000000;}
.alert { font-weight:bold; color:#CC0000;}

