body,td,th {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFCC;
}

.text {
font-family: Arial, Helvetica, sans-serif;
	color:#000000;	
	font-size:16px;		
}

.news {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 16px;
}

.newsHeading {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-weight: bold;
	font-size: 16px;	
	color: #660000;
}
	

}

.mainContent {
background-color: #CCCC99;
}

.pageHeading {
	font-family: Arial;
	font-weight: bold;
	font-size:22px;
	color: #660000;		
}

.blue {
	color: #0033CC;
}
.massTimes {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}


/* footer links ===========================================================*/ 
.footer a:link 	{ color: #CCCC99;        	
                  text-decoration:none;}
				  
.footer a:visited { color: #CCCC99;
                  text-decoration:none;}
				  
.footer a:active 	{ color: #CCCC99;	
                  text-decoration:none;}
				  
.footer a:hover 	{ color: #CCCC99;					
                  text-decoration: underline;}		
				  										  
.footer td { font-family: Arial;
              font-size: 14px;			  
}  

						  						  
/* links ================================================================================*/
a:link {
	color: blue;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: blue;
}
a:active {
	text-decoration: underline;
	color: blue;
}
a:hover {
	text-decoration: underline;
	color: blue;
} 

/*  Menu Magic II styles =================================================================*/
.p7tbsub {
	background-color: #660000;
	border: .3px solid #660000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	layer-background-color: #660000;
}
.p7tbsub p {margin: 0px; padding: 6px 12px 10px 6px;}
.p7tbsub a:link {color: #FFFFFF;
                 text-decoration: none;}
.p7tbsub a:visited {color: #FFFFFF;
                 text-decoration: none;}
.p7tbsub a:active {color: #FFFFFF;
                    text-decoration: none; }					  
.p7tbsub a:hover {color: #FFFFFF;
                  text-decoration: underline;}

.p7tbdn {color: #FF9900 !important; font-weight: bold;}
/*========================================================================================*/


/*   admin page ==========================================================================*/
body.adminPage  {
	color: Black;
	background-color:#B0E0E6;
}

body.adminPage  td {
	padding: 4px;
}

body.adminPage a:link {
	color: Green;
	text-decoration: none;
    font-weight: bold
	
}
body.adminPage a:visited {
	text-decoration: none;
	color: Green;
    font-weight: bold
}
body.adminPage a:active {
	text-decoration: none;
	color: Green;
    font-weight: bold
}
body.adminPage a:hover {
	text-decoration: underline;
	color: Green;
    font-weight: bold
} 

