﻿.95pct {
	width: 95%;
}
.bigFont {
	text-align: center;
	font-weight: bold;
	font-size: large;
}
.normal {
  font-family: Verdana;
  font-size: x-small;
}
.label {
  text-align: right;
  font-family: Verdana;
  font-size: x-small;
}
.redLarge {
  color: #FF0000;
  font-size: large;
}
.redMedium {
  color: #FF0000;
  font-size: medium;
}
p {
  font-family: Verdana;
  font-size: smaller;
}
.centre {
  text-align: center;
}
.blackBorder {
	border: 1px solid #000000;
}
.imageBorder {
  border: 1px solid #EE6A00;
}
h1 {
	text-align: center;
}
h2 {
	text-align: center;
}
.labelCentre {
  text-align: center;
  font-family: Verdana;
  font-size: x-small;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.contactLinks {
	text-align: center;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
}
.floatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.imgRight {
  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #EE6A00;
}
.imgLeft {
  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #EE6A00;
}
.textLinks {
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
}
.textLinkCurrent {
	font-weight: bold;
	color: #0000FF;
}
.imgNone {
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: none;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #EE6A00;
}
.purpleCentre {
  text-align: center;
  color: #800080;
}
.CustomerComment {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: x-small;
	font-weight: bold;
	color: #9900FF;
}
.CustomerCommentName {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: small;
	font-weight: bold;
	color: #9900FF;
}
