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

bodyIndex {
	background-image: url(images/bg1.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.Headder1-CAPS{
	font-family: "Calisto MT";
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	color:#524A36;


}

.Headder2-SmallerCaps{
	font-family: "Calisto MT";
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.Headder3-StandardText{
	font-family: "Calisto MT", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: left;
	}
	
.Headder3-StandardTextCentre{
	font-family: "Calisto MT", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: centre;
	}
	
.Headder3-StandardTextItelics{
	font-family: "Calisto MT", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	font-style: italic; 	
	text-align: left;
	}

.Headder3-StandardTextItelicscentre{
	font-family: "Calisto MT", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	font-style: italic; 	
	text-align: centre;
	}


.Event-TitleandDate{
	font-family: "Calisto MT", Times, serif;
	font-size: 14px;
	font-weight: Bold;
	color: #000;
	background-color:#EBEBEB;
	}


.Left-Table-Dots {
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding: 15px;
	vertical-align:top;
	background-position:top;
	background-repeat:no-repeat;
}

.Middle-Table {
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	vertical-align:top;
	padding:26px;	

}


.Right-Table-Dots {
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding: 26px;
	vertical-align:top;
	background-position:bottom;
	background-repeat:no-repeat;

}