	a:link{color: 295192; text-decoration: underline;}
	a:visited{color: 295192; text-decoration: underline;}
	a:hover{color: 006633; text-decoration: underline;}	
	
	.default{
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
	
		.mini{font-size: 12px;}
		.small{font-size: 14px;}
		.large{font-size: 18px;}
		.xlarge{font-size: 20px;}
	
		.green{color: 006633;}
		.gray{color: 828282;}
		.litegray{color: cccccc;}
		.red{color: B71A37;}
		.Aqua{color: 00ffff;}
		.blue{color: 295192;}
		.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;}
	

/* ************ USED FOR OULDINE EFFECTS ON PRODUCTS PAGE ************* */
.outline1     {
	border-bottom: 3px solid f3ecdf;
} 

.outline2     {
	border-bottom: 4px double DarkGoldenRod;
}

.outline3     {
	border-top: 2px solid f3ecdf;
}

/* ************************* */

.padding {
	padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px;
	
}

.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;
}

.navlink {
	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:hover.navlink {
	color : FFFFFF;
	text-decoration: none;
	background-color : CB9A48;
	height: 20px;
}

.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;
}

/*  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-style: 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 > */