/*
HTML, FORM
{
	height: 100%;
}

BODY
{
	text-align: center;
	font-family: Verdana, sans-serif;
   background: white url(bg.gif);
   font-size: 12px;
 	height: 100%;
  
}

P
{
   padding: 3px 0px 0px 0px;
   margin: 0px;
}

DIV
{
   margin: 0px;
   padding: 0px;
}
*/


/*
IMG
{
   border: none 0px;
}
*/

/* Not currently used */
br.clear /* Rule to make sure containing div encapsulates child divs in FF */
{
	display: block;
	clear: both;
	width: 100%;
	line-height: 0px;
	font-size: 0; /*required by IE*/
}


.temp
{
   margin: 0px 5px 0px 5px;
   clear: both;
height: 10px;
}

