﻿.HeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #336699;
	text-align: center;
}
.TableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #336699;
	background-color: #E1EBF4;
	text-align: center;
}
.TableText {
	border: 0px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	border-spacing: 0px;
	table-layout: 0;
	border-collapse: collapse;
}
.TextXSm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
}
.TextSm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
}
.TextMed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
}
.TextLg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #336699;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.thumbnail{
	position: relative;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
}

.thumbnail:hover{
	z-index: 50;
	background-color: #FFFFFF;
}
.thumbnail span{
	/*CSS for enlarged image*/
	border: 1px solid #336699;
	margin: 0px;
	position: absolute;
	visibility: hidden;
	color: black;
	text-decoration: none;
	z-index: 2;
	background-color: #FFFFFF;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
	z-index: 2;
}

.thumbnail:hover span{
	/*CSS for enlarged image on hover*/
	visibility: visible;
	top: -100px;
	left: 100px; /*position where enlarged image should offset horizontally */;
	z-index: 2;

}
.TextMedBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
	font-weight: bold;
}
.TableHeaderCopy {
	border: 2px solid #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #336699;
	background-color: #E1EBF4;
	text-align: center;
}
.PhotoBorder {
	border: 1px solid #000000;
}
.WTColorTable {
	text-align: center;
	border: 1px solid #008080;
	border-collapse: collapse;
}

