.title  {
	font-size: 14pt;
	font-weight: bold;
	color: blue;
	font-family:  Arial, Helvetica;
	}
.blacktitle  {
	font-size: 18pt;
	font-weight: bold;
	color: navy;
	font-family:  Arial, Helvetica;
	}
.header  {
	font-size: 12pt;
	font-weight: bold;
	color: maroon;
	font-family:  Arial, Helvetica;
	}
.blueheader  {
	font-size: 12pt;
	font-weight: bold;
	color: #0033ff;
	font-family:  Arial, Helvetica;
	}
.text  {
	font-size: 10pt;
	font-weight: bold;
	font-family:  Arial, Helvetica;
	}
.text14  {
	font-size: 14pt;
	color: black;
	font-family:  Arial, Helvetica;
	}
.maroontext14  {
	font-size: 14pt;
	color: maroon;
	font-family:  Arial, Helvetica;
	}
	
.redtext18  {
	font-size: 18pt;
	color: red;
	font-family:  Arial, Helvetica;
	}
.unbold  {
	font-size: 10pt;
	font-family:  Arial, Helvetica;
	}
.redtext  {
        font-size: 10pt;
        font-weight: bold;
        color: red;
        font-family:  Arial, Helvetica;
        }
.maroontext  {
        font-size: 10pt;
        font-weight: bold;
        color: maroon;
        font-family:  Arial, Helvetica;
        }
.largeredtext  {
        font-size: 12pt;
        font-weight: bold;
        color: red;
        font-family:  Arial, Helvetica;
        }
.smalltext  {
	font-size: 8pt;
	font-family:  Arial, Helvetica;
	}
.smallbold  {
	font-size: 8pt;
	font-weight: bold;
	color: black;
	font-family:  Arial, Helvetica;
	}
.verysmall  {
	font-size: 8pt;
	font-weight: bold;
	color: black;
	font-family:  Arial, Helvetica;
	}
.smalltextmaroon  {
	font-size: 8pt;
	font-weight: bold;
	color: maroon;
	font-family:  Arial, Helvetica;
	}
.smalltextred  {
	font-size: 8pt;
	font-weight: bold;
	color: red;
	font-family:  Arial, Helvetica;
	}
.smalltextwhite  {
	font-size: 8pt;
	font-weight: bold;
	color: white;
	font-family:  Arial, Helvetica;
	}
.smallrednormal  {
	font-size: 8pt;
	color: red;
	font-family:  Arial, Helvetica;
	}
.footer  {
	font-size: 8pt;
	font-weight: bold;
	color: #808080;
	font-family:  Arial, Helvetica;
	}

.whiteheader {
	font-size: 12pt;        
        font-weight: bold;
        color: #ffffff;
        font-family:  Arial, Helvetica;
        }

.whitetext {
        font-size: 10pt;
        font-weight: bold;
        color: #ffffff;
        font-family:  Arial, Helvetica;
        }
.smalltextwhite {
        font-size: 8pt;
        font-weight: bold;
        color: #ffffff;
        font-family:  Arial, Helvetica;
        }

.greentext {
        font-size: 10pt;
        font-weight: bold;
        color: #009933;
        font-family:  Arial, Helvetica;
        }

 A.normal:hover{
 	font-size: 10pt;
 	font-weight: bold;
 	font-family:  Arial, Helvetica;
          color:#ff0000;
       	text-decoration: underline;
         }
         
A.normal{
	font-size: 10pt;
	font-weight: bold;
	font-family:  Arial, Helvetica;
        text-decoration: none;
	color:#0000ff;
		}



