.green_bold
	{ 
	font-weight: bold; 
	color: #4BB084;
	}	

.small
	{
	font-size: 8pt; 
	}

.mailto
	{ 
	color: #999999;
	font-size: 8pt; 
	}	

	
a:link, a:visited
	{
	color: #000000;
	}

td.boldcenter 
	{ 
	vertical-align: top; 
	text-align: center;
	font-weight: bold;
	}
	
td.normalcenter 
	{ 
	vertical-align: top; 
	text-align: center;
	}

td.boldcenterwithbackground
	{ 
	color:white;
	background-color:#4BB084;
	text-align:center;
	font-weight: bold; 
	font-size:10pt;
	}	

	
//
//************ ANDY ****************//
//

//  school calendar start//
td.calheading
	{
	text-align:center;
	width:14%;
	}
	
td.calmonth
	{ 
	padding-top:12pt;
	font-weight: bold;
	font-size: 14pt; 
	color: #4BB084;
	text-align:center;
	}
	
td.caldate
	{ 
	padding-top:12pt;
	font-style:italic;
	font-size: 10pt; 
	color: black; 
	}

td.calday
	{ 
	font-weight: bold;
	font-size: 10pt; 
	}
//  school calendar end//


.CalendarHeading {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: green;
	font-weight: strong;
}

.CalendarDetail {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #0E4575;
	font-weight: normal;
}

//
// Not sure about these...
//
.QuickLinksTitle {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #0E4575;
	font-weight: bold;

}
.QuickLinks {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #0E4575;
	font-weight: normal;
	text-decoration: underline;

}
.MainPageText {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #0E4575;
	font-weight: normal;
}

