/* ********* Default Anchor Style ******* */
a:link {color: #667C60;	text-decoration: underline;}

a:visited {color: #667C60; text-decoration: underline;}

a:hover {color: #C69717; text-decoration: underline;}

a:active {color: #667C60; text-decoration: underline;}



/* ************ Default Font Style *********** */	
.default{
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}
/* ******** Font Size Classes *********** */	
.mini{font-size: 9px;}
.small{font-size: 11px;}
.large{font-size: 16px;}
.xlarge{font-size: 19px;}
/* *********** Font Color Classes ******** */
.green{color: #11674C;}
.gray{color: #828282;}
.litegray{color: #CCCCCC;}
.red{color: #B71A37;}
.Aqua{color:#00FFFF;}
.blue{color: #0020BD;}
.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;
}



.padding {
	padding-left: 20px; padding-right: 20px; padding-bottom: 5px;
	
}


/*  Form Elements  */
		   
.dropdown     {
	font-family: Arial;
	color: #666666;
	font-weight: bold;
	font-size:10pt;
	width:160px;
	background-color: #CEC7AC;
	border:1px solid #B15555;
}


