/*================== GII Site Styles ============================ */

/* US Spelling CSS */
/* Uses the span tag to define which spelling of a word will appear */

span.en
{
	display: inline;
}

span.en_US
{
	display: inline;
}

span.en_GB
{
	display: none;
}

/*================== End GI Styles ============================ */

