/* yumi.css aaron deutsch jan 28 2003 *//* general page settings */	body {		background:#CCFFFF;				}			A 		  	{ color: #3399FF; text-decoration: underline; } 	A:link		{ color: #3399FF; text-decoration: underline; } 	A:visited	{ color: #3399FF; text-decoration: underline; } 	A:active	{ color: #3399FF;  } 	A:hover		{ color: #FF0099; text-decoration: underline; }	}			/* titles */.title	{		font-family: verdana, arial, sans-serif;		font-size: 12px;		color: #39F;		font-weight: bold;	}			a.title		{		font-family: verdana, arial, sans-serif;		font-size: 12px;		color: #39F;		font-weight: bold;	}	/* titles for expired events */.titleGray	{		font-family: verdana, arial, sans-serif;		font-size: 12px;		color: #999999;		font-weight: bold;	}			/* body text */	.text	{ 		font-family: verdana, arial, sans-serif; 		font-size: 12px; 		color: #3399FF; 		font-weight:normal;			}		/* black text */	.textBlack	{ 		font-family: verdana, arial, sans-serif; 		font-size: 12px; 		color: #000000; 		font-weight:normal;			}/* copyright statement and legal text */	.copy	{ 		font-family: verdana, arial, sans-serif; 		font-size: 9px; 		color: #3399FF; 		font-weight:normal;			}		/* inactive links */	.inactive	{ 		font-family: verdana, arial, sans-serif; 		font-size: 12px; 		color: #999999; 		font-weight: normal;			}		/* inactive copyright links */	.cInactive	{ 		font-family: verdana, arial, sans-serif; 		font-size: 9px; 		color: #999999; 		font-weight: normal;			}/* formField */.formField {		font-family: helvetica, arial, sans-serif;		color:#000000;		font-size:12px;		font-weight: bold;  		background:#FFFFFF;			}		/* for horizontal dots */.dots {	background-image: url("http://www.iloveyumi.com/images/dot_horizontal.gif");	background-repeat: repeat-x;}