A:link    { color: blue; font-size: 100%}
A:visited { color: navy; font-size: 100%}
A:active  { color: green; font-size: 100%}
A:hover   { color: red; font-size: 100%}
BODY { 
	background-image: url(images/tcfbg.gif);
	background-attachment: fixed;
	background-color: #99CCFF;
	font-size: x-small;
	font-family: Arial,Helvetica,Geneva, sans-serif;
	color: navy;
	padding: 2%;
}
TABLE {font-size: x-small;}
H1 { font-size: x-large; color: #800040 }
H2 { font-size: large; color: #800040 }
H3 { font-size: medium; color: #800040 }
H4 { font-size: small; color: #800040 }
H5 { font-size: x-small; color: #800040 }
H6 { font-size: xx-small; color: #800040 }

IFRAME {border-style: none}

.logo{
		font-family: Hanzel, Liberal, san-serif;
		font-variant: SMALL-CAPS;
}

.highlight{
	display: block;
	border: thick ridge yellow;
	color: navy;
	border-color: red;
	font-style: normal;
}

.solidfill{
		background-image: none;
}
.sbmenu { 
		background-color: #99CCFF; 
		border-color: medium black solid; 
		padding: 5%;
		margin-right: 10px;
		text-align: center;
		font-size: x-small;
}

.padding{
		 margin-bottom: 2%;
}

.floatleft
{
		display: inline;
		float: left;
		margin-right: 2ex;
		margin-bottom: 2ex;
}

.floatright
{
		display: inline;
		float: right;
		margin-left: 2ex;
		margin-bottom: 2ex;
}

.DIVIDER
{
		display: block;
		height: 200px;
		width: 100%;
}
.NOTE 
{
 	  font-style: italic;
	  font-weight: bold;
 	  color: #800040; 
}
.EVENTS 
{
		display: block;
		border: #0080FF medium ridge;
		margin-top: 10ex 0ex 10ex 0ex;
		padding: 2ex;
}
.NAME 
{
		display: block;
		width: 100%;
		background: #99CCFF;
		color: navy;
		font-size: medium; 
		font-weight: bold; 
		text-align: center;
		padding: 1ex;
}

.INFO
{
		display: inline;

		color: navy;
		font-size: small; 
		font-weight: normal; 
		text-align: left;
		padding: 1ex;
}
.MOREINFO 
{
		display: block;
		width: 100%;
		color: navy;
		font-size: x-small; 
		font-weight: normal; 
		text-align: center;
		padding: 1ex;
}

.BLOCK
{
		display: block;
}

