
.fontSmall {font-family: Helvetica, Arial, sans-serif;
		font-size: 13 px;
		color: #333333
}
.fontXsmall {font-family: Helvetica, Arial, sans-serif;
		font-size: 10 px;
		color: #ffffff
}
.fontTitle {font-family: Comic San Serif, Arial, Helvetica, sans-serif;
			font-size: 30 px;
			font-weight: bold;
			color: #000080
}
.fontSubTitle {font-family: Arial, Helvetica, sans-serif;
			font-size: 20 px;
			font-weight: bold;
			color: #336633
}
body { 	font-family: Arial, Helvetica, sans-serif;
		font-size: medium;
		color: #333333
}
h1 { font-size: 1.2em;
	 font-weight: bold;
	 color: #336633;
	 margin-bottom: 0;
}
a {  color: #003366;
	 text-decoration: underline;
}
a:hover { color: #000099;
		 text-decoration: underline;
}
.subtitle {  color: #FF6600;
		font-size: medium;
		font-weight: bold
}
.footer { font-family: Arial, Helvetica, sans-serif; 
		  font-size: xx-small
}
.copyright { font-family : Arial, Helvetica, sans-serif; 
		font-size : 10 px;
}
.red { color : red;
}

.white { color : #ffffff;
}

.calendarTable{
	background-color : white
}

/* ************************************* news item styling ******************************* */

div.newsItem img.newsPhoto {
	float: left;
	margin: 0px 12px 8px 0px;
	padding-top: 8px;
}

div.newsItem h2, div.newsItem h3 {
	margin: 0;
	padding: 0;
}

div.newsItem h2 {
	font-size: 1.3em;
	color: #333333;
	line-height: 1.0em;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.newsItem h3 {
	font-size: 0.9em;
	color: #333333;
}

div.newsItem h3.newsTitleItalic {
	font-style: italic;
}

div.newsItem .readMore {
	margin-left: 10px;
	color: #a80404;
	text-decoration: none;
	font-weight: bold;
}

div.newsItem .extLink {
	background: url(../images/External.png) center right no-repeat;
	padding-right: 16px;
}

div.newsItem a.readMore:hover {
	text-decoration: underline;
	color: #a80404;
}
