/*This is a comment in a style sheet */

/*SCANLINE CELL BG ATTRIBUTE AND HEADER FOR IE*/
.scanlineCell { 
    background-image: url(images/tablebg.jpg); 
    background-repeat: repeat;
	font-family: "Arial";
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
}

/*MAIN AREA PAGE TITLE HEADER*/
.mainHeader {
	font-family: "Arial";
	font-weight:normal;
	font-size: 25px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	line-height: normal;
	vertical-align: baseline;
	white-space: nowrap;
    }
	
/*SUB PAGE HEADER*/
.subHeader {font-family: "Arial";
    font-weight:normal;
    font-size: 18px;
    text-align: center;
    text-decoration: underline;
    }

/*MENU LEFT HEADER*/
.menuleftHeader {
	font-family: "Arial";
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
    }

p {font-family: "Arial";
   font-size: 16px;
   line-height: 125%;
   color: black
   }
   
a:link {color: black;
		text-decoration: none;
		}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
							 
a:visited {color:black;
		   text-decoration: none;
		   }

a:active {color:black;
		  text-decoration: none;
		  }

a:hover {color:red;
         text-decoration: none;
         cursor:pointer;
         }
