@charset "utf-8";
body {
	font: 90% Book Antiqua;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a {
	font: Book Antiqua;
	font-size: 10pt;
	color: Navy;
}

 a:visited {
	font: Book Antiqua;
	font-size: 10pt;
	color: Navy;
}

 a:hover {
	font: Book Antiqua;
	font-size: 10pt;
	color: Gray;
}

p {
	font: Book Antiqua;
	font-size: 10pt;
	color: #000000;

}


H3 {
	font: Book Antiqua;
	font-size: 14pt;
	font-weight: bold;
	color: #254561;
	margin: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

H2 {
	font: Book Antiqua;
	font-size: 16pt;
	font-weight: bold;
	color: #254561;
	margin: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

H1 {
	font: Book Antiqua;
	font-size: 20pt;
	font-weight: bold;
	color: #254561;
	margin: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.events {
	font: 105% Book Antiqua;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	font-weight: bolder;
}

.pricing {
	font: Book Antiqua;
	font-size: 14pt;
	font-weight: bold;
	color: Green;
	margin: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
