/* CSS Document */

h1
{
   font-family: Arial, Verdana, Helvetica;
   font-size: 17pt;
   font-weight: bold;
   color: #000000;
}

h2
{
   font-family: Arial, Verdana, Helvetica;
   font-size: 12pt;
   font-weight: bold;
   color: #000000;
}

h3
{
   font-family: Arial, Verdana, Helvetica;
   font-size: 11pt;
   font-weight: normal;
   color: #000000;
}

.smalltext
{
    FONT-COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica;
    FONT-SIZE: 11px;
}

.smalltext A
{
    FONT-COLOR: #000000;
	TEXT-DECORATION: underline;
}