/* define standard element styles */

P {
	font : 12px Verdana, Arial, sans-serif; 
	color : #666666;
}

BODY {
	font : 12px Verdana, Arial, sans-serif; 
	color : #000000;
	margin: 0;
	background-color: #FFFFFF;
}

TD {
	font : 12px Verdana, Arial, sans-serif; 
	color : #000000;
}

DIV {
	font : 12px Verdana, Arial, sans-serif; 
	color : #666666;
}

INPUT {
	font : 11px Verdana, Arial, sans-serif; 
	color : #000000;
}

TEXTAREA {
	font : 11px Verdana, Arial, sans-serif; 
	color : #000000;
}

SELECT {
	font : 11px Verdana, Arial, sans-serif; 
	color : #000000;
}


/* define classes */

.pageTitle {
	font-size : 19px;
	font-weight : bold;	
	color : #3A3853;
}

.small {
	font-size : 11px;
	font-weight : normal;
}

.reallySmall {
	font-size : 9px;
	font-weight : normal;
}

.category {
	font-size : 11px;
	font-weight : normal;
}

.emptyCategory {
	color : #A86237;
  font-weight : bold;
}

.price {
	font-size : 12px;
	font-weight : bold;
	color : CC0000;
}

.button {
	font : 11px Verdana, Arial, sans-serif; 
	color : #FFFFFF; 
	background-color : #666666;
}

.button2 {
	font : 11px Verdana, Arial, sans-serif; 
	color : #FFFFFF; 
	background-color : #663366;
}

.formText {
	font-weight : bold;
}

.tableHeading {
	font-size : 12px;
	color : #FFFFFF;
	font-weight : bold;	
}

.tableHeading2 {
	font-size : 11px;
	color : #FFFFFF;	
}

.tableRow {
	font-size : 11px;
}

.required {
	font-size : 11px;
	color : #993333;
}

.orange {
	font-size : 11px;
	color : #DF773B;
}

.subnav {
	font-size : 11px;
}

.subnav2 {
	font-size : 13px;
	font-weight : bold;	
}

.body {
	font-size : 11px;
	color : #000000;
	font-weight : normal;	
}

.nav {
	font-size : 11px;
	color : #FFFFFF;
	font-weight : normal;	
}

.blackLink {
	font-size : 10px;
	color : #000000;
	font-weight : normal;	
}

/* today's background color in calendar.cfm */
.calendarToday {
	background-color : #FFFCC1;
}


/* define link properties */

A {
	color : #A86237;
  font-weight : bold;
}

A:Visited {}

A:Active {}

A:Hover {
	color : #CF6C30;
}
