/* ********* Default Anchor Style ******* */
a:link {color: #5570D0;	text-decoration: underline;}

a:visited {color: #5570D0; text-decoration: underline;}

a:hover {color: #5096BA; text-decoration: none;}

a:active {color: #5570D0; text-decoration: none;}



/* ************ Default Font Style *********** */	
.default{
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#4C536C;
}

.hometxt{
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
}

/* ******** Font Size Classes *********** */	
.mini{font-size: 9px;}
.small{font-size: 11px;}
.large{font-size: 16px;}
.xlarge{font-size: 19px;}
/* *********** Font Color Classes ******** */
.green{color: #3C5F65;}
.gray{color: #828282;}
.litegray{color: #CCCCCC;}
.red{color: #B71A37;}
.Aqua{color:#00FFFF;}
.blue{color: #232078;}
.black{color: #000000;}
.orange{color: #D18927;}
.white{color: #FFFFFF;}
	
	
/* ************** Pager Classes - used on utl_callPager.cfm ******************* */
.Pager {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.onPage {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.LoopLink {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* ************ USED FOR OULDINE EFFECTS ON PRODUCTS PAGE ************* */
.outline1     {
	border-bottom: 1px solid #606E72;
} 

/*  Anchor Classes  */

/* <remove this to activate

a.nav:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #0020BD;
	text-decoration: none;
	height: 20px;
	vertical-align : middle;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 4px;
}

a.nav:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #0020BD;
	text-decoration: none;
	height: 20px;
	vertical-align : middle;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 4px;
}

a.nav:hover {
	color : #FFFFFF;
	text-decoration: none;
	background-color : CB9A48;
	height: 20px;
}

a.nav:active {
	color: #0020BD;
}


.navon {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	background-color : CB9A48;
	text-decoration: none;
	height: 20px;
	vertical-align : middle;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 4px;
}

.linkoff {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #C0C0C0;
	text-decoration: none;
	height: 20px;
	vertical-align : middle;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 4px;
}
remove this to activate > */

/*  Form Elements  */

/* <remove this to activate

.textbox     {  
	border:1px solid #CC6666;
	font-family: Arial;
	font-size: 8pt;
	background-color: #FFFFFF;
	height: 18px; 
 }
			 
			 
.textarea     {  
	border:1px solid #CC6666;
	font-family: Arial;
	font-size: 8pt;
	background-color: #FFFFFF;
				 
			 }
			 
.button     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000099;
	font-weight:bold;
	border-left: 1px solid #996666;
	border-top: 1px solid #996666;
	border-right: 1px solid #996666;
	border-bottom: 1px solid #996666;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	background-color: #EEEEEE;
	height: 18px;
}
		   
.dropdown     {
	font-family: Arial;
	color: #000099;
	font-weight: normal;
	font-size: 8pt;
	background-color: #FFFFFF;
	border:1px solid #B15555;
}
remove this to activate > */



/*  Form Fieldset Elements  */
/* <remove this to activate

.fieldset1 {
	height: 45px;
	width:360px;
	background-color:#FDF9C4;
	border:1px solid #5C7942;
}

.fieldset2 {
	height: 80px;
	width:360px;
	background-color:#FDF9C4;
	border:1px solid #5C7942;
}

.fieldset3 {
	height: 164px;
	width:360px;
	background-color:#FDF9C4;
	border:1px solid #5C7942;
}

remove this to activate > */
