/* Body Controls */body {	margin: 0px 0px 0px 0px;	background-color: #ffffff;	}/* Text Controls */	.text {	font: 12px/15px Arial, Trebuchet, Trebuchet MS, Verdana, sans-serif;	text-align: left;	color: #404040;	line-height: 20px;	}.small {	font: 9px/13px Arial, Trebuchet, Trebuchet MS, Verdana, sans-serif;	text-align: justify;	color: #404040;	}.center {	font: 10px/13px Arial, Trebuchet, Trebuchet MS, Verdana, sans-serif;	text-align: center;	color: #3D5059;	}.bold {	font-weight: bold;	} /* Link Styles */		a:link 	{ text-decoration: none; color: #F7931D; }a:active	{ text-decoration: none; color: #F7931D; }a:visited	{ text-decoration: none; color: #F7931D; }a:hover	{ text-decoration: underline; color: #005CAC; }a.white:link 	{ text-decoration: none; color: #CCCCCC; }a.white:active	{ text-decoration: none; color: #CCCCCC; }a.white:visited	{ text-decoration: none; color: #CCCCCC; }a.white:hover	{ text-decoration: underline; color: #FFFFFF; } .textvcentered {	font: 12px/15px Arial, Trebuchet, Trebuchet MS, Verdana, sans-serif;	text-align: left;	color: #404040;	line-height: 25px;	vertical-align: middle;}.textGray {	font: 12px/15px Arial, Trebuchet, Trebuchet MS, Verdana, sans-serif;	text-align: right;	color: #999999;	line-height: 18px;}.texttightleading {	font: 12px/15px Arial, Trebuchet, Trebuchet MS, Verdana, sans-serif;	text-align: left;	color: #404040;	line-height: 14px;}.textvcenteredOrange {	font: 14px/15px Arial, Trebuchet, Trebuchet MS, Verdana, sans-serif;	text-align: left;	color: #FF9900;	line-height: 20px;	vertical-align: middle;}