/* CSS Document 
  March 9, 2010
  Print CSS for MIMApplication Form*/
  
span.bold
{
  font-weight         : bold;
}

span.italic
{
  font-style          : italic;
}

p.fullyjustify
{
  text-align          : justify;
}

h1.displaynone
{
  display             : none;
}

#spacer
{
    height            : 100px;
}