/*  


CSS  - Handheld/Mobile version LIGHTWEIGHT variation 


*/

html
{
	margin: 0;
	padding: 0;
}

body 
{	
	margin: 0px;
	padding: 0px;
	font: normal 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff ; /* std is #0e239b */
}

a {
   border: 1px #ffffff solid;
   padding: 0 1px;
}

a:link {
   color: #0e239b;
   border-bottom: 1px #cccccc dashed;
}

a:visited {
   color: #0e239b;
   border-bottom: 1px #0e239b dashed;
}

a:hover,
a:active {
   color: #ffa500;
   background: #0e239b;
   border: 1px red solid;
}

.jump_to_navigation 
{
	color: #ff0000;
}

#container
{
	background: #ffffff;
	border: 1px solid #ffa500;
}

#container img
{
	display: none;   /* no images at all ! */
}

#header
{
	background: #ffffff;
}

/* remove any border for header image.  Was showing in IE Windows */

#header a:link, a:visited, a:hover, a:active 
{
	border: none;
}

#header img 
{
	display: none;
}

#toptag
{
	display: none;
}

#subfooter
{
	display: none;
}

#print_subfooter
{
	display: none;
}

#handheld_subfooter
{
	color: #000000;
}