td {
	font-family: Verdana, Arial;
	font-size: 9pt;
	<!--color: #333333;-->
	bgcolor=#333333;
	}
	
a, a:visited {
	color: #911D1C;
	text-decoration: none;
}

.tinytext {
	font-size: 8pt;
	color: #aaaaaa;
	}

.title-excerpts {
	font-size: 20pt;
	font-weight: bold;
	font-family: Times New Roman, Times, Verdana, Arial;
	font-style: italic;
	color: #911D1C;
	}
	
.subtitle-excerpts {
	color: #911D1C;
	font-size: 15pt;
	font-weight: bold;
	font-family: Times New Roman, Times, Verdana, Arial;
	}
	
.smallstrongtimes {
	font-size: 13pt;
	font-weight: bold;
	font-family: Times New Roman, Times, Arial;
	}
	
.mediumstrongtimes {
	font-size: 16pt;
	font-weight: bold;
	font-family: Times New Roman, Times, Arial;
	}
	
.mediumtext {
	font-size: 12pt;
	color: #000000;
	font-family: Times New Roman, Times, Arial;
	text-indent: 2em;
	}
	
.mediumtextmain {
	font-size: 9pt;
	font-family: Verdana, Tahoma, Arial;
	text-indent: 1em;
	}
	
.mediumtextmainul {
	font-size: 9pt;
	font-family: Verdana, Tahoma, Arial;
	text-decoration: underline;
	}
	
.scheduletextmain {
	font-size: 9pt;
	font-family: Verdana, Tahoma, Arial;
	}
	
.scheduletextlarge {
	font-size: 11pt;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial;
	}
	
.phototitle {
	font-size: 12pt;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial;
	}
	
.indent {
	text-indent: 2em;
	}

.vline {
	font-size: 16pt;
	font-color: #999999;
	}
	
.aboutpagelink{
	font-size: 12pt;
	color: #911D1C;
	
	font-family: Times New Roman, Times, Arial;
	text-decoration: underline;
	}

.contactbanner {
	font-size: 12pt;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	text-indent: 1em;
	font-weight: bold;
	}
	

/*Border Styles-----------------------
border-top: 1px solid black;"
border-bottom: 1px solid black;"
border-right: 1px solid black;"
border-left: 1px solid black;"
--------------------------------------*/

.border-all {
	border: 1px solid black;
	}

.border-all-thick {
	border: 3px solid black;
	}
	
.border-top {
	border-top: 1px solid black;
	}
	
.border-top-thin {
	border-top: 1px solid black;
	}
	
.border-topbottom-thin {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	}
	
.border-bottom {
	border-bottom: 1px solid black;
	}

.border-left {
	border-left: 1px solid black;
	}

.border-right {
	border-right: 1px solid black;
	}

.border-topleft {
	border-left: 1px solid black;
	border-top: 1px solid black;
	}
	
.border-topright {
	border-right: 1px solid black;
	border-top: 1px solid black;
	}
	
.border-bottomleft {
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	}
	
.border-bottomright {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	}
	
.border-bottomleftright {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	}


