a { 
	text-decoration : none; 
	border : none;
}
a:hover {
	color : #000000;
	text-decoration : underline;
}
a:link { color: #6769AB; }
a:visited { color: #4CAA4C; }
a:active {	color: #84C884; }
a.subnav:hover { text-decoration : none; }

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4C4E7E;
	margin: 0px 0px 0px 0px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #b355b3;
	background-color: transparent;
}
h1 {
	font-size: 1.65em;
	border-bottom: 1px solid #4caa4c;
}
h2 {
	font-size: 1.45em;
	border-left: 4px solid #4caa4c;
	border-right: 4px solid #4caa4c;
	display: inline;
}
h3 {
	font-size: 1.25em;
	font-style: italic;
	color: #4caa4c;
	border-left: 4px solid #b355b3;
	border-right: 4px solid #b355b3;
	display: inline;
}

p, td, li
{
	font : 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #4C4E7E;
	line-height: 1.2em;
}

ul          { list-style-image: url('../images/bullet1.gif'); padding-top: 0px; }
ul ul       { list-style-image: url('../images/bullet2.gif'); margin-left: 1em; padding: 0 0 3px 2px; }
ul ul ul		{ list-style-image: url('../images/bullet3.gif'); margin-left: 1em; padding: 0 0 3px 2px; }

.hotTopic {
	border : 1px solid #5B5F6F;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	padding-bottom : 1px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 1px;
}

.dotted_br {
	border-style : dotted;
	border-top-width : 0px;
	border-right-width : 1px;
	border-left-width : 0px;
	border-bottom-width : 1px;
}
.dotted_b {
	border-style : dotted;
	border-top-width : 0px;
	border-right-width : 0px;
	border-left-width : 0px;
	border-bottom-width : 1px;
}

.with_border {
	border : 1px dotted #5B5F6F;
}

.event-children {
	color: white;
	background-color: red;
}
.event-youth {
	color: white;
	background-color: green;
}
.event-adults {
	color: white;
	background-color: navy;
}
