/* CSS definition file containing site wide stylesheets */

.TableHeading {
	text-transform: uppercase;
 	font-weight: bold;
 	background-color: rgb(226,226,197)
}

.SmallText {
	font-size: 12px
}

.Copyright {
	font-size: 10px;
 	font-weight: bold;
 	text-align: center;
 	background-color: rgb(238,240,238);
 	padding-top: 6pt;
 	border-top: 1pt dotted rgb(140,162,170)
}

.TableAternateRow {
	background-color: rgb(241,241,226)
}

.HighlightedCell {
	background-color: rgb(226,226,197);
 	border-top: 3pt solid rgb(153,153,153);
 	border-bottom: 3pt solid rgb(153,153,153)
}

.CustomerQuote {
	font-size: 10px;
 	font-style: italic
}

.HighlightLink {
	font-size: 16px;
 	font-weight: bold;
 	text-decoration: underline
}
