/*small grey text used for less visually important copy etc*/.body	{	font-size: 10px;	color: #949494;	font-family: "verdana"	}/*small grey text used for less visually important copy etc*/.bodyBold	{	font-size: 10px;	color: #999999;	font-weight: bold;	font-family: "verdana"	}/*small grey text used for less visually important copy etc*/.smallHeader	{	font-size: 11px;	color: #324186;	font-weight: bold;	font-family: "verdana"	}	/* small input box with charchol grey border and font*/.inputBoxtiny	{	width: 26px;	font-size:10px;	color: 24262e;	font-weight: bold;	font-family: "verdana"	}/* small input box with charchol grey border and font*/.inputBoxSm	{	width: 120px;	font-size:10px;	color: 24262e;	font-weight: bold;	font-family: "verdana"	}	/* lager input box with charchol grey border and font*/.inputBoxLg	{	width: 250px;	font-size:10px;	color: #24262e;	font-weight: bold;	font-family: "verdana"	}/* bold medium dark grey font not to large, possible subheader size */.boldGreyFont	{	font-size: 10px;	color: #56677a;	font-weight: bold;	font-family: "verdana"	}/* bold dark blue font not to large, possible subheader size */.boldDarkBlue	{	font-size: 10px;	color: #000066;	font-weight: bold;	font-family: "verdana"	}/*dark grey text used for paragraphs and normal copy etc*/.regularCopy	{	font-size: 9px;	color: #24262e;	font-family: "verdana"	}	/* orange bold text, not very large */.orangeBold	{	font-size: 9px;	color: #FF9900;	font-weight: bold;	font-family: "verdana"	}/* orange bold text, not very large */.orangeBold2	{	font-size: 10px;	color: #FF9900;	font-weight: bold;	font-family: "verdana"	}.button	{		width: 60px;		height: 18px;		font-size: 10px;		font-weight: bold;		color: #666666;		font-family: verdana	}/* small orange text, not very large */.smallOrange	{		font-size: 9px;		color:#FF9900;		font-family: "verdana"	}	a:link		{			font-size:10px;			color: #949494;			font-weight: bold;			text-decoration: none;			font-family: "verdana"		}		a:visited		{			font-size:10px;			color: #949494;			font-weight: bold;			text-decoration: none;			font-family: "verdana"		}		a:hover		{			font-size:10px;			color: #000066;			font-weight: bold;			text-decoration: none;			font-family: "verdana"		} 