/* 
  File name:  style
  Created on: April 10, 2002 at 8:16 PM
  Author:     Geeta Ramani  

  Description:
    An empty stylesheet.
*/

        
        
        th{
		color:black;
		font-family: Arial, "Comic Sans MS";
		font-size:10pt;
		font-weight: bold;
	}

        td{
		color:black;
		font-family: Arial, "Comic Sans MS";
		font-size:10pt;
		font-weight: normal;
	}
        
        a{
		color:black;
		font-family: Arial, "Comic Sans MS";
		font-size:10pt;
		font-weight: normal;
	}
        

        b {
                color:black;
		font-family: Arial, "Comic Sans MS";
		font-size:10pt;
		font-weight: bold;

            }

        td.cancel {
                color:black;
		font-family: Arial, "Comic Sans MS";
		font-size:10pt;
		font-weight: bold;

            }

        font{
		color:black;
		font-family: Arial, "Comic Sans MS";
		font-size:10pt;
		font-weight: normal;
	}

        

        h2 {
                color:black;
		font-family: Arial, "Comic Sans MS";
		font-size:16pt;
		font-weight: bold;

            }
       small {
		color:black;
		font-family: Arial, "Comic Sans MS";
		font-size:8pt;
		font-weight: normal;
	}

        input {
                color:black;
		font-family: Arial, "Comic Sans MS";
		font-size:9pt;
		font-weight: bold;
                
            }
        
