@charset "utf-8";
/* CSS Document */

body {

	margin: 0px;
	background-color: #d4d4d4;
	color: #262626;

}

.introText {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;

}

.headerText {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #293149;
	font-weight: bold;

}

.coreText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;

}

.calendar {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;

}

.coreText img {

	padding: 5px;
	border: 1px solid #9e9e9e;

}

a:link {

	color: #293149;
	text-decoration: underline;

}

a:visited {

	color: #293149;
	text-decoration: underline;

}

a:hover {

	color: #293149;
	text-decoration: none;

}

a:active {

	color: #293149;
	text-decoration: none;

}

.address a:link {

	color: #293149;
	text-decoration: none;

}

.address a:visited {

	color: #293149;
	text-decoration: none;

}

.address a:hover {

	color: #293149;
	text-decoration: underline;

}

.address a:active {

	color: #293149;
	text-decoration: underline;

}

li {

	list-style-type: square;

}

b {

	color: #368a3b;
	
}