/* Ahold stylesheet for handheld devices */
/* NOTE:  derived from the mozila minimo project's smallScreen CSS */
/* 	  minimo site: http://www.meer.net/%7Edougt/minimo_ce/ */


/* settings apply to all elements */
* 
{
  /* first cancel all size settings and set max-width*/
  max-width: 178px;
  max-height: none;
  width: auto;
  height: auto;

  /* margins and paddings have to be changed */
  padding: 0px;
  margin: 0px;

  /* define default font properties */
  font-family: Arial;
  font-size: 10pt;
}


img
{
  /* do not display any images */
  display: none ! important;
}

h1
{
	font-size: 14pt ! important;
	margin-top: 5px ! important; 
	margin-bottom: 0 ! important;
}

h4
{
	font-size: 10pt ! important;
	margin-top: 5px ! important; 
	margin-bottom: 0 ! important;
}


input
{
	font-size: 8pt ! important;
}

.header
{
	color: black ! important;
	font-size: 12pt ! important;
	text-align: center ! important;
	font-weight: bold ! important;
}

.error
{
	font-size: 8px ! important;
	font-weight: bold;
	color: red ! important;	
	margin-left: 0 ! important;
}
#link
{
	text-align: center ! important;
	margin-left: 0 ! important;
}

.disclaimer
{
	font-size: 8pt ! important;
	font-style: italic ! important;
	text-align: right ! important;
	margin-right: 5px ! important;
}

table
{
	text-align: center ! important;
	vertical-align: center ! important;
	margin-left:  0 ! important;
	border-spacing: 5px ! important;
}

tbody
{
	font-size: 10 ! important;
}

.subheader
{
	color: black ! important;
	font-size: 10pt ! important;
	font-family: Arial Narrow ! important;
	font-weight: normal ! important;
	margin-left: 0px ! important;
	margin-top: 10px ! important;
	margin-bottom: 0px ! important;
}

.maintopic
{
	margin-left: 0 ! important;
	margin-top: 5px ! important; 
	margin-bottom: 0  ! important;
	font-family: Arial Narrow ! important;
	font-size: 11pt ! important;
	font-weight: bold ! important;
}

.mainsubtopic
{
	color: black ! important;
	font-size: 10pt ! important;
	font-family: Arial Narrow ! important;
	margin-left: 0px ! important;
	margin-top: 0px ! important;
	margin-bottom: 0px ! important;	
	font-weight: normal ! important;
}

.listtopic
{
	margin-left: 0px ! important; 
	margin-top: 600px ! important; 
	margin-bottom: 0px ! important;
	font-family: Arial Narrow ! important;
	font-size: 10pt ! important;
	font-weight: bold ! important;
}

.listsubtopic
{
	margin-left: 5px ! important;
	margin-top: 5px ! important; 
	margin-bottom: 600px ! important;
	font-family: Arial Narrow ! important;
}