/* define standard element styles */

BODY {
	font : 12px Verdana, Arial, sans-serif; 
	color : #666;
	margin : 0;
	background-color : #fff;
	scrollbar-face-color : #d6d3ce;
	scrollbar-shadow-color : #848284; 
	scrollbar-highlight-color : #fff; 
	scrollbar-3dlight-color : #d6d3ce;
	scrollbar-darkshadow-color : #424142; 
	scrollbar-track-color : #d6d6d6;
	scrollbar-arrow-color : #333;
}

P {
	font : 12px Verdana, Arial, sans-serif; 
	color : #666;
}

TD {
	font : 12px Verdana, Arial, sans-serif; 
	color : #666;
}

DIV {
	font : 12px Verdana, Arial, sans-serif; 
	color : #666;
}

INPUT {
	font : 11px Verdana, Arial, sans-serif; 
	color : #000;
}

TEXTAREA {
	font : 11px Verdana, Arial, sans-serif; 
	color : #000;
}

SELECT {
	font : 11px Verdana, Arial, sans-serif; 
	color : #000;
}


/* define classes */

.pageTitle {
	font-size : 17px;
	font-weight : bold;	
}

.small {
	font-size : 11px;
	font-weight : normal;
}

.reallySmall {
	font-size : 9px;
	font-weight : normal;
}

.button {
	font : 11px Verdana, Arial, sans-serif; 
	color : #fff; 
	background-color : #666;
}

.button2 {
	font : 11px Verdana, Arial, sans-serif; 
	color : #fff; 
	background-color : #636;
}

.formText {
	font-weight : bold;
}

.tableHeading {
	font-size : 12px;
	color : #fff;
	font-weight : bold;	
}

.tableHeading2 {
	font-size : 11px;
	color : #fff;	
}

.tableRow {
	font-size : 11px;
}

.required {
	font-size : 11px;
	color : #933;
}

.subnav {
	font-size : 11px;
}

.subnav2 {
	font-size : 13px;
	font-weight : bold;	
}

.outdoors {
	font : 19px ITC Garamond, Arial, sans-serif;
	color : #000000;	
}
.shopping {
	font : 17px ITC Garamond, Arial, sans-serif;
	color : #000000;
}

.outdoors2 {
	font : 20px ITC Garamond, Arial, sans-serif;
	color : #000000;
}

/* today's background color in calendar.cfm */
.calendarToday {
	background-color : #fffcc1;
}


/* define link properties */

A {
	color : #636;
  font-weight : bold;
}

A:Visited {}

A:Active {}

A:Hover {
	color : #969;
}
