@charset "iso-8859-1";

/*******************************************************************************
*  ntlmob.css : 16/07/08
* -----------------------------------------------------------------------------
*  Mobile media stylesheet that removes the left and right columns as well as
*  the header and horizontal navigational element from a page.
*******************************************************************************/

#leftColumn, #rightColumn, #contentColumn, #SOWrap
{
	float: none;	/* since left and right columns are being hidden,
			   there's no need to float any columns. */
}
html>body #SOWrap
{
	width: auto;	/* help Opera out */
}
#rightColumn, #leftColumn, #masthead, .hnav, .printHide
{
	display: none;	/* hide the left and right columns as well as the
			   horizontal navigation element(s) and the masthead. also hide any
			   designated elements that should not be displayed */
}
#outerColumnContainer, #innerColumnContainer, #pageWrapper
{
	border-width: 0;	/* hide various borders, including those used
				   to create the backgrounds for the left and
				   right columns */
}
#montitle, #footer
{
	border: solid 1px #000;
	border-width: 1px 0;
	padding: 0.5em;		/* add some borders to the masthead and footer
				   for presentation */
}
* html #footer
{
	/* \*/
		margin-top:	1em;
	/* help IE print space between the content and footer */
}
.general a {
	color: #366;
	font-weight: bold;
}
.general a:visited { color: #999;}

.strikentry {text-decoration: line-through;
	color: #900;
}


.announce, .announce a {
	color:#900; 
}

#toplinks a, #toplinks a:visited {
	color: #366;
	font-weight: bold;
	text-decoration: none;
}
}
body *
{
	background-color: #fff;
	color: #000;		/* simple catch-all to make sure we have no
				   colored items in the print out. delete this
				   if you want. */
}

/******************************************************************************/
