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

body {
	margin:0;
	padding:0;
	}

.text {
	color:#4a7377;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	}
	
a:link {
	color:#5fb180;
	text-decoration:underline;
	font-weight:bold;
	}

a:visited{
	color:#5fb180;
	text-decoration:underline;
	font-weight:bold;
	}

a:hover {
	color:#5fb180;
	text-decoration:none;
	font-weight:bold;
	}


.bigital {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:20px;
	}

.event {
	color:#4a7377;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	}

.event-month {
	color:#8c9495;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:3px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	}
	
.event a:link {
	color:#c9b86a;
	font-weight:bold;
	text-decoration:underline;
	}

.event a:visited {
	color:#c9b86a;
	font-weight:bold;
	text-decoration:underline;
	}

.event a:hover {	
	text-decoration:none;
	}

.event hr {
	color:#d6e0e2;
	background-color:d6e0e2;
	height:1px;
	}

.footer {
	color:#b8e2e7;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:center;
	}

.footer a:link {
	color:#b8e2e7;
	text-decoration:underline;
	}

.footer a:visited{
	color:#b8e2e7;
	text-decoration:underline;
	}

.footer a:hover {
	color:#b8e2e7;
	text-decoration:none;
	}

h1 {
	color:#b2a584;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	}

h2 {
	color:#3d98a4;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}

h3 {
		color:#d28909;

	}

hr {
	color:#97c4c9;
	background-color:#97c4c9;
	border-bottom:#b8e2e7;
	height:1px;
	}
	
strong {
	color:#774a5d;
	}