BODY  {font-family:Verdana,Garamond,Palatino,serif,;
           color: #CC0033;
	     font-size: 11pt;
}

H1 {
       font-size: 16pt;
       font-weight: bold;
       text-align: center;
	 color: #CC0033;
}         

H2 {
       font-size: 14pt;
       font-weight: bold;
       text-align: center;  
	 color: #CC0033;
}

UL, LI {
        font-size: 11pt
	  color: #CC0033;
}

TABLE, TR, TD, TH {
        font-size: 11pt;
	  color: #CC0033;
}

FORM {
        font-size: 11pt;
	  color: #CC0033;
}
       
.textjustify {
        font-size: 11pt;
        text-align: justify;
	  color: #CC0033;
}
 
.textcaption {
        font-size: 10pt;
        font-style: italic;
	  font-weight: bold;
	  text-align: center;
	  color: #CC0033;
}
 
.texttitle {
        font-size: 14pt;
        text-align: center;
        font-weight: bold;
	  color: #CC0033;
}

.textleft {
        font-size: 11pt;
        text-align: left;
	  color: #CC0033;
}

.textcenter {
        font-size: 11pt;
        text-align: center;
	  color: #CC0033;
}

.texttiny {
        font-size: 8pt;
        text-align: center;
	  color: #CC0033;
}

.info {
        font-size: 10pt;
        text-align: center;
	  font-weight: bold;
	  color: #CC0033;
}

.footer {
         font-size: 8pt;
         text-align: left;
	   font-style: italic;
	   color: #CC0033;
}

A:link, A:visited 
      {
       font-size: 11pt;
       color: #336699;
       font-weight: bold;
       text-decoration: none;
 }

A:active
      {font-size: 11pt;
       color: #87CEEB;
       font-weight: bold;
       text-decoration: none;
}

A.tiny:link, A.tiny:visited 
      {
       font-size: 8pt;
       color: #336699;
       font-weight: bold;
       text-decoration: none;
}

A.tiny:active
      {font-size: 8pt;
       color: #87CEEB;
       font-weight: bold;
       text-decoration: none;
}

A.info:link, A.info:visited 
      {
       font-size: 10pt;
       color: #336699;
       font-weight: bold;
       text-decoration: none;
}

A.info:active
      {font-size: 10pt;
       color: #87CEEB;
       font-weight: bold;
       text-decoration: none;
}

/* note that A:HOVER isn't supported by all browsers */
A: hover {color: #87CEEB;
}

