/* color palette *//* lt grey	= 999999 *//* md grey	= 666666 *//* dk grey	= 333333 *//* yellow	= CCCC66 *//* dk yellow= 999900 *//* teal		= 669999 *//* dk teal	= 336666 *//* purple	= 996699 *//* dk purple= 663366 *//* blue		= 336699 *//* dk blue	= 003366 *//* orange	= CC9966 *//* dk orange= 996633 *//* red		= 996666 *//* dk red	= 663333 */p, td {  	color: #666666;  	font-size: 11px; 	  	line-height: 14px;  	font-family: verdana, helvetica, arial, geneva, sans-serif, non-serif;  	font-weight: normal;  	text-decoration: none	  	}	  	li, ul { 		color: #666666; 		font-size: 11px; 		line-height: 14px; 		font-weight: normal; 		font-family: verdana, helvetica, arial, geneva, sans-serif, non-serif;	text-decoration: none		}	/* anchor tags */A:link {		text-decoration: none;	font-weight: normal;	color: #999900		}		A:visited {		text-decoration: none;	font-weight: normal;	color: #999900		}		A:active {		text-decoration: none;	font-weight: normal;	color: #999900		}		A:hover {		text-decoration: underline;	font-weight: normal;	color: #CCCC66		}	/* main body copy */h1 {		font-family: verdana, helvetica, arial, geneva, sans-serif, non-serif;		font-size: 12px;		line-height: 17px;		font-weight: bold;		text-decoration: none;		color: #999999		}		h2 {		font-family: adobe garamond, garamond, itc garamond, times, times new roman, serif;		font-size: 21px;		line-height: 24px;		font-weight: normal;		text-decoration: none;		color: #666666		}	h3 {		font-family: adobe garamond, garamond, itc garamond, times, times new roman, serif;		font-size: 12px;		line-height: 15px;		font-weight: bold;		text-decoration: none;		color: #666666		}	.nav {		font-family: verdana, helvetica, arial, geneva, sans-serif, non-serif;		font-size: 9px;		line-height: 12px;		font-weight: bold;		text-decoration: none;		color: #999900		}	.navoff {		font-family: verdana, helvetica, arial, geneva, sans-serif, non-serif;		font-size: 9px;		line-height: 12px;		font-weight: bold;		text-decoration: none;		color: #666666		}	.copyright {		font-family: verdana, helvetica, arial, geneva, sans-serif, non-serif;		font-size: 9px;		line-height: 12px;		font-weight: normal;		text-decoration: none;		color: #666666		}