* {
  margin:  auto;
}

BODY
	{
	 margin:	10px;
	 padding:	10px;
	}

IMG
	{
	 border-style:	none;
	 display:  block;
	 padding:  4px;
	}

TABLE
	{
	}

table img {
  padding:  0;
}

CAPTION {
        }

TH
	{
	}

TH * {
  width: auto !important;
}

TR
	{
	 margin-top:    inherit;
         margin-bottom: inherit;
	}

TD
	{
         margin-top:    inherit;
         margin-bottom: inherit;
	}

P
        {
         margin-top:    inherit;
         margin-bottom: inherit;
         font-family:   inherit;
         font-variant:  inherit;
        }
                                                                                                              
FIELDSET
        {
         margin-left:   inherit;
         font-family:   inherit;
         font-variant:  inherit;
         border:        none;
	 text-align:  center;
        }

center {
  font-size:  inherit;
}

blockquote {
  margin:  2em;
}

*.left
	{
	 text-align:	left
	}

*.centered
	{
	 text-align:	center;
	}

*.right
	{
	 text-align:	right;
	}

*.top
	{
	 vertical-align:top;
	}

*.title
	{
	}

*.plain
	{
	 list-style:	none;
	}

*.strong
	{
	 font-weight:	bold;
	}

*.emphasis
	{
	 font-style:	italic;
	}

*.outline
	{
	 border-style:	solid;
	}

*.expandable {
  table-layout: fixed;
} 

*.expandable img {
  width:  100%;
}

*.smimg {
  width:  300px;
}
  
*.lgimg {
  width:  600px;
}

