	/*butterscotch template style sheet*/
/*NOTE:butterscotch template assigns the person's PANEL choices to the BODY tag*/	
	BODY { background-color: #633131; color: #000000; font-family: verdana, sans-serif; font-size: 10pt; marginheight="0" marginwidth="0" leftmargin="0" rightmargin="0" topmargin="0"}
	.bgcolor {background-color: #FFCC99}
	.line {background-color: #000000}
/*butterscotch template assigns the person's MAIN background choices to the mainBGcolor class*/
	.mainBGcolor { background-color: #FFCC99; color: #000000; font-family: verdana, sans-serif; font-size: 10pt;}
	.mainLinkcolor:link {color: #cc9966}
	.mainLinkcolor:visited {color: #996666}
	.mainLinkcolor:active {color: #ffffff}
/*THIS ONE IS NOT TYPICAL OF OTHER TEMPLATES-for the butterscotch template, the blog title background color is assigned by the calendar background color*/
	.blogTitle {font-family: arial, sans-serif; font-size: 16pt; color: #FFCC99; font-weight: bold; background-color: #CE6331}
	.blogtitleplain {font-family: arial, sans-serif; font-size: 16pt; color: #633131; font-weight: bold}
	.textBlack {font-family: verdana, sans-serif; font-size: 10pt; color: #000000}
	.textBlackHeavy {font-family: verdana, sans-serif; font-size: 10pt; color: #000000; font-weight: bold}
/*THIS ONE IS NOT TYPICAL OF OTHER TEMPLATES-for the butterscotch template, the viewProfile background color is assigned by the calendar background color*/
	.viewProfile {font-family: arial, sans-serif; font-size: 10pt; color: #; font-weight: bold; background-color: #CE6331}
	/*PANEL specific styles*/
	.submit_button {font-family: verdana, sans-serif; color: #000000; font-weight: bold; border-top-color: #FFFFFF; border-left-color: #FFFFFF; border-bottom-color: #000000; border-right-color: #000000; background-color: #FFFFFF; padding:0; font-size: 12px}
	.email {font-family: verdana, sans-serif; font-size: 8pt; color: #CE6331}
	/*CALENDAR specific styles - user can only change border color*/
	.calBorder {background-color: #CE6331}
	.calHeadHeavy {font-family: verdana, sans-serif; font-size: 10pt; color: #FFFFFF; font-weight: bold}
	.calDay {font-family: verdana, sans-serif; font-size: 10pt; color: #000000; background-color: #FFFFFF}
	.calToday {font-family: verdana, sans-serif; font-size: 10pt; color: #FF0000; background-color: #FFFFFF}
	.calFuture {font-family: verdana, sans-serif; font-size: 10pt; color: #AAAAAA; background-color: #FFFFFF}
	/*LINK specific styles*/
	/*user cannot change the color for the title or links themselves*/
	.linkTitle {font-family: arial, sans-serif; font-size: 10pt; color: #CE6331; font-weight: bold}
	.PanelLinks:link {font-family: verdana, sans-serif; font-size: 8pt; color: #FFCC99}
	/*generic links*/
A:visited {color: #996666;}
A:active {color: #ffffff;}
A:link {color: #cc9966;}