body {
	background-color: #FFFFFF;
	background-image: url(../images/tablebg.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a { font-weight: bold; }

a:hover { color: #AD431F; }


.style1 { font-size: x-large; font-weight: bold; }

.style2 { font-size: larger; font-weight: bold; }

.style3 { font-size: 10px }

.style4 { font-size: 9px; font-weight: bold; }

.style5 { color: #FF0000; font-size: 14px; font-weight: bold; }

.style6 { color: #000066; font-size: 24px; font-weight: bold; }



.style8 { font-size: 14px }

.style9 { font-size: 20px }

.style10 { font-size: 14px; font-weight: bold; }

.style11 { font-size: 9px; font-weight: bold; }

.style12 { font-size: 14px }

.style13 { font-size: 12px; font-weight: bold; }

.style14 { font-size: 14px; font-weight: bold; font-style: italic; }

.style15 { font-size: 10 }

.style16 { font-size: 9px }

.style17 { color: #000000 }

.style18 { font-size: 9 }

.style19 { font-size: 9px; font-weight: bold; }

.style20 { font-size: 12px; font-weight: bold; font-style: italic; }

.style21 { font-size: 18px; font-weight: bold; color: #9A011C; font-style: italic; }

.style22 { font-size: 10 }

.style23 { font-size: 24px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; }

.style24 { font-size: 36px; font-weight: bold; font-style: italic; }

.style25 { font-size: 16px }

.style26 { font-size: 16px; font-weight: bold; }

.style27 { font-size: 12px; color: #000000; }

.style28 { font-size: 18px; font-weight: bold; }

.style29 { font-size: 13px; font-weight: bold; color: #AD431F; }

.style30 { font-size: 13px; font-weight: bold; }

.style31 { font-size: 14px }

.style32 { color: #FF0000}

.style33 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 28px; font-weight: bold; }

.style34 { font-size:12px; font-weight: bold; font-style: italic; }

.style35 { font-size: large; }

.style36 { font-size: medium; }

.style37 { font-size: 9px; font-weight: bold; }

.style38 { font-size: 14px; font-weight: bold; }

.style39 { font-size: 18px; font-weight: bold; }

.style40 { font-size: 13px; font-weight: bold; color: #AD431F; }

.style41 { font-size: 13px; font-weight: bold; }

.style42 { font-size: xx-large; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; }

.style43 { font-size: 24px}

.style44 { font-size: 18px; font-weight: bold; color: #C19200; }

.EventHeading { font-size: 30px; font-weight: bold; color: #9A011C; }
.EventText { font-size: 20px; font-weight: bold; color: #a000c0; font-style: italic; }
.SmallNote { font-size:11px; font-weight: bold;  }

	.thumbnail img
	{
		background-color: transparent;
		margin-top: 5px;
		text-align: center;
		border:inset;
		border-width: 5px;
		border-color: #D8BF72;
		left:0px;
	}

	.thumbnail:hover
	{
		background-color: transparent;
	}

	.thumbnail span
	{
		position: absolute;
		visibility: hidden;
		z-index: 50;
		left:0px;
	}

	.thumbnail span img
	{
		border:outset;
		border-color: #D8BF72;
		border-width: 5px;
		z-index: 50;
	}


	.thumbnail:hover span
	{
		visibility: visible;
		z-index: 50;
	}

