a:link, a:visited {text-decoration: none; 
		color: #FFEC02;
		font-family: Tahoma, Verdana, Arial;
        font-size: 10pt;
        font-style: normal;
        font-variant: normal;
        font-weight: bold }
        
a:hover{text-decoration:underline;
        color: #FE0C00 }

/* The following are class declarations */
           
.Body { background: #666666;
        color: #000000;
        font-family: Tahoma, Verdana, Arial;
        font-size: 10pt;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        text-align: center }
        
.WhiteText {  color: #ffffff;
              text-align: left;
              font-size: 10pt }
              
.WhiteTextBold {  color: #ffffff;
              text-align: left;
              font-weight: bold;
              font-size: 10pt }
              
.FakeLink  {text-decoration: none; 
	  	    color: #FFFCD4;
		    font-family: Tahoma, Verdana, Arial;
            font-size: 10pt;
            font-style: normal;
            font-variant: normal;
            font-weight: bold;
            padding-left: 4px }
           
.Image { padding: 5px }

.Italic { font-style: italic }
           
.StdTable { border-collapse: collapse;
            left-border: 0;
            right-border: 0;
            top-border: 0;
            bottom-border: 0;
            border: 0px none;
            padding: 0;
            text-align: left;
            vertical-align: top  }

.YellowTextBold {  color: #ffec02;
              text-align: left;
              font-weight: bold;
              font-size: 14pt }
           
.SmYellowTextBold {  color: #ffec02;
              text-align: left;
              font-weight: bold;
              font-size: 10pt }  
                     
.Left { text-align: left }
.Right { text-align: right }
.Center { text-align: center }                         