body {
		font-family: "Arial", Helvetica, sans-serif;
        color: black; 
		background-color: white
		}


A {font-family: "Arial", Helvetica, sans-serif;
   } 

A:hover {text-decoration: underline overline } /* hover works for I.E 4+*/  

A:active  {
		 color: #0099FF;
		 }

P {font-family: "Arial", Helvetica, sans-serif;
                        margin-left: 5px; 
                        margin-right: 5px; 
                        color: black;
						background-color: white
						}

H1, H3, H5, H6 {
						font-family: "Arial", Helvetica, sans-serif;
                        color: black ;
						background-color: white
						}
						
H2 {
			font-family: "Arial", Helvetica, sans-serif;
             font-size: 150%;
             font-weight: bold;
           /*  text-transform: uppercase; */
			 text-align: center;
             color: #0066CC;
			background-color: white
    }


H4 {
			font-family: "Arial", Helvetica, sans-serif;
             text-transform: uppercase; 
             color: black;
			 background-color: white
      }


SMALL {
      font-family: "Arial", Helvetica, sans-serif;
      color: black;
	  background-color: white;
      font-size: 90%;  
            } 

			
			
TD {
		font-family: "Arial", Helvetica, sans-serif;
        font-size: 80%;   
        color: black;
		/* background-color: white */
	}


TH {
		font-family: "Arial", Helvetica, sans-serif;
        font-size: 90%;
        color: white;
		background-color: black;
       }
	   
table.box {border: 1px solid black} 

.newsheadline {font-family: "Arial", Helvetica, sans-serif;
             text-transform: uppercase; 
             font-weight: bold;
             color: #0066CC;
			 background-color: white
            }

.leadnewsheadline {font-family: "Arial", Helvetica, sans-serif;
             font-size: 130%;
             text-transform: uppercase; 
             font-weight: bold;
             color: #0066CC;
			 background-color: white
            }
.blackheading {font-family: "Arial", Helvetica, sans-serif;
             font-size: 130%;
             text-transform: uppercase; 
             font-weight: bold;
            }
.blueheading {font-family: "Arial", Helvetica, sans-serif;
             font-weight: bold;
             color: #0066CC;
			 background-color: white;
            }
.darkredheading {font-family: "Arial", Helvetica, sans-serif;
             font-weight: bold;
             color: #CC0000;
			 background-color: white
            }
.redbold {font-family: "Arial", Helvetica, sans-serif;
             font-weight: bold;
             color: red;
			 background-color: white
            }
.biglink {
      font-family: "Arial", Helvetica, sans-serif;
      font-size: 150%; 
      } 

/* .datalink is for the links in alternating rows of data */ 
.datalink 
{ 
color: black; 
}
.datalinkbold 
{ 
color: black; 
font-weight: bold;
}

table.results td {
      padding: 0px 5px 0px 5px;
      }
	  
hr.footer {
	width: 50%;
	color: #0066CC;
	height: 2px;
	background-color: white
  }


