/* 
    Document   : css
    Created on : 17 December 2002, 15:29
    Author     : LDPXF18
    Description:
    Purpose of the stylesheet follows is to format the Snowy Mountains Report from Scott Mitchel.
*/

#snowyReport
{
 padding: 0px;
 margin: 0px 0px 0px 0px;
 text-align:left;
}

#snowyReport P
{
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  COLOR: #222;  
  LINE-HEIGHT: 133%;
}


#snowyReport h1
{
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  color: blue;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
}

#snowyReport h2
{
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}  

#snowyReport table
{
}

#snowyReport tr
{
  vertical-align:top;
}

#snowyReport td.imageText
{
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
}
